Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Installing ffmpeg on Mac OS X

Joe Saavedra edited this page Jun 22, 2015 · 4 revisions

Using Homebrew

The simplest way to install ffmpeg on Mac OS X is with Homebrew.

Once you have Homebrew installed install ffmpeg from the Terminal with the following:

$ brew install ffmpeg

You're done!

Homebrew installs ffmpeg with many of the common codecs including H.264.

Clone this wiki locally