gaqlinux.blogg.se

Brew install ffmpeg
Brew install ffmpeg






brew install ffmpeg

If you don’t want to use Homebrew, see the section below.īrew install automake fdk-aac git lame libass libtool libvorbis libvpx \ To get ffmpeg for OS X, you first have to install Homebrew. Older versions are still available with an AppleID and free Developer account at. Make sure you install the Command Line Tools from Preferences > Downloads > Components. Starting with Lion 10.7, Xcode is available for free from the Mac App Store and is required to compile anything on your Mac. If instead you want to manually compile the latest Git version of FFmpeg, just continue with this guide.

brew install ffmpeg

To later upgrade your ffmpeg version, simply run: If you don’t know how to configure and compile a binary, you will find using Homebrew quite easy. Example with some additional options:īrew install ffmpeg -with-fdk-aac -with-ffplay -with-freetype -with-libass -with-libquvi -with-libvorbis -with-libvpx -with-opus -with-x265 in order to enable libfdk_aac or libvpx, which is highly recommended. You can run brew info ffmpeg to see additional configuration options, e.g. These versions are packaged as Homebrew formulas and will take care of all the dependencies and the installation itself. To get the latest stable version with minimal configuration options. This will take a few minutes while it’s installing the necessary developer tools for OS X. In order to use it, you need to install brew first:įollow the on-screen instructions. Homebrew is a command-line package manager, which is quite similar to apt-get on popular Linux distributions.

brew install ffmpeg

Just follow this guide.Īlternatively, if you are unable to compile, you can simply download a static build for OS X, but it may not contain the features you want. You can also install the latest stable version of ffmpeg without the need to compile it yourself, which saves you a bit of time. The general procedure is ./configure make & sudo make install, but some use a different configuration scheme, or none at all. Compiling on Mac OS X is as easy as any other *nix machine, there are just a few caveats.








Brew install ffmpeg