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
9e762b17
Commit
9e762b17
authored
Sep 29, 2021
by
Massimo Stella
Browse files
Upload New File avfilter_crystalizer.xml
parent
0fdcafe0
Pipeline
#83693
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_crystalizer.xml
0 → 100644
View file @
9e762b17
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.crystalizer"
id=
"avfilter.crystalizer"
type=
"audio"
>
<name>
Crystalizer
</name>
<description>
Simple algorithm for audio noise sharpening.
This filter linearly increases differences betweeen each audio sample.
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.i"
default=
"2"
min=
"-10"
max=
"10"
decimals=
"2"
>
<name>
Intensity
</name><comment>
Sets the intensity of effect (default: 2.0).
Must be in range between -10.0 to 0 (unchanged sound) to 10.0 (maximum effect).
To inverse filtering use negative value.
</comment>
</parameter>
<parameter
type=
"bool"
name=
"av.c"
default=
"1"
>
<name>
Enable clipping
</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