File: avfilter_boxblur.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 (31 lines) | stat: -rw-r--r-- 1,504 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
31
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="avfilter.boxblur" id="avfilter.boxblur">
    <name>Planes Blur</name>
    <description>Set an expression for the box radius in pixels used for blurring the corresponding input plane.</description>
    <author>libavfilter</author>
    <parameter type="constant" name="av.lr" max="540" min="0" default="2">
        <name>Luma Radius</name>
        <comment>Radius of the luma blurring box</comment>
    </parameter>
    <parameter type="constant" name="av.lp" max="100" min="0" default="0">
        <name>Luma Power</name>
        <comment>How many times should the boxblur be applied to luma</comment>
    </parameter>
    <parameter type="constant" name="av.cr" max="480" min="0" default="5">
        <name>Chroma Radius</name>
        <comment>Radius of the chroma blurring box</comment>
    </parameter>
    <parameter type="constant" name="av.cp" max="100" min="0" default="0">
        <name>Chroma Power</name>
        <comment>How many times should the boxblur be applied to chroma</comment>
    </parameter>
    <parameter type="constant" name="av.ar" max="540" min="0" default="5">
        <name>Alpha Radius</name>
        <comment>Radius of the alpha blurring box</comment>
    </parameter>
    <parameter type="constant" name="av.ap" max="100" min="0" default="0">
        <name>Alpha Power</name>
        <comment>How many times should the boxblur be applied to alpha</comment>
    </parameter>
</effect>