]> git.sesse.net Git - mlt/blob - src/modules/opengl/filter_movit_opacity.yml
Some fixes to lumaliftgaingamma.yml
[mlt] / src / modules / opengl / filter_movit_opacity.yml
1 schema_version: 0.1
2 type: filter
3 identifier: movit.opacity
4 title: Opacity (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: Adjust the opacity of an image through the alpha channel.
13 notes: >
14   When used in some transitions this will cause this video to be mixed with
15   the other video. If the video this is applied to already has an alpha channel,
16   then this preserves that by multiplying the opacity level with the alpha channel.
17   This filter is especially handy when used in conjunction with movit.overlay.
18
19 parameters:
20   - identifier: opacity
21     title: Opacity
22     type: float
23     minimum: 0
24     maximum: 1
25     default: 1
26     mutable: yes