I have zend server running php on Windows Server 2008 64 bit. How do I install ffmpeg for use with php?

link|improve this question
What have you tried so far? What's the problem with "installing" it? Most versions of ffmpeg are static binaries that you just copy somewhere. – mario May 1 '11 at 0:46
After some reflection, voting for migration to Superuser. – David Thomas May 1 '11 at 0:50
feedback

migrated from stackoverflow.com May 1 '11 at 3:11

This question came from our site for professional and enthusiast programmers.

1 Answer

I installed Miro Video Converter which installs ffmpeg with it and then just use the command line to run ffmpeg. You can use PHP to call command line functions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown