Skip to content

Instantly share code, notes, and snippets.

@morugu
Created February 5, 2018 16:32
Show Gist options
  • Save morugu/4cbdc926ae139061764b734e980056a7 to your computer and use it in GitHub Desktop.
Save morugu/4cbdc926ae139061764b734e980056a7 to your computer and use it in GitHub Desktop.
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz && mkdir -p ffmpeg-static && tar xvf ffmpeg-release-64bit-static.tar.xz -C ffmpeg-static --strip-components 1 && sudo mv ffmpeg-static/ff* /usr/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment