vosen/ZLUDA

Possibility to run ffmpeg with cuda acceleration

Closed this issue · 1 comments

OS: Arch Linux
GPU: rx 6600

LD_LIBRARY_PATH=/home/jlucaso/projects/temp/ZLUDA/target/release ffmpeg -i mently.mp4 -c:v h264_nvenc output.mp4

error:

Cannot load libnvidia-encode.so.1
The minimum required Nvidia driver for nvenc is 550.54.14 or newer

nvenc has nothing to do with CUDA (aside from some filters and calling nvenc/nvdec). The encoders and decoders are seperate parts of the silicon, dedicated circuits. So you can´t use NVENC on AMD cards. Use the AMD Encoders / Decoders instead.