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
ded6dbf9
Commit
ded6dbf9
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 equalizer.xml
parent
81d5acce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
data/effects/avfilter/equalizer.xml
data/effects/avfilter/equalizer.xml
+0
-23
No files found.
data/effects/avfilter/equalizer.xml
deleted
100644 → 0
View file @
81d5acce
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.equalizer"
type=
"audio"
>
<name>
Audio Equalizer (avfilter)
</name>
<description>
Apply two-pole peaking equalization (EQ) filter
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.f"
max=
"24000"
min=
"0"
default=
"500"
>
<name>
Central Frequency
</name>
</parameter>
<parameter
type=
"list"
name=
"av.t"
default=
"q"
paramlist=
"h;q;o;s;k"
>
>
<name>
Width Type
</name>
<paramlistdisplay>
Hertz,Q-Factor,Octave,Slope,None
</paramlistdisplay>
</parameter>
<parameter
type=
"constant"
name=
"av.w"
max=
"24000"
min=
"1"
default=
"100"
>
<name>
Band Width
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.g"
max=
"600"
min=
"-600"
default=
"0"
decimals=
"2"
>
<name>
Gain
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.m"
max=
"1"
min=
"0"
default=
"1"
decimals=
"2"
>
<name>
Mix
</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