You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
keylase a0f7ae702c
Update README.md
7 years ago
FFMPEG-with-NVIDIA-Acceleration-on-Ubuntu_UG_v01.pdf add doc 8 years ago
README.md Update README.md 7 years ago
patch.sh Add patch 8 years ago

README.md

nvidia-patch

requirements:

  • ubuntu 14.04
  • nvenc-compatible gpu
  • nvidia 375.39 driver

step-by-step :

Download driver: https://yadi.sk/d/yahf1Y-D3PJnzd

chmod +x ./NVIDIA-Linux-x86_64-375.39.run

./NVIDIA-Linux-x86_64-375.39.run

check driver:

nvidia-smi

mkdir ~/nvenc_backup

cd ~/nvenc_backup

cp /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.375.39 ~/nvenc_backup/

wget https://raw.githubusercontent.com/keylase/nvidia-patch/master/patch.sh

chmod +x patch.sh

./patch.sh ~/nvenc_backup/libnvidia-encode.so.375.39 /usr/lib/x86_64-linux-gnu/libnvidia-encode.so.375.39

reboot