Thursday, October 13, 2016

The Charming FFMPEG


Hi All,

I have been using FFMPEG from almost 5 years.... I Am Loving it :)
Finally thought of sharing info about it when being used in OSX


1) Installation via HomeBrew

  • Open Terminal 
  • Install HomeBrew : Follow HOMEBREW
  • Install FFMPEG   :   brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools         
  • To Update HomeBrew : brew update
  • To Update FFMPEG   : brew upgrade ffmpeg                             


2) FFMPEG Builds


3) FFMPEG Binaries
  • http://www.ffmpegmac.net/ [Follow MAC]


Enjoy FFMPEGing... :)