This file is indexed.

/usr/share/mlt/plus/producer_count.yml is in libmlt-data 0.9.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
schema_version: 0.1
type: producer
identifier: count
title: Count
version: 1
copyright: Brian Matherly
creator: Brian Matherly
license: LGPLv2.1
language: en
tags:
  - Audio
  - Video
description: >
  Generate frames with a counter and synchronized tone. 
  The counter can go up or down.
parameters:
  - identifier: direction
    title: Count Direction
    description: Whether to count up or down.
    type: string
    default: down
    values:
      - up
      - down
    mutable: yes
    widget: combo
  - identifier: style
    title: Counter Style
    description: |
      The style of the counter. 
        * seconds    - seconds counting up from or down to 0
        * seconds+1  - seconds counting up from or down to 1
        * frames     - frames
        * timecode   - timecode in the format HH:MM:SS:FF
        * clock      - clock in the format HH:MM:SS
    type: string
    default: seconds+1
    values:
      - seconds
      - seconds+1
      - frames
      - timecode
      - clock
    mutable: yes
    widget: combo
  - identifier: sound
    title: Sound
    description:  |
      The sound to be produced. 
        * silent - No sound
        * 2pop  - A 1kHz beep exactly two seconds before the out point
        * frame0 - A 1kHz beep at frame 0 of every second
    type: string
    default: silent
    values:
      - none
      - 2pop
      - frame0
    mutable: yes
    widget: combo
  - identifier: background
    title: Background
    description:  |
      The background style. 
        * none - No background
        * clock  - Film style clock animation
    type: string
    default: clock
    values:
      - none
      - clock
    mutable: yes
    widget: combo