]> git.sesse.net Git - mlt/blob - src/modules/opengl/transition_movit_luma.yml
Add movit.luma transition.
[mlt] / src / modules / opengl / transition_movit_luma.yml
1 schema_version: 0.2
2 type: transition
3 identifier: movit.luma_mix
4 title: Wipe (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 generic dissolve and wipe transition processor.
13
14 parameters:
15   - identifier: resource
16     argument: yes
17     title: Wipe File
18     description: Gradient image or dissolve if not supplied.
19     type: string
20     mutable: yes
21
22   - identifier: softness
23     title: Softness
24     description: The blurriness of the edges of the transition.
25     type: float
26     minimum: 0
27     maximum: 1
28     default: 0
29     mutable: yes
30
31   - identifier: reverse
32     title: Reverse
33     type: integer
34     mutable: yes
35     description: Reverse the direction of the transition.
36     default: 0
37     minimum: 0
38     maximum: 1
39     widget: checkbox
40
41   - identifier: invert
42     title: Invert
43     type: integer
44     mutable: yes
45     description: Invert the wipe.
46     default: 0
47     minimum: 0
48     maximum: 1
49     widget: checkbox
50
51   - identifier: producer.*
52     title: Producer
53     mutable: yes
54     description: >
55       Properties may be set on the encapsulated producer that reads resource.
56     readonly: no