]> git.sesse.net Git - mlt/blob - src/modules/opengl/filter_movit_saturation.yml
Let Movit effects supply their own fingerprint.
[mlt] / src / modules / opengl / filter_movit_saturation.yml
1 schema_version: 0.1
2 type: filter
3 identifier: movit.saturation
4 title: Saturation (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 simple desaturation/saturation effect. We use the Rec. 709
14   definition of luminance (in linear light, of course) and linearly
15   interpolate between that (saturation=0) and the original signal
16   (saturation=1). Extrapolating that curve further (ie., saturation > 1)
17   gives us increased saturation if so desired.
18
19 parameters:
20   - identifier: saturation
21     title: Saturation
22     type: float
23     minimum: 0
24     default: 1
25     mutable: yes