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
3b4fb1a5
Commit
3b4fb1a5
authored
Aug 02, 2022
by
Massimo Stella
Browse files
Added xml UI for the avfilter.colorcorrect
parent
fd660aa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_colorcorrect.xml
0 → 100644
View file @
3b4fb1a5
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.colorcorrect"
id=
"avfilter.colorcorrect"
>
<name>
Color Correct
</name>
<description>
Adjust color white balance selectively for blacks and whites.This filter operates in YUV colorspace.
</description>
<author>
libavfilter
</author>
<parameter
type=
"animated"
name=
"av.rl"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"3"
>
<name>
Red shadow spot
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.bl"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"3"
>
<name>
Blue shadow spot
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.rh"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"3"
>
<name>
Red highlight spot
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.bh"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"3"
>
<name>
Blue highlight spot
</name>
</parameter>
<parameter
type=
"animated"
name=
"av.saturation"
default=
"1"
min=
"-3"
max=
"3"
decimals=
"3"
>
<name>
Saturation
</name>
</parameter>
<parameter
type=
"list"
name=
"av.analyze"
default=
"manual"
paramlist=
"manual;average;minimax;median"
>
<paramlistdisplay>
Manual,Average,Minimax,Median
</paramlistdisplay>
<name>
Analyze mode
</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