]> git.sesse.net Git - mlt/blob - src/modules/opengl/filter_white_balance.yml
Add the new opengl module (opengl branch).
[mlt] / src / modules / opengl / filter_white_balance.yml
1 schema_version: 0.1
2 type: filter
3 identifier: movit.white_balance
4 title: White Balance (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: Color correction in LMS color space.
13
14 parameters:
15   - identifier: neutral_color
16     title: Neutral Color
17     type: string
18     widget: color
19     default: #7f7f7f
20
21   - identifier: color_temperature
22     title: Color Temperature
23     type: float
24     minimum: 1000.0
25     maximum: 15000.0
26     default: 6500.0
27     unit: Kelvin