ffmpeg-nvenc icon indicating copy to clipboard operation
ffmpeg-nvenc copied to clipboard

nvidia headers need to be installed

Open geek-at opened this issue 8 years ago • 0 comments

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

geek-at avatar Mar 08 '18 17:03 geek-at