I’d like to use cuda gpu as below. But ffmpeg keep saying that
“Impossible to convert between the formats supported by the filter ‘Parsed_hwupload_cuda_0’ and the filter ‘auto_scale_2’
[fc#0 @ 0000018ff3ff4e80] Error reinitializing filters!
[fc#0 @ 0000018ff3ff4e80] Task finished with error code: -40 (Function not implemented)
[fc#0 @ 0000018ff3ff4e80] Terminating thread with return code -40 (Function not implemented)”
*ffmpeg -y -loglevel debug -nostats -hide_banner -init_hw_device cuda=gpu:0 -hwaccel cuda -hwaccel_device gpu -hwaccel_output_format cuda -filter_hw_device gpu -i “a.mov” -i “b.mov” -framerate 60 -filter_complex “[0:V]hwupload_cuda[a];[1:V]hwupload_cuda,scale_cuda=1920:1080[b];[a][b]xfade_opencl=transition=fade:duration=1.5:offset=21.0,scale_cuda=1920:1080,hwdownload ” -noautoscale -map “” -threads 6 -an “output.mov”
*
How to fix the issue?
I have change options, but no luck.