File: avfilter_crystalizer.xml

package info (click to toggle)
kdenlive 25.12.0-1
  • links: PTS
  • area: main
  • in suites: forky
  • size: 125,912 kB
  • sloc: cpp: 206,648; xml: 11,857; python: 1,139; ansic: 1,054; javascript: 578; sh: 389; makefile: 15
file content (17 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="avfilter.crystalizer" id="avfilter.crystalizer" type="audio">
    <name>Crystalizer</name>
    <description>Simple algorithm for audio noise sharpening.
This filter linearly increases differences between 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>