How to install FFMpeg in linux server
FFmpeg Installation:
cd /usr/src/
Download the file using the below link:
wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg3/ffmpeginstall.3.2.1.tar.gz
Untar the file using below command
tar -xzvf ffmpeginstall.3.2.1.tar.gz
cd ffmpeginstall.3.2.1
./install.sh
( You have to enter the php.ini full path to confirm the installation )
It will take some time to complete the process.
Once the installation is complete reboot the server.
Note : Please download the latest version of ffmpeg using the below link:
http://www.ffmpeginstaller.com/download/