Skip to content

Instantly share code, notes, and snippets.

@martin-juul
Created July 24, 2018 14:31
Show Gist options
  • Save martin-juul/ee237ef38a2fd2f95ecde1404bb97bec to your computer and use it in GitHub Desktop.
Save martin-juul/ee237ef38a2fd2f95ecde1404bb97bec to your computer and use it in GitHub Desktop.
Install ffmpeg with all extras on macOS with Homebrew
#!/usr/bin/env bash
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