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
683d0690
Commit
683d0690
authored
Jan 05, 2021
by
Massimo Stella
Browse files
Delete equalizer.xml
parent
006bf392
Pipeline
#46513
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/equalizer.xml
deleted
100644 → 0
View file @
006bf392
<!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
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