Expand description
VMAF quality measurement via ffmpeg’s libvmaf filter.
libvmaf is not present in every ffmpeg build, so callers should gate on
has_libvmaf and degrade gracefully (skip the measurement) when it is
absent — see the CLI’s --vmaf handling.
Functions§
- has_
libvmaf - Whether this ffmpeg build exposes the
libvmaffilter. - measure_
vmaf - Measure the VMAF of
distortedagainst thereference(original) video.