]> git.sesse.net Git - mlt/blob - src/modules/core/filter_resize.yml
Add service metadata for composite transition, all normalizing filters (resample...
[mlt] / src / modules / core / filter_resize.yml
1 schema_version: 0.1
2 type: filter
3 identifier: resize
4 title: Resize
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Charles Yates <charles.yates@pandora.be>
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Video
12   - Hidden
13 description: >
14   Image scaling and padding and field order adjustment.
15 notes: >
16   Normally resize is used to pad the producer's output to what the consumer has 
17   requested after an upstream rescale filter first scales the image to maximise 
18   usage of the image area. This filter also adjusts the field order to lower 
19   field first if the frame property "top_field_first" has been set to 1. 
20   Therefore, when done, it sets the top_field_first to 0. This filter is 
21   automatically invoked by the loader as part of image sample aspect ratio 
22   normalisation.
23 bugs:
24   - Assumes lower field first output.
25 parameters:
26   - identifier: argument
27     title: Scale
28     type: string
29     description: The scaling method.
30     values:
31       - affine
32     required: no
33     readonly: no