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