]> git.sesse.net Git - mlt/blob - src/modules/opengl/transition_movit_mix.yml
f814850798853731ed2ba9d6aacd3ab49951b81e
[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
22   - identifier: mix
23     title: Mix Level
24     description: Performs a dissolve if a mix level is not supplied.
25     type: float
26     minimum: 0
27     maximum: 1
28
29   - identifier: reverse
30     title: Reverse
31     type: integer
32     mutable: yes
33     description: >
34       Reverse the direction of the transition.
35     default: 0