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

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <effect tag="avfilter.kirsch" id="avfilter.kirsch">
0004     <name>Kirsch</name>
0005     <description>Apply kirsch operator.</description>
0006     <author>libavfilter</author>
0007     <parameter type="animated" name="av.scale" min="0" max="65535" default="1" decimals="0">
0008         <name>Scale</name>
0009         <comment>Set value which will be multiplied with filtered result.</comment>
0010     </parameter>
0011     <parameter type="animated" name="av.delta" min="-65535" max="65535" default="0" decimals="0">
0012         <name>Delta</name>
0013         <comment>Set value which will be added to filtered result.</comment>
0014     </parameter>
0015     <parameter type="list" name="av.planes" default="1" paramlist="0;1;2;3;4;5;6;7;">
0016         <paramlistdisplay>Alpha,Y,U,V,Red,Green,Blue,All,</paramlistdisplay>
0017         <name>Planes</name>
0018     </parameter>
0019 </effect>