slhck/ffmpeg-quality-metrics

Deprecate VMAF 1.x

slhck opened this issue · 2 comments

slhck commented
  • Update program to work with libvmaf 2.0
  • Map all new options, if any
  • Explain new model selection
  • Explain usage of number of threads (override default by querying system?)
  • Deprecate usage of libvmaf < 2.0
slhck commented

The current status is that it works with:

  • Homebrew ffmpeg + libvmaf 1.5.3, with the default model path (.pkl)
  • A static ffmpeg build if you manually specify the model path

I could add some tweaks to have it detect Homebrew-installed ffmpeg + libvmaf vs. a static ffmpeg build. Or just wait until Homebrew gets libvmaf 2.0 support.

slhck commented

Done in 2187105.

Waiting for VMAF 2.0 in Homebrew then.