

I tried h264_nvenc and it works perfectly however, the problem is only with hevc_nvencĬomplete console output: Reinit context to 1280x544, pix_fmt: yuv420p

I also checked the NVidia supported cards and it says GeForce, but no details about the models: The video has yuv420p here and even specifying the format results in the same error. It says that if we get this error we should check for the pixel format. I also tried with more details, like setting the pixel format, the preset, the rate-control, the format. I get the error "No NVENC capable devices found" when trying a simple encoding like this, even skipping audio to make sure it's not an audio problem: ffmpeg.exe -i input.mp4 -c:v hevc_nvenc -an out.mp4
