]> git.sesse.net Git - mlt/blob - src/modules/core/filter_mono.yml
Remove unused string.h include
[mlt] / src / modules / core / filter_mono.yml
1 schema_version: 0.1
2 type: filter
3 identifier: mono
4 title: Mixdown
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: >
13   Mix all channels of audio into a mono signal and output it as N channels.
14 parameters:
15   - identifier: argument
16     title: channels
17     type: integer
18     description: >
19       Set the number of output channels.
20       The default is automatic based on consumer request.
21     required: no
22     minimum: 1