File: avfilter_dblur.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 (20 lines) | stat: -rw-r--r-- 1,036 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
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="avfilter.dblur" id="avfilter.dblur">
    <name>Directional Blur</name>
    <description>Apply directional blur filter</description>
    <author>libavfilter</author>
    <parameter type="animated" name="av.angle" max="360" min="0" decimals="1" default="45" suffix="°">
        <name>Angle</name>
        <comment><![CDATA[Sets the angle for the direction]]></comment>
    </parameter>
    <parameter type="animated" name="av.radius" max="8192" min="0" default="5">
        <name>Radius</name>
        <comment><![CDATA[Sets the radius for the direction]]></comment>
    </parameter>
    <parameter type="list" name="av.planes" default="7" paramlist="0;1;2;3;4;5;6;7">
        <name>Planes to filter</name>
        <comment><![CDATA[Sets the color space plane the effect is applied to]]></comment>
        <paramlistdisplay>Alpha,Luminance (Y plane),Chroma (U plane),Chroma (V plane),Red,Green,Blue,All</paramlistdisplay>
    </parameter>
</effect>