]> git.sesse.net Git - mlt/blob - src/modules/core/producer_noise.yml
cd3e6076a7ce037d29a49c1ca15520f43eb67fa6
[mlt] / src / modules / core / producer_noise.yml
1 schema_version: 0.1
2 type: producer
3 identifier: noise
4 title: Noise
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Charles Yates
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12   - Video
13 description: White noise producer
14 parameters:
15   - identifier: in
16     title: In point
17     type: time
18     description: Set the start time offset to use within the clip
19     readonly: no
20     mutable: no
21     minimum: 0
22     default: 0
23     widget: timecode
24
25   - identifier: out
26     title: Out point
27     type: time
28     description: Set the ending time offset to use within the clip
29     readonly: no
30     minimum: 0
31     mutable: no
32     widget: timecode
33     
34   - identifier: aspect_ratio
35     title: Aspect Ratio
36     type: double
37     description: The sample aspect ratio of the producer
38     readonly: yes
39     
40   - identifier: length
41     title: Length
42     type: time
43     description: The duration of the file (in frames)
44     readonly: yes
45     widget: timecode