How to install ffmpeg-php in linux

 

Login to server via SSH.

Go to the below path.

cd /usr/local/src

Download the tar file.

wget “http://downloads.sourceforge.net/project/ffmpeg-php/ffmpeg-php/0.6.0/ffmpeg-php-0.6.0.tbz2?use_mirror=garr”

Extract the tar file.

tar xjvf ffmpeg-php-0.6.0.tbz2

Go inside that folder

cd ffmpeg-php-0.6.0

run the below commands

phpize

./configure

make

make install