-
-
Save barledge/bd8f44b396137527748e80552e1901c8 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
| # | |
| sudo su - | |
| cd /usr/local/bin | |
| mkdir ffmpeg | |
| cd ffmpeg | |
| wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz | |
| tar xvf ffmpeg-release-64bit-static.tar.xz | |
| mv ffmpeg-3.4-64bit-static/ffmpeg . | |
| ln -s /usr/local/bin/ffmpeg/ffmpeg /usr/bin/ffmpeg | |
| exit |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-i686-static.tar.xz