Skip to content

Instantly share code, notes, and snippets.

@florentroques
Last active April 27, 2020 15:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save florentroques/df1061d1d25f23cc4c853eb7fa1c69c5 to your computer and use it in GitHub Desktop.
Save florentroques/df1061d1d25f23cc4c853eb7fa1c69c5 to your computer and use it in GitHub Desktop.
Install FFMPEG with all flags on OS X with HomeBrew
brew install ffmpeg $(brew options ffmpeg | grep -vE '\s' | grep -- '--with-' | tr '\n' ' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment