View Single Post
Old 26th February 2019, 13:41   #15  |  Link
Iron_Mike
Registered User
 
Join Date: Jul 2010
Posts: 132
cannot get this to work under Windows w/ latest Zeranoe ffmpeg build 4.1.1... copied both "vmaf_v0.6.1.pkl" and "vmaf_v0.6.1.pkl.model" into same folder as ffmpeg.exe... running this command:

Quote:
ffmpeg -i main.mpg -i ref.mpg -lavfi libvmaf="model_path=vmaf_v0.6.1.pklsnr=1:log_fmt=json" -f null -
throws this error:

Quote:
No such filter: 'libvmaf'
docs state that ffmpeg requires to be configured with
Quote:
--enable-libvmaf
but the Zeranoe Windiows build does not come with that...

any advice ?

from the posts above I assumed that simply copying the .pkl files into the correct folder would work...

Thanks.
Iron_Mike is offline   Reply With Quote