File: avfilter_hsvkey.xml

package info (click to toggle)
kdenlive 25.12.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • 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 (30 lines) | stat: -rw-r--r-- 1,528 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
30
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="avfilter.hsvkey" id="avfilter.hsvkey">
    <name>HSV Key</name>
    <description>Turns a certain HSV range into transparency. Operates on YUV colors.</description>
    <author>libavfilter</author>
    <parameter type="animated" name="av.hue" min="-360" max="360" default="0" suffix="°">
        <name>Hue</name>
        <comment><![CDATA[Set the hue value which<br>
        will be used in color difference calculation]]></comment>
    </parameter>
    <parameter type="animated" name="av.sat" min="-1" max="1" default="0" decimals="3">
        <name>Saturation</name>
        <comment><![CDATA[Set the saturation value<br>
        which will be used in color difference calculation]]></comment>
    </parameter>
    <parameter type="animated" name="av.val" min="-1" max="1" default="0" decimals="3">
        <name>Value</name>
        <comment><![CDATA[Set the value which will<br>
        be used in color difference calculation]]></comment>
    </parameter>
    <parameter type="animated" name="av.similarity" min="0" max="100" default="0" factor="100" decimals="3" suffix="%">
        <name>Similarity</name>
        <comment><![CDATA[Set similarity percentage with the key color]]></comment>
    </parameter>
    <parameter type="animated" name="av.blend" min="0" max="100" default="0" factor="100" decimals="1" suffix="%">
        <name>Blend</name>
        <comment><![CDATA[Blend percentage]]></comment>
    </parameter>
</effect>