Author(s): Werner Robitza

License: MIT

Category: Quality Analysis

Updated:

Website

Simple script for calculating quality metrics with FFmpeg.

Currently supports PSNR, SSIM and VMAF.

Requirements:

  • Python 3.6
  • FFmpeg:
    • download a static build from their website)
    • put the ffmpeg executable in your $PATH

Optionally, you may install FFmpeg with libvmaf support to run VMAF score calculation:

Installation

pip install ffmpeg_quality_metrics