File: avfilter_deflate.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 (19 lines) | stat: -rw-r--r-- 910 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
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="avfilter.deflate" id="avfilter.deflate">
    <name>Deflate</name>
    <description>Apply deflate effect to the video</description>
    <author>libavfilter</author>
    <parameter type="constant" name="av.threshold0" max="65535" min="0" default="65535" factor="1">
        <name>Threshold for 1st plane</name>
    </parameter>
    <parameter type="constant" name="av.threshold1" max="65535" min="0" default="65535" factor="1">
        <name>Threshold for 2nd plane</name>
    </parameter>
    <parameter type="constant" name="av.threshold2" max="65535" min="0" default="65535" factor="1">
        <name>Threshold for 3rd plane</name>
    </parameter>
    <parameter type="constant" name="av.threshold3" max="65535" min="0" default="65535" factor="1">
        <name>Threshold for 4th plane</name>
    </parameter>
</effect>