Merge ../mlt
[melted] / src / modules / oldfilm / filter_vignette.yml
1 schema_version: 0.1
2 type: filter # consumer, filter, producer, or transition
3 identifier: vignette
4 title: Vignette Effect
5 version: 0.2.5
6 copyright: Copyright (C) 2008 Marco Gittler
7 license: GPL
8 language: en
9 url: none
10 creator: Marco Gittler
11 tags:
12   - Video # this may produce video
13 description: |
14   Vigentte around a point with adjustable smooth, radius, position
15   and transparency
16 icon:
17 filename: oldfilm/vignette.svg # relative to $MLT_DATA/modules/
18   content-type: image/svg
19
20 notes: Implementation or additional usage notes go here.
21 bugs: # this can be just for documentation, or the tool may disclose it to help user avoid pitfalls
22   - need to do some speed improvement.
23
24 parameters:
25   - identifier: geometry # 'argument' is a reserved name for a value supplied to the factory
26     title: Geometry Value  # the title can be used as a label for the widget
27     type: geometry
28     description: Start position, "smooth":"radius","X"x"Y","maxopac"
29     readonly: no
30     required: yes
31     mutable: no
32     format: %d:%d:%dx%d:%d
33     minimum: 0:0:0:0:0
34     maximum: 100:100:100:100:100
35     default: 80:50%:50%:50%:0