]> git.sesse.net Git - mlt/blob - src/modules/core/filter_channelcopy.yml
Remove unused string.h include
[mlt] / src / modules / core / filter_channelcopy.yml
1 schema_version: 0.2
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: to
15     title: To
16     type: integer
17     argument: true
18     minimum: 0
19     maximum: 15
20     default: 1
21   - identifier: from
22     title: From
23     type: integer
24     minimum: 0
25     maximum: 15
26     default: 0
27   - identifier: swap
28     title: Swap
29     description: Swap the two channels instead of duplicating the source channel.
30     type: integer
31     minimum: 0
32     maximum: 1
33     default: 0
34     widget: checkbox