]> git.sesse.net Git - mlt/blob - src/modules/opengl/transition_movit_mix.yml
Give movit_mix's reverse parameter the same metadata as in the core mix transition.
[mlt] / src / modules / opengl / transition_movit_mix.yml
1 schema_version: 0.1
2 type: transition
3 identifier: movit.mix
4 title: Dissolve (GLSL)
5 version: 1
6 copyright: Dan Dennedy
7 creator: Steinar H. Gunderson
8 license: GPLv2
9 language: en
10 tags:
11   - Video
12 description: A simple video cross-fade or mixing effect.
13
14 parameters:
15   - identifier: argument
16     title: Mix Level
17     description: Performs a dissolve if a mix level is not supplied.
18     type: float
19     minimum: 0
20     maximum: 1
21     mutable: yes
22
23   - identifier: mix
24     title: Mix Level
25     description: Performs a dissolve if a mix level is not supplied.
26     type: float
27     minimum: 0
28     maximum: 1
29     mutable: yes
30
31   - identifier: reverse
32     title: Reverse
33     type: integer
34     mutable: yes
35     description: >
36       Reverse the direction of the transition.
37     default: 0
38     minimum: 0
39     maximum: 1
40     widget: checkbox