FFMPEG Installation Tutorial very Easy and Automated
installing ffmpeg , flvtool2 , mencoder ,ffmpeg-php is very easy now , you can follow these commands given below to complete ffmpeg setip in minutes and with minimal effort ok to get started startup “putty” and ssh your login data then step by step enter each comman given below :
(my server environment is centos 5.xxxx with access to ssh and putty console only )
cd /usr/src/
wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg3/ffmpeginstall.3.2.1.tar.gz
tar -xzvf ffmpeginstall.3.2.1.tar.gz
cd ffmpeginstall.3.2.1
./install.sh (here it will ask you to enter your php.ini file location adress checkout the data provided by console and type as it is )
after these steps restart the server , and then to verify the installation RUN
php -m | grep ffmpeg
ls -lah /usr/local/cpffmpeg/bin/
thats it !
enjoy HD streaming !!
