]> git.sesse.net Git - mlt/blob - src/modules/core/transition_mix.yml
Transcribe service metadata from services.txt to corresponding yml
[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: An two stream audio mixer.
13 bugs: Samples from the longer of the two frames are discarded.
14 parameters:
15   - identifier: start
16     title: Start
17     type: double
18     mutable: yes
19     description: >
20        The mix level to apply to the second frame. Any negative value causes an 
21        automatic crossfade from 0 to 1.
22   - identifier: end
23     title: End
24     type: double
25     mutable: yes
26     description: >
27        The ending value of the mix level. Mix level will be interpolated from 
28        start to end over the in-out range.
29   - identifier: reverse
30     title: Reverse
31     type: integer
32     mutable: yes
33     description: >
34        Set to 1 to reverse the direction of the mix.
35     default: 0