Currently browsing tag

ffmpeg

FFmpeg using NVIDIA GPUs

官方文件: https://developer.nvidia.com/ffmpeg 編譯一般的 CPU 的組態,設定之前要先安裝 lame/3.100 & x264/0.157.2935 ./configure –enable-nonfree –enable-gpl –enable-libx264 –enable-libmp3lame –enable-shared –enable-static –prefix=/opt/ffmpeg/4.1_cpu 在弄 GPU 組態之前要先安裝 nv-codec-headers # git …