]> git.sesse.net Git - mlt/blobdiff - src/modules/core/producer_noise.yml
Fix reading binary files on Windows.
[mlt] / src / modules / core / producer_noise.yml
index 1e84896105347ded65592cab05a1243e2de8f3bc..ac2783027c790a2018bb125c17252688248a242e 100644 (file)
@@ -11,41 +11,3 @@ 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