]> git.sesse.net Git - mlt/blob - src/modules/core/filter_rescale.yml
A little debugging.
[mlt] / src / modules / core / filter_rescale.yml
1 schema_version: 0.1
2 type: filter
3 identifier: rescale
4 title: Rescale
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   - Video
12   - Hidden
13 description: >
14   Scale the producer video frame size to match the consumer. This filter is 
15   designed for use as a normaliser for the loader producer.
16 notes: >
17   If a property "consumer_aspect_ratio" exists on the frame, then rescaler 
18   normalises the producer's aspect ratio and maximises the size of the frame, 
19   but may not produce the consumer's requested dimension. Therefore, this 
20   option works best in conjunction with the resize filter. This behavior can be 
21   disabled by another service by either removing the property, setting it to 
22   zero, or setting frame property "distort" to 1.
23 bugs:
24   - > 
25     It only implements a nearest neighbour scaling - it is used as the base 
26     class for the gtkrescale and mcrescale filters.