Last active
March 8, 2017 20:16
-
-
Save keylase/7e3eee78ebcfa3aca6111701de1d23b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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