Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
81d5acce
Commit
81d5acce
authored
Jan 05, 2021
by
Massimo Stella
Committed by
Jean-Baptiste Mardelle
Jan 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete eq.xml
parent
90b8665a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
31 deletions
+0
-31
data/effects/avfilter/eq.xml
data/effects/avfilter/eq.xml
+0
-31
No files found.
data/effects/avfilter/eq.xml
deleted
100644 → 0
View file @
90b8665a
<!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
Markdown
is supported
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