Christophe Le Roy
Christophe Le Roy
In `run_vmaf_on_files()`, --vmaf-filter and --vmaf-res values are not passed, but hard-coded to an empty filter and 1920x1080.
If a user passes eg. --ffmpeg " -vf transpose=clock ", it will overwrite the `-vf select=not(mod(n\\,probing_rate))` passed in `probe_cmd()`. This breaks VMAF probing, and leads to an unnecessarily low quality...
Using VMAF mode, vspipe processes used during encoding with VMAF probing are left as zombies. I suppose it was the root cause of the following error during a encode: ```...