how to install ffmpeg on macbookpro osx 10.8.3 -
i have downloaded ffmpeg link http://www.ffmpeg.org/download.html under ffmpeg mac os x builds section, builds come .7z extension need how configure on machine.
the best way install ffmpeg use homebrew
ruby -e "$(curl -fssl https://raw.github.com/mxcl/homebrew/go)"
the above command install homebrew , install ffmpeg use following command
brew install ffmpeg
cheers
Comments
Post a Comment