File: avfilter_fftfilt.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 (29 lines) | stat: -rw-r--r-- 1,314 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
29
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="avfilter.fftfilt" id="avfilter.fftfilt">
    <name>FTT-based FIR</name>
    <description>Apply arbitrary expressions to samples in frequency domain</description>
    <author>libavfilter</author>
    <parameter type="constant" name="av.dc_Y" default="0" max="250" min="0">
        <name>Gain in Y plane</name>
    </parameter>
    <parameter type="constant" name="av.dc_U" default="0" max="250" min="0">
        <name>Gain in U plane</name>
    </parameter>
    <parameter type="constant" name="av.dc_V" default="0" max="250" min="0">
        <name>Gain in V plane</name>
    </parameter>
    <parameter type="constant" name="av.weight_Y" default="1" max="5" min="0" decimals="3">
        <name>Luminance Y plane</name>
    </parameter>
    <parameter type="constant" name="av.weight_U" default="1" max="5" min="0" decimals="3">
        <name>Luminance U plane</name>
    </parameter>
    <parameter type="constant" name="av.weight_V" default="1" max="5" min="0" decimals="3">
        <name>Luminance V plane</name>
    </parameter>
    <parameter type="list" name="av.eval" default="init" paramlist="init;frame">
        <name>Evaluate</name>
        <paramlistdisplay>init,frame</paramlistdisplay>
    </parameter>
</effect>