Installing FFMPEG bugged my mind for quite some time but now I can share with you how I did this. You have come to this article does mean you are also trying to install FFMPEG and so here are the steps you should follow.
Downloaded package sources using wget
wget http://dfn.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.6.0.tbz2 ( The download URL from sourceforge )
and save it to /usr/local/src
Now unpacked it
tar jxvf ffmpeg-export-snapshot.tar.bz2
then
cd ffmpeg-export-2008-12-04/ ; ./configure && make && make install
Simple isn't it?
Most Commented Posts
Enter your Name and Email below to subscribe and start 1 month free course now.

