]> git.sesse.net Git - mlt/blob - src/modules/core/filter_region.yml
Remove unused string.h include
[mlt] / src / modules / core / filter_region.yml
1 schema_version: 0.1
2 type: filter
3 identifier: region
4 title: Regionalize
5 version: 1
6 copyright: Ushodaya Enterprises Limited
7 creator: Charles Yates
8 license: LGPLv2.1
9 language: en
10 tags:
11   - Video
12 description: >
13   Apply one or more filters to a region of the video image. The region can be
14   shaped as well using the alpha channel of another producer.
15 bugs:
16   - Circle is unpredictable in the absence of the librsvg pixbuf loader.
17 parameters:
18   - identifier: argument
19     title: File
20     type: string
21     description: >
22       A file whose alpha channel will "shape"  the region. The string "circle"
23       is a shortcut but it requires pixbuf with the librsvg loader. The circle
24       is automatically stretched to the region to create an ellipse.
25   - identifier: region.*
26     title: Region
27     description: >
28       Properties may be set on the encapsulated region transition. See "region"
29       transition for details.