FFMPEG 硬件转码 GPU CUDA9 问题
傻逼了又,头脑发热升级下驱动版本
结果出现灵异问题
驱动安装和CUDA那些没错
编译FFMPEG出现
ERROR: cuda requested, but not all dependencies are satisfied: ffnvcodec
查询了下cuda9才又这个错误,好像是pkgconfig里命名导致问题
修复方式
cd /opt
git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
cd nv-codec-headers
make
make install
在编译遇到
ERROR: cuvid requested, but not all dependencies are satisfied: cuda
我很确认 cuda是安装好了的
卸载,重新安装,ldconfig 这个问题神奇的没了
这样就算升级成功
N卡官方
https://developer.nvidia.com/ffmpeg