]> git.sesse.net Git - mlt/blobdiff - src/modules/core/filter_luma.yml
Convert services.txt to metadata YAML (WIP).
[mlt] / src / modules / core / filter_luma.yml
index 2f3710594e4a9de2958a4462f2618cb85bc29acb..49df19144792c28103f75b54eb8de37609f8cad2 100644 (file)
@@ -9,3 +9,25 @@ 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: period
+    title: Period
+    type: integer
+    description: >
+      How long to wait between success iterations of the transition. For best 
+      results set this to a multiple of ttl used in pixbuf.
+    mutable: yes
+    default: 24
+  - 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