]> git.sesse.net Git - mlt/blobdiff - src/modules/core/producer_noise.yml
Convert services.txt to metadata YAML (WIP).
[mlt] / src / modules / core / producer_noise.yml
index 9cbb86a58041c465eca2528f6d1efaf2d3d7eb35..1e84896105347ded65592cab05a1243e2de8f3bc 100644 (file)
@@ -10,3 +10,42 @@ language: en
 tags:
   - Audio
   - Video
+description: White noise producer
+parameters:
+  - identifier: in
+    title: In point
+    type: time
+    description: Set the start time offset to use within the clip
+    readonly: no
+    mutable: no
+    minimum: 0
+    default: 0
+    widget: timecode
+
+  - identifier: out
+    title: Out point
+    type: time
+    description: Set the ending time offset to use within the clip
+    readonly: no
+    minimum: 0
+    mutable: no
+    widget: timecode
+    
+  - identifier: fps
+    title: Frame Rate
+    type: double
+    description: The output frame rate of the producer
+    readonly: yes
+    
+  - identifier: aspect_ratio
+    title: Aspect Ratio
+    type: double
+    description: The sample aspect ratio of the producer
+    readonly: yes
+    
+  - identifier: length
+    title: Length
+    type: time
+    description: The duration of the file (in frames)
+    readonly: yes
+    widget: timecode