Warning, /multimedia/kdenlive/data/transitions/vqm.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?>
0002 <!DOCTYPE kpartgui>
0003 <transition tag="vqm" id="vqm">
0004     <name>Video Quality Measurement</name>
0005     <description>This performs the PSNR and SSIM video quality measurements by comparing the B frames to the reference frame A. It outputs the numbers to stdout in space-delimited format for easy by another tool. The bottom half of the B frame is placed below the top half of the A frame for visual comparison.</description>
0006     <author>Dan Dennedy</author>
0007     <parameter type="bool" name="render" max="1" min="0" default="0">
0008         <name>Render line</name>
0009         <comment>Render a line between top and bottom halves and the values atop the video.</comment>
0010     </parameter>
0011 </transition>