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
0fdcafe0
Commit
0fdcafe0
authored
Sep 29, 2021
by
Massimo Stella
Browse files
Upload New File avfilter_crossfeed.xml
parent
eafb60e3
Pipeline
#83692
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_crossfeed.xml
0 → 100644
View file @
0fdcafe0
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.crossfeed"
id=
"avfilter.crossfeed"
type=
"audio"
>
<name>
Crossfeed
</name>
<description>
Apply headphone crossfeed filter.
Crossfeed is the process of blending the left and right channels of stereo audio recording. It is mainly used to reduce extreme stereo separation of low frequencies.
The intent is to produce more speaker like sound to the listener.
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.strength"
default=
"0.2"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Strength
</name><comment>
Set strength of crossfeed.
Default is 0.2. Allowed range is from 0 to 1. This sets gain of low shelf filter for side part of stereo image.
Default is -6dB. Max allowed is -30db when strength is set to 1.
</comment>
</parameter>
<parameter
type=
"constant"
name=
"av.range"
default=
"0.5"
min=
"0.01"
max=
"1"
decimals=
"3"
>
<name>
Range
</name><comment>
Set soundstage wideness.
Default is 0.5. Allowed range is from 0 to 1. This sets cut off frequency of low shelf filter.
Default is cut off near 1550 Hz. With range set to 1 cut off frequency is set to 2100 Hz.
</comment>
</parameter>
<parameter
type=
"constant"
name=
"av.level_in"
default=
"0.9"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Input gain
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.level_out"
default=
"1"
min=
"0"
max=
"1"
decimals=
"3"
>
<name>
Output gain
</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