]> git.sesse.net Git - mlt/blob - src/modules/resample/filter_resample.yml
Add service metadata for composite transition, all normalizing filters (resample...
[mlt] / src / modules / resample / filter_resample.yml
1 schema_version: 0.1
2 type: filter
3 identifier: resample
4 title: Resample
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Dan Dennedy <dan@dennedy.org>
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Audio
12   - Hidden
13 description: >
14   Adjust an audio stream's sampling rate, and duplicate channels if producer 
15   provides less than consumer requested.
16   
17   This filter is automatically invoked by the loader producer for the sake of 
18   normalisation over inputs and with the consumer.
19 bugs:
20   - >
21     Assumes 2 channels during libsamplerate initialisation. Untested with >2 
22     channels.
23 parameters:
24   - identifier: argument
25     title: Frequency
26     type: integer
27     description: The target sample rate.
28     required: no
29     readonly: no