Thursday, 20 March 2014

Auto installer Bash Shell Script for FFmpeg

Open source ffmpeg installer FREE cPanel Plugin which is from bash shell script. The purpose of this script is to build a video streaming platform in your Gnu/Linux server. So you can start video streaming websites and avoid the cost of installations. This script not only install ffmpeg but also all its friends packages.

FFmpeg Installation on cPanel server

Before proceed, try to disable the firewall temporary and download latest ffmpeg installer version.

cd /usr/local/src
wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg7/ffmpeginstaller.7.4.tar.gz tar -zxvf  ffmpeginstaller.7.4.tar.gz
cd ffmpeginstaller.7.4
./install


The following packages will install automatically.

›ffmpeg
›Mplayer
›A52decoder
›Amrnb and Amrwb
›All codecs
›facc and faad2
›Ruby

›flvtool2
›Git
›Mplayer
›Lame
›Libogg
›Libvorbis
›Libtheora

›Libwmf
›opencoreamr
›vorbistools
›X264
›MP4Box
›Xvidcore
›Yasm

You can check more version from http://ffmpeginstaller.com/

No comments:

Post a Comment