Hi,
I wanted to encode Videos using handbrake which in turn uses ffmpeg
for encoding.
On my previous system (Ubuntu 22.04) I could use hardware accelerated encoding and verify that by nvtop
. (The nvidia card was a gtx1650)
I now have cachyos, and when I now encode videos (using h265 nvenc) I only see load on the cpu and not on the gpu (when checked by nvtop
or btop
) I now use the nvidia Titan XP card with driver 555.58.02.
I also verified by invoking ffmpeg directly through:
ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i input.mp4 -c:v h264_nvenc -preset slow output.mkv
but still I could not see anything on nvtop
Do I miss something to activate hardware encoding? What are your experiences?