Source http://www.elvisblogs.org/other/howt...ally-centos-52

Setup Installation


First, open up SSH (I like using putty) and login as "root". Once there, run the below commands:

Code: 
mkdir ~/ffmpeg-packages
cd ~/ffmpeg-packages
wget http://trulymanaged.com/ffmpeg/ffmpeginstall.tar.gz 
tar -xvzf ffmpeginstall.tar.gz
cd ffmpeginstall
If you don't want the author to be emailed upon a successful installation, comment out line 47 of install.sh Here is how...

At the command prompt type following command below
Code: 
nano install.sh
Now comment out line 47

From:
Code: 
echo `hostname -i `|mail -s " FFmpeg installed $_version " vps @ esds.com
To:
Code: 
#echo `hostname -i `|mail -s " FFmpeg installed $_version " vps @ esds.com
Now let's begin the installation process now run the following command below
Code: 
./install.sh
I've tested this on my Centos server I gotta say it gets the job done.
robert420 Reviewed by robert420 on . FFMPEG Auto Installer Source http://www.elvisblogs.org/other/howto-install-ffmpeg-ffmpeg-php-and-codecs-automagically-centos-52 Setup Installation First, open up SSH (I like using putty) and login as "root". Once there, run the below commands: mkdir ~/ffmpeg-packages cd ~/ffmpeg-packages wget http://trulymanaged.com/ffmpeg/ffmpeginstall.tar.gz tar -xvzf ffmpeginstall.tar.gz Rating: 5