]> git.sesse.net Git - mlt/blob - src/modules/core/filter_region.yml
Merge branch 'pez'
[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: "circle" is unpredictable in the absence of the librsvg pixbuf loader.
16 parameters:
17   - identifier: argument
18     title: File
19     type: string
20     description: >
21        A file whose alpha channel will "shape"  the region. The string "circle" 
22        is a shortcut but it requires pixbuf with the librsvg loader. The circle 
23        is automatically stretched to the region to create an ellipse.
24   - identifier: region.*
25     title: Region
26     description: >
27        Properties may be set on the encapsulated region transition.See "region" 
28        transition for details.