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

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <effect tag="avfilter.dedot" id="avfilter.dedot">
0004     <name>DeDot</name>
0005     <description>Reduce cross-luminance (dot-crawl) and cross-color (rainbows) from video</description>
0006     <author>libavfilter</author>
0007     <parameter type="list" name="av.m" paramlist="dotcrawl;rainbows" default="rainbows">
0008         <paramlistdisplay>DotCrawl,Rainbows</paramlistdisplay>
0009         <name>color-reduction Mode</name>
0010     </parameter>
0011     <parameter type="constant" name="av.lt" default="0.079" max="1" min="0" decimals="3">
0012         <name>Spatial Luma threshold</name>
0013     </parameter>
0014     <parameter type="constant" name="av.tl" default="0.079" max="1" min="0" decimals="3">
0015         <name>Temporal Luma Threshold</name>
0016     </parameter>
0017     <parameter type="constant" name="av.tc" default="0.058" max="1" min="0" decimals="3">
0018         <name>Temporal Chroma Variation</name>
0019     </parameter>
0020     <parameter type="constant" name="av.ct" default="0.019" max="1" min="0" decimals="3">
0021         <name>Temporal Chroma Threshold</name>
0022     </parameter>
0023 </effect>