]> git.sesse.net Git - mlt/blob - src/modules/opengl/filter_movit_glow.yml
Add the new opengl module (opengl branch).
[mlt] / src / modules / opengl / filter_movit_glow.yml
1 schema_version: 0.1
2 type: filter
3 identifier: movit.glow
4 title: Glow (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   Cut out the highlights of the image (everything above a certain threshold),
14   blur them, and overlay them onto the original image.
15
16 parameters:
17   - identifier: radius
18     title: Radius
19     type: float
20     minimum: 0.0
21     default: 20.0
22
23   - identifier: blur_mix
24     title: Highlight Blurriness
25     type: float
26     minimum: 0.0
27     maximum: 1.0
28     default: 1.0
29
30   - identifier: highlight_cutoff
31     title: Highlight Cutoff Threshold
32     type: float
33     minimum: 0.0
34     maximum: 1.0
35     default: 0.2