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

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <effect tag="avfilter.colormatrix" id="avfilter.colormatrix">
0004     <name>Color Matrix</name>
0005     <description>Convert color matrix.</description>
0006     <author>libavfilter</author>
0007     <parameter type="list" name="av.src" default="bt709" paramlist="bt709;fcc;bt601;bt470;bt470bg;smpte170m;smpte240m;bt2020">
0008         <paramlistdisplay>BT.709,FCC,BT.601,BT.470,BT.470BG,SMPTE-170M,BT.2020</paramlistdisplay>
0009         <name>Source color Matrix</name>
0010     </parameter>
0011     <parameter type="list" name="av.dst" default="smpte240m" paramlist="bt709;fcc;bt601;bt470;bt470bg;smpte170m;smpte240m;bt2020">
0012         <paramlistdisplay>BT.709,FCC,BT.601,BT.470,BT.470BG,SMPTE-170M,BT.2020</paramlistdisplay>
0013         <name>Destination color Matrix</name>
0014     </parameter>
0015 </effect>