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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -