]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_luma.yml
Fix reading binary files on Windows.
[mlt] / src / modules / core / filter_luma.yml
index 2f3710594e4a9de2958a4462f2618cb85bc29acb..67beca4a8aa6039081abde3f5c847f568dbe7586 100644 (file)
@@ -9,3 +9,31 @@ license: LGPLv2.1
 language: en
 tags:
   - Video
+description: >
+  Applies a luma transition between the current and next frames. Useful for 
+  transitions from a slideshow created using producer pixbuf.
+parameters:
+  - identifier: argument
+    title: File
+    type: string
+    description: The luma map file to be used for the transition
+  - identifier: cycle
+    title: Period
+    type: integer
+    description: >
+      The duration between iterations of the transition. For best
+      results set this to a multiple of ttl used in pixbuf.
+    mutable: yes
+    default: 25
+  - identifier: duration
+    title: Duration
+    type: integer
+    description: The length of the transition.
+    mutable: yes
+    default: 25
+  - identifier: luma.*
+    title: Luma Properties
+    description: >
+      All properties beginning with "luma." are passed to the encapsulated luma 
+      transition. For example, luma.out controls the duration of the wipe.
+    mutable: yes