Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
d6dc6c60
Commit
d6dc6c60
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.colortemperature
parent
a89312ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_colortemperature.xml
0 → 100644
View file @
d6dc6c60
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.colortemperature"
id=
"avfilter.colortemperature"
>
<name>
Color Temperature
</name>
<description>
Adjust color temperature in video to simulate variations in ambient color temperature.
</description>
<author>
libavfilter
</author>
<parameter
type=
"animated"
name=
"av.temperature"
default=
"6500"
min=
"1000"
max=
"40000"
decimals=
"1"
suffix=
"°K"
>
<name>
Temperature
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.mix"
default=
"1"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Mix
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.saturation"
default=
"0.5"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Saturation
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.pl"
default=
"0"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Preserve lightness
</name>
</parameter>
</effect>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment