arf20
New Member
arf20 submitted a new resource:
Build ffmpeg for NVENC support in debian - Build ffmpeg for NVENC support in debian
Read more about this resource...
Build ffmpeg for NVENC support in debian - Build ffmpeg for NVENC support in debian
hese are the steps to build a ffmpeg deb package with NVENC support to make hardware acceleration available for OBS Required an nVIDIA card with a reasonably updated driver
Install nv encoder headers matching your driver:
git clone --branch <version branch> https://github.com/FFmpeg/nv-codec-headers cd nv-codec-headers sudo make install
Uninstall existing ffmpeg if applicable
Get the ffmpeg source
apt source ffmpeg
add "--enable-nonfree --enable-nvenc" to the...
Read more about this resource...