]> git.sesse.net Git - mlt/blob - src/modules/core/filter_luma.yml
faafde5f8acf8a6eb9b9e3af0e4c58fba29c0bf8
[mlt] / src / modules / core / filter_luma.yml
1 schema_version: 0.1
2 type: filter
3 identifier: luma
4 title: Wipe
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Charles Yates
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Video
12 description: >
13   Applies a luma transition between the current and next frames. Useful for 
14   transitions from a slideshow created using producer pixbuf.
15 parameters:
16   - identifier: argument
17     title: File
18     type: string
19     description: The luma map file to be used for the transition
20   - identifier: cycle
21     title: Period
22     type: integer
23     description: >
24       The duration between iterations of the transition. For best
25       results set this to a multiple of ttl used in pixbuf.
26     mutable: yes
27     default: 25
28   - identifer: duration
29     title: Duration
30     type: integer
31     description: The length of the transition.
32     mutable: yes
33     default: 25
34   - identifier: luma.*
35     title: Luma Properties
36     description: >
37       All properties beginning with "luma." are passed to the encapsulated luma 
38       transition. For example, luma.out controls the duration of the wipe.
39     mutable: yes