Sorry about the necropost, but this article inspired me to a) backorder an A380 for video transcoding (which should hopefully ship some day but its date keeps getting pushed back), and b) try out ffmpeg/VMAF to do some comparisons of my own with various Handbrake settings for place-shifting my media library. I'm having trouble getting meaningful results out of VMAF though. Can you share the command you're running?
I'm using these options:
scaling to 1920x1080 as the compressed file is slightly cropped.
I'm using these options:
Code:
ffmpeg.exe -i compressed.mkv -i original.mkv -lavfi "[0:v]scale=1920:1080,setpts=PTS-STARTPTS[reference];[1:v]scale=1920:1080,setpts=PTS-STARTPTS[distorted];[distorted][reference]libvmaf=model_path=vmaf_v0.6.1.json:n_threads=12" -f null -