how to install MEncoder MPlayer FFMpeg FLVTool2 MP4Box on linux CENTOS server

To install MEncoder MPlayer FFMpeg FLVTool2 MP4Box on linux CENTOS server, you need to perform some siple commands using putty.

You will get installed bellow given packages by using  commands.

  • ffmpeg
  • Mplayer
  • A52decoder
  • Amrnb and Amrwb
  • All codecs
  • facc and faad2
  • Ruby
  • flvtool2
  • ffmpeg-php
  • Mplayer and Mencoder
  • Lame
  • Libogg
  • Libvorbis
  • Libtheora
  • Libwmf
  • opencoreamr
  • vorbistools
  • X264
  • MP4Box
  • Xvidcore

Here are few commands which will install all the above packages on your server

First of all connect to your server via putty software, once you successfully get access of your server perform these commands

  • cd /usr/src/
  • wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg3/ffmpeginstall.7.4.tar.gz

you may edit this command according to the version you want to install like 6.3.tar.gz in place of 7.4.tar.gz (you can find below whole list of ild versions)

  • tar -xzf ffmpeginstaller.7.4.tar.gz
  • cd ffmpeginstaller.7.4
  • ffmpeginstaller.7.4 ]# sh install.sh
  • Then reboot the server.

You then verify ffmpeg module is listing in php and other modules.

  • php -m | grep ffmpeg
  • ls -lah /usr/local/cpffmpeg/bin/

Don’t forget to do the following

Edit your php.ini and increase the value of post_max_size if you need to post big files via php scripts
Edit your php.ini and increase the value of upload_max_filesize if you need to upload big vidoe file
Reboot web server
Then test the installation.

Here is the list for all old versions
  • ffmpeginstall.0.1.tar.gz

===========================

  • ffmpeginstall.1.0.1.tar.gz
  • ffmpeginstall.1.0.tar.gz
  • ffmpeginstall.1.1.tar.gz

===========================

  • ffmpeginstall.2.0.1.tar.gz
  • ffmpeginstall.2.0.tar.gz
  • ffmpeginstall.2.1.1.tar.gz
  • ffmpeginstall.2.1.2.tar.gz
  • ffmpeginstall.2.1.3.tar.gz
  • ffmpeginstall.2.1.4.tar.gz
  • ffmpeginstall.2.1.5.tar.gz
  • ffmpeginstall.2.1.6.tar.gz
  • ffmpeginstall.2.1.7.tar.gz
  • ffmpeginstall.2.1.tar.gz

===========================

  • ffmpeginstall.3.0.tar.gz
  • ffmpeginstall.3.1.tar.gz
  • ffmpeginstall.3.2.1.tar.gz
  • ffmpeginstall.3.2.tar.gz

===========================

  • ffmpeginstaller.4.0.tar.gz
  • ffmpeginstaller.4.1.tar.gz
  • ffmpeginstaller.4.2.tar.gz

===========================

  • ffmpeginstaller.5.0.tar.gz
  • ffmpeginstaller.5.1.tar.gz

===========================

  • ffmpeginstaller.6.0.tar.gz
  • ffmpeginstaller.6.1.tgz
  • ffmpeginstaller.6.2.tar.gz
  • ffmpeginstaller.6.3.tar.gz

===========================

  • ffmpeginstaller.7.0.tar.gz
  • ffmpeginstaller.7.1.tar.gz
  • ffmpeginstaller.7.2.tar.gz
  • ffmpeginstaller.7.3.tar.gz
  • ffmpeginstaller.7.4.tar.gz


Add a Comment

*