I want to install ffmpeg: http://www.ffmpeg.org/ in my turnkeylinux. Please guide me how to install and enable it for PHP.

link|improve this question

feedback

migrated from serverfault.com Jan 6 '11 at 23:42

This question came from our site for system administrators and desktop support professionals.

1 Answer

up vote 2 down vote accepted

Have a look at this whuich suggests that

apt-get install MAKEDEV
apt-get install ffmpeg

will do the job

link|improve this answer
+1 for Read The Friendly Manual – Chris S Jan 5 '11 at 13:41
almost same but a little different apt-get install php5-ffmpeg as given here: ffmpeg-php.sourceforge.net (in news section, 2nd news). Please update your answer with this command as well. – Prashant Jan 20 '11 at 8:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.