]> git.sesse.net Git - mlt/blob - src/modules/core/filter_mono.yml
Transcribe service metadata from services.txt to corresponding yml
[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: the number of output channels (default 2)
19