File: avfilter_gblur.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,416 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.gblur" id="avfilter.gblur">
    <name>Gaussian Blur</name>
    <description>Apply Gaussian Blur filter</description>
    <author>libavfilter</author>
    <parameter type="list" name="av.steps" default="1" paramlist="1;2;3;4;5;6">
        <name>Steps</name>
        <comment>Set number of steps for Gaussian approximation</comment>
        <paramlistdisplay>1,2,3,4,5,6</paramlistdisplay>
    </parameter>
    <parameter type="list" name="av.planes" default="7" paramlist="0;1;2;3;4;5;6;7;8">
        <name>Planes</name>
        <comment><![CDATA[Set which planes to filter.<br>
        By default all planes are filtered (YUV).]]></comment>
        <paramlistdisplay>None,Y,U,YU,V,YV,UV,YUV,Alpha</paramlistdisplay>
    </parameter>
    <parameter type="animated" name="av.sigma" default="10" min="0" max="600" factor="1">
        <name>Sigma</name>
        <comment><![CDATA[Set sigma, the standard deviation of Gaussian blur.<br>
        Determines the strength of the horizontal blur. Default is 10.]]></comment>
    </parameter>
    <parameter type="animated" name="av.sigmaV" default="10" min="0" max="600" factor="1">
        <name>Vertical Sigma</name>
        <comment><![CDATA[Set vertical sigma.<br>
        Determines the strength of the vertical blur. Default is 10.]]></comment>
    </parameter>
</effect>