Skip to content
GitLab
Menu
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
006bf392
Commit
006bf392
authored
Jan 05, 2021
by
Massimo Stella
Browse files
Delete eq.xml
parent
a2e863db
Pipeline
#46512
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/eq.xml
deleted
100644 → 0
View file @
a2e863db
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.eq"
>
<name>
Video Equalizer
</name>
<description>
Adjust Brightness, contrast, gamma, saturation
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.contrast"
max=
"3"
min=
"-3"
default=
"1"
decimals=
"2"
>
<name>
Contrast
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.brightness"
max=
"1"
min=
"-1"
default=
"0"
decimals=
"2"
>
<name>
Brightness
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.saturation"
max=
"5"
min=
"0"
default=
"1"
decimals=
"2"
>
<name>
Saturation
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gamma"
max=
"3"
min=
"0"
default=
"1"
decimals=
"2"
>
<name>
Gamma
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gamma_r"
max=
"3"
min=
"0"
default=
"1"
decimals=
"2"
>
<name>
Red Gamma
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gamma_g"
max=
"3"
min=
"0"
default=
"1"
decimals=
"2"
>
<name>
Green Gamma
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gamma_b"
max=
"3"
min=
"0"
default=
"1"
decimals=
"2"
>
<name>
Blue Gamma
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gamma_weight"
max=
"1"
min=
"0"
default=
"1"
decimals=
"2"
>
<name>
Gamma Weight
</name>
</parameter>
</effect>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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