]> git.sesse.net Git - mlt/blob - src/modules/core/filter_obscure.yml
Remove unused string.h include
[mlt] / src / modules / core / filter_obscure.yml
1 schema_version: 0.1
2 type: filter
3 identifier: obscure
4 title: Obscure
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    Obscuring filter.
14 parameters:
15   - identifier: argument
16     title: Start
17     type: string
18     description: >
19       The starting rectangle is given in the format X/Y:WxH[:PWxPY] where
20       PWxPY is the size of the averaging region in pixels.
21   - identifier: end
22     title: End
23     type: string
24     description: >
25       The ending rectangle is given in the format X/Y:WxH[:PWxPY] where
26       PWxPY is the size of the averaging region in pixels.