Closed guyoun closed 4 months ago
Thanks @guyoun for the contribution.
FYI @kylophone and @gedoensmax, this looks correct to me based on documentation but can't verify it now.
For 420 video this is the correct command. 444 for example would work with the previous one already.
I think 420 video is more common, so it makes sense to have the Dockerfile be able to handle this.
Adjust the order and format of inputs to libvmaf_cuda according to https://ffmpeg.org/ffmpeg-filters.html#toc-libvmaf_005fcuda
The libvmaf_cuda filter allows only
AV_FIX_FMT_CUDA
butNV12
(sw_format) is not supported.So the current config raises
[libvmaf @ 0x7f95d00050c0] Unsupported input format: nv12
like below.