]> git.sesse.net Git - mlt/blob - src/modules/core/filter_luma.yml
Convert services.txt to metadata YAML (WIP).
[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: period
21     title: Period
22     type: integer
23     description: >
24       How long to wait between success iterations of the transition. For best 
25       results set this to a multiple of ttl used in pixbuf.
26     mutable: yes
27     default: 24
28   - identifier: luma.*
29     title: Luma Properties
30     description: >
31       All properties beginning with "luma." are passed to the encapsulated luma 
32       transition. For example, luma.out controls the duration of the wipe.
33     mutable: yes