View Single Post
Old 12-18-2008, 12:17 PM   #5 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Ok, heres a brief guide (using the above article) i haven't tested it so it may work xD

basically, log into your server with putty, and at the command line type:
wget http://dfn.dl.sourceforge.net/source...php-0.6.0.tbz2

Then extract it to '/usr/local/src/'
type:
tar jxvf ffmpeg-php-0.6.0.tbz2 -C /usr/local/src/

then type:
cd /usr/local/src/ffmpeg-php-0.6.0/;./configure && make && make install

Hope that works.
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote