[HOWTO] 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:
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
Now comment out line 47
From:
To:
Now let's begin the installation process now run the following command below
I've tested this on my Centos server I gotta say it gets the job done.
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:
Code:
mkdir ~/ffmpeg-packages
cd ~/ffmpeg-packages
wget [URL]http://trulymanaged.com/ffmpeg/ffmpeginstall.tar.gz[/URL]
tar -xvzf ffmpeginstall.tar.gz
cd ffmpeginstall
At the command prompt type following command below
Code:
nano install.sh
From:
Code:
echo `hostname -i `|mail -s " FFmpeg installed $_version " vps @ esds.com
Code:
#echo `hostname -i `|mail -s " FFmpeg installed $_version " vps @ esds.com
Code:
./install.sh