]> git.sesse.net Git - mlt/blob - src/modules/qimage/transition_vqm.yml
Fix clock hand for down direction
[mlt] / src / modules / qimage / transition_vqm.yml
1 schema_version: 0.1
2 type: transition
3 identifier: vqm
4 title: Video Quality Measurement
5 version: 1
6 copyright: Dan Dennedy
7 creator: Dan Dennedy
8 license: GPLv3
9 language: en
10 description: >
11   This performs the PSNR and SSIM video quality measurements by comparing the
12   B frames to the reference frame A.
13   It outputs the numbers to stdout in space-delimited format for easy
14   by another tool.
15   The bottom half of the B frame is placed below the top half of the A frame
16   for visual comparison.
17 tags:
18   - Video
19 parameters:
20   - identifier: render
21     title: Render
22     description: >
23       Render a line between top and bottom halves and the values atop the video.
24     type: integer
25     default: 0
26     minimum: 0
27     maximum: 1
28     widget: checkbox