]> git.sesse.net Git - mlt/blob - src/modules/core/transition_mix.yml
Cleanup Brian's service metadata contribution.
[mlt] / src / modules / core / transition_mix.yml
1 schema_version: 0.1
2 type: transition
3 identifier: mix
4 title: Mix
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Dan Dennedy
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12 description: Mix two audio tracks.
13 bugs:
14   - Samples from the longer of the two frames are discarded.
15 parameters:
16   - identifier: start
17     title: Start
18     type: float
19     mutable: yes
20     description: >
21       The mix level to apply to the second frame. Any negative value causes an
22       automatic crossfade from 0 to 1.
23   - identifier: end
24     title: End
25     type: float
26     mutable: yes
27     description: >
28       The ending value of the mix level. Mix level will be interpolated from
29       start to end over the in-out range.
30   - identifier: reverse
31     title: Reverse
32     type: integer
33     mutable: yes
34     description: >
35       Set to 1 to reverse the direction of the mix.
36     default: 0
37     minimum: 0
38     maximum: 1
39     widget: checkbox