Labs/Joey/ServerSetup ffmpeg

From MozillaWiki
< Labs‎ | Joey
Jump to navigation Jump to search

FFmpeg info with amr nb for 3gp

  • Get the lib amr nb source here http://www.penguin.cz/~utx/amr
  • Configure and make it and install it.
  • Check if you have /usr/local/lib with the libraries there.
  • You may need to put this amrnb .so files in your LD library path ( LD config or make sure it is under an existing LD path )
  • Get ffmpeg
  • ./configure as doug pointed out
  • ./configure -enable-gpl --enable-memalign-hack --enable-libamr-nb".
  • make
  • make install
  • Configure app/config/config.php to have the same path of your ffmpeg binary