Skip to content

Instantly share code, notes, and snippets.

@keylase
Last active March 8, 2017 20:16
Show Gist options
  • Select an option

  • Save keylase/7e3eee78ebcfa3aca6111701de1d23b8 to your computer and use it in GitHub Desktop.

Select an option

Save keylase/7e3eee78ebcfa3aca6111701de1d23b8 to your computer and use it in GitHub Desktop.
#ubuntu 14.04
#https://habrahabr.ru/post/262563/
#https://github.com/FFmpeg/FFmpeg/commit/de2faec2faf34ee948d400101299d4ccdc1f3a50
sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt update
sudo apt-get purge nvidia-375
mkdir ffmpeg && cd ffmpeg
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz
sudo apt-get install unp
unp ffmpeg-release-64bit-static.tar.xz
cd ffmpeg-3.2.4-64bit-static/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment