File: avfilter_dcshift.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-- 1,056 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.dcshift" id="avfilter.dcshift" type="audio">
    <name>DC shift</name>
    <description>Apply a DC shift to the audio.
This can be useful to remove a DC offset (caused perhaps by a hardware problem in the recording chain) from the audio.
The effect of a DC offset is reduced headroom and hence volume. The astats filter can be used to determine if a signal has a DC offset.</description>
    <author>libavfilter</author>
    <parameter type="constant" name="av.shift" default="0" min="-1" max="1" decimals="3">
        <name>DC shift</name>
        <comment>Set the DC shift, allowed range is [-1, 1]. It indicates the amount to shift the audio.</comment>
    </parameter>
    <parameter type="constant" name="av.limitergain" default="0" min="0" max="1" decimals="3">
        <name>Limiter gain</name>
        <comment>Optional. It should have a value much less than 1 (e.g. 0.05 or 0.02) and is used to prevent clipping.</comment>
    </parameter>
</effect>