ffmpeg-nvenc
ffmpeg-nvenc copied to clipboard
nvidia headers need to be installed
It seems that ffmpeg removed the nvidia headers from their source so you'll have to do it yourself or add it to the make script
git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
make
sudo make install
as documented in this post