]> git.sesse.net Git - mlt/blobdiff - src/modules/sdl/consumer_sdl.yml
Cleanup Brian's service metadata contribution.
[mlt] / src / modules / sdl / consumer_sdl.yml
index a2537ef5677d0b47fb00956506394eb5a293edef..a189a60fad937e2d616a60a52097ee999c1d400b 100644 (file)
@@ -11,33 +11,16 @@ tags:
   - Audio
   - Video
 description: >
-   Simple DirectMedia Layer audio and video output module.
+  Simple DirectMedia Layer audio and video output module.
 parameters:
   - identifier: argument
     title: Video Standard
     type: string
-    description: >
-       "PAL" (default), "NTSC", or "WxH"
-    required: yes
-  - identifier: buffer
-    title: Buffer
-    type: integer
-    description: >
-      Set the maximum number of frames to buffer - process ahead of the output
-      position.
-    minimum: 1
-    default: 25
-    unit: frames
-  - identifier: rescale
-    title: Image scaler
-    type: string
-    description: >
-       A rescale method, see the Filters/rescale.
-       
-       Hint: "none" works very good with SDL output.
+    description: The size of the window as WxH pixels.
+    required: no
   - identifier: volume
     title: Volume
-    type: double
+    type: float
     description: Audio level factor.
     mutable: yes
   - identifier: video_off
@@ -45,23 +28,23 @@ parameters:
     type: integer
     description: If 1, disable video output
     mutable: yes
+    minimum: 0
+    maximum: 1
+    default: 0
+    widget: checkbox
   - identifier: audio_off
     title: Audio off
     type: integer
     description: If 1, disable audio output
     mutable: yes
-  - identifier: progressive
-    title: Progressive
-    type: integer
-    description: indicates whether to use progressive or field-based rendering.
     minimum: 0
     maximum: 1
     default: 0
-    mutable: yes
     widget: checkbox
   - identifier: audio_buffer
     title: Audio buffer
     type: integer
     description: Size of the sdl audio buffer.
     mutable: yes
-    default: 1024
+    default: 2048
+    minimum: 128