Warning, /multimedia/kdenlive/data/effects/avfilter/avfilter_boxblur.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <effect tag="avfilter.boxblur" id="avfilter.boxblur">
0004     <name>Planes Blur</name>
0005     <description>Set an expression for the box radius in pixels used for blurring the corresponding input plane.</description>
0006     <author>libavfilter</author>
0007     <parameter type="constant" name="av.lr" max="540" min="0" default="2">
0008         <name>Luma Radius</name>
0009         <comment>Radius of the luma blurring box</comment>
0010     </parameter>
0011     <parameter type="constant" name="av.lp" max="100" min="0" default="0">
0012         <name>Luma Power</name>
0013         <comment>How many times should the boxblur be applied to luma</comment>
0014     </parameter>
0015     <parameter type="constant" name="av.cr" max="480" min="0" default="5">
0016         <name>Chroma Radius</name>
0017         <comment>Radius of the chroma blurring box</comment>
0018     </parameter>
0019     <parameter type="constant" name="av.cp" max="100" min="0" default="0">
0020         <name>Chroma Power</name>
0021         <comment>How many times should the boxblur be applied to chroma</comment>
0022     </parameter>
0023     <parameter type="constant" name="av.ar" max="540" min="0" default="5">
0024         <name>Alpha Radius</name>
0025         <comment>Radius of the alpha blurring box</comment>
0026     </parameter>
0027     <parameter type="constant" name="av.ap" max="100" min="0" default="0">
0028         <name>Alpha Power</name>
0029         <comment>How many times should the boxblur be applied to alpha</comment>
0030     </parameter>
0031 </effect>