]> git.sesse.net Git - mlt/blob - src/modules/core/filter_channelcopy.yml
Add service metadata for composite transition, all normalizing filters (resample...
[mlt] / src / modules / core / filter_channelcopy.yml
1 schema_version: 0.1
2 type: filter
3 identifier: channelcopy
4 title: Copy Channels
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: Copy one audio channel to another.
13 parameters:
14   - identifier: argument
15     title: To
16     type: integer
17     minimum: 0
18     maximum: 15
19     default: 1
20   - identifier: to
21     title: To
22     type: integer
23     minimum: 0
24     maximum: 15
25     default: 1
26   - identifier: from
27     title: From
28     type: integer
29     minimum: 0
30     maximum: 15
31     default: 0
32   - identifier: swap
33     title: Swap
34     description: Swap the two channels instead of duplicating the source channel.
35     type: integer
36     minimum: 0
37     maximum: 1
38     default: 0
39     widget: checkbox