]> git.sesse.net Git - mlt/blobdiff - src/modules/core/transition_mix.yml
Transcribe service metadata from services.txt to corresponding yml
[mlt] / src / modules / core / transition_mix.yml
index 9c0cd3760c06ec362120ff37248a9fdcc97671e3..fb97862036cd7dc79571e5d33f847d09ab28253b 100644 (file)
@@ -9,3 +9,27 @@ license: LGPLv2.1
 language: en
 tags:
   - Audio
+description: An two stream audio mixer.
+bugs: Samples from the longer of the two frames are discarded.
+parameters:
+  - identifier: start
+    title: Start
+    type: double
+    mutable: yes
+    description: >
+       The mix level to apply to the second frame. Any negative value causes an 
+       automatic crossfade from 0 to 1.
+  - identifier: end
+    title: End
+    type: double
+    mutable: yes
+    description: >
+       The ending value of the mix level. Mix level will be interpolated from 
+       start to end over the in-out range.
+  - identifier: reverse
+    title: Reverse
+    type: integer
+    mutable: yes
+    description: >
+       Set to 1 to reverse the direction of the mix.
+    default: 0