[FFmpeg-devel] [PATCH 0/3] add warnings to quality metrics on color range mistmatch

Chema Gonzalez chemag at gmail.com
Fri Mar 31 19:49:20 EEST 2023


Quality metrics just use raw buffers, without considering
whether they are full-range or limited-range. This causes
scores to lower in a significative manner.

Chema Gonzalez (3):
  lavfi/vf_psnr: add warning when color ranges differ
  lavfi/vf_ssim: add warning when color ranges differ
  lavfi/vf_libvmaf: add warning when color ranges differ

 libavfilter/vf_libvmaf.c | 7 +++++++
 libavfilter/vf_psnr.c    | 7 +++++++
 libavfilter/vf_ssim.c    | 7 +++++++
 3 files changed, 21 insertions(+)

-- 
2.39.2



More information about the ffmpeg-devel mailing list