]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/consumer_avformat.yml
Add service metadata for composite transition, all normalizing filters (resample...
[mlt] / src / modules / avformat / consumer_avformat.yml
index 1fc4a0f626a8d3a482ec3aa04a84c2ba55eef112..317f821f697bd3ffd04cbf595c4906bf97d7d22d 100644 (file)
@@ -20,21 +20,30 @@ parameters:
     type: string
     required: yes
     widget: filesave
-
   - identifier: target
     title: File/URL
     type: string
     description: This is not the same thing as the ffmpeg -target option!
     readonly: yes
-
-  - identifier: profile
-    title: Profile
+  - identifier: mlt_profile
+    title: MLT Profile
     type: string
     description: >
       Choose a MLT basic video settings preset.
       This overrides a profile that may have been set elsewhere.
+  - identifier: redirect
+    title: Redirect I/O
+    description: >
+      This option allows other services to encapsulate the avformat consumer and
+      do something different (not already available in a protocol) with its
+      output by listening to the avformat-write event.
+    type: integer
+    minimum: 0
+    maximum: 1
+    default: 0
+    widget: checkbox
 
-# These override the profile
+# These override the MLT profile
   - identifier: width
     title: Width
     type: integer
@@ -64,9 +73,6 @@ parameters:
     title: Sample aspect ratio denominator
     type: integer
     minimum: 1
-  - identifier: aspect_ratio
-    title: Sample aspect ratio
-    readonly: yes
   - identifier: progressive
     title: Progressive
     type: integer