]> git.sesse.net Git - mlt/blob - src/modules/opengl/filter_movit_vignette.yml
Let Movit effects supply their own fingerprint.
[mlt] / src / modules / opengl / filter_movit_vignette.yml
1 schema_version: 0.1
2 type: filter
3 identifier: movit.vignette
4 title: Vignette (GLSL)
5 version: 1
6 copyright: Dan Dennedy
7 creator: Steinar H. Gunderson
8 license: GPLv2
9 language: en
10 tags:
11   - Video
12 description: >
13   A circular vignette, falling off as cosĀ² of the distance from the center
14   (the classic formula for approximating a real lens).
15
16 parameters:
17   - identifier: radius
18     title: Outer Radius
19     type: float
20     minimum: 0.0
21     maximum: 1.0
22     default: 0.3
23     mutable: yes
24
25   - identifier: inner_radius
26     title: Inner Radius
27     type: float
28     minimum: 0.0
29     maximum: 1.0
30     default: 0.3
31     mutable: yes