ffmpeg - yszheda/wiki GitHub Wiki

Install

ERROR: cuda requested, but not all dependencies are satisfied: ffnvcodec

Note: FFmpeg now uses its own slightly modified runtime-loader for NVIDIA's CUDA/NVENC/NVDEC-related libraries. If you get an error from `configure` complaining about missing `ffnvcodec`, ​this project (https://git.videolan.org/git/ffmpeg/nv-codec-headers.git) is what you need. It has a working Makefile with an install target: `make install PREFIX=/usr`. FFmpeg will look for its pkg-config file, called `ffnvcodec.pc`. Make sure it is in your `PKG_CONFIG_PATH`.