File: avfilter_atadenoise.xml

package info (click to toggle)
kdenlive 25.12.1-1
  • links: PTS
  • area: main
  • in suites: forky
  • size: 125,932 kB
  • sloc: cpp: 206,733; xml: 11,858; python: 1,139; ansic: 1,054; javascript: 578; sh: 389; makefile: 15
file content (28 lines) | stat: -rw-r--r-- 1,405 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="avfilter.atadenoise" id="avfilter.atadenoise">
    <name>Adaptive Temporal Averaging Denoiser</name>
    <description>Apply an Adaptive Temporal Averaging Denoiser to the video input. </description>
    <author>libavfilter</author>
    <parameter type="constant" name="av.0a" default="0.02" min="0" max="0.3" decimals="2">
        <name>A threshold for 1st plane</name>
    </parameter>
    <parameter type="constant" name="av.0b" default="0.04" min="0" max="5" decimals="2">
        <name>B threshold for 1st plane</name>
    </parameter>
    <parameter type="constant" name="av.1a" default="0.02" min="0" max="0.3" decimals="2">
        <name>A threshold for 2nd plane</name>
    </parameter>
    <parameter type="constant" name="av.1b" default="0.04" min="0" max="5" decimals="2">
        <name>B threshold for 2nd plane</name>
    </parameter>
    <parameter type="constant" name="av.2a" default="0.02" min="0" max="0.3" decimals="2">
        <name>A threshold for 3rd plane</name>
    </parameter>
    <parameter type="constant" name="av.2b" default="0.04" min="0" max="5" decimals="2">
        <name>B threshold for 3rd plane</name>
    </parameter>
    <parameter type="constant" name="av.s" default="9" min="5" max="129" odd="1">
        <name>Number of frames for averaging</name>
    </parameter>
</effect>