Home · RSS · E-Mail · GitHub · GitLab · Twitter · Mastodon

Installing FFmpeg on Mac

first published:

Check the repository for the current version of the script.

» Why?

brew install ffmpeg installs too many dependencies.
This script downloads the static binary and moves it to /usr/local/bin/, thats all.

» Usage

Latest stable:

1
curl -s https://raw.githubusercontent.com/sj14/playground/master/ffmpeg-mac/install.sh | bash -s

Latest snapshot:

1
curl -s https://raw.githubusercontent.com/sj14/playground/master/ffmpeg-mac/install.sh | bash -s snapshot

» Updating

For updating to the latest stable or snapshot build, just run the desired command again, it will overwrite the previously installed version.




Home · RSS · E-Mail · GitHub · GitLab · Twitter · Mastodon