]> git.sesse.net Git - mlt/blob - src/modules/core/filter_fieldorder.yml
A little debugging.
[mlt] / src / modules / core / filter_fieldorder.yml
1 schema_version: 0.1
2 type: filter
3 identifier: fieldorder
4 title: Field order
5 description: Correct the field order of interlaced video.
6 version: 1
7 copyright: Ushodaya Enterprises Limited
8 creator: Dan Dennedy <dan@dennedy.org>
9 license: LGPLv2.1
10 language: en
11 tags:
12   - Video
13   - Hidden
14 notes: >
15   This filter is automatically invoked by the loader as part of image
16   normalisation.
17   It compares the frame property top_field_first to the consumer property with
18   the same name to determine if correction is needed.
19   It performs field order correction by shifting the image down by one line.
20   If you set the property meta.swap_fields=1 on the producer, then this filter
21   swaps the fields of an interlaced frame in addition to any field order
22   correction by shifting the image.