Last active
June 12, 2021 00:43
-
-
Save yusufusta/ea9e007bb175330470fed9ab11741c9e to your computer and use it in GitHub Desktop.
macOS Brew install FFmpeg with all options (libffk_acc)
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
| brew tap homebrew-ffmpeg/ffmpeg | |
| brew install homebrew-ffmpeg/ffmpeg/ffmpeg $(brew options homebrew-ffmpeg/ffmpeg/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