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

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <effect tag="avfilter.lut3d" id="avfilter.lut3d">
0004     <name>Apply LUT</name>
0005     <description>Apply a Look Up Table (LUT) to the video.
0006   <full><![CDATA[A LUT is an easy way to correct the color of a video. Supported formats: .3dl (AfterEffects), .cube (Iridas), .dat(DaVinci), .m3d (Pandora)]]></full></description>
0007     <author>libavfilter</author>
0008     <parameter type="urllist" name="av.file" paramlist="%lutPaths" filter="LUT files (*.cube *.3dl *.dat *.m3d)" newstuff=":data/kdenlive_luts.knsrc">
0009         <name>LUT file to apply</name>
0010     </parameter>
0011     <parameter type="list" name="av.interp" default="tetrahedral" paramlist="nearest;trilinear;tetrahedral">
0012         <name>Interpolation Mode</name>
0013         <paramlistdisplay>Nearest, Trilinear, Tetrahedral</paramlistdisplay>
0014     </parameter>
0015 </effect>