- Change: Video streams scaling logic for VMAF calculation changed (#190):
- "Upscale to model's resolution" renamed to "Scale to model's resolution" as it is now upscaling or downscaling
- When the checkbox not ticked, distorted is scaled to ref's resolution before VMAF calculation
- When the checkbox is ticked (default), both ref and distorted are scaled to model's resolution if their resolution differ from model's resolution more then 10% (the threshold can be changed in FFMetrics.conf)
- Change: Tiny UI adjustments