Problem with FFMPEG-PHP extension installation!?

Sami

New member
Hi,

I need FFMPEG-PHP extension for a project that I'm working on and I need to execute FFMPEG via PHP5.

I have followed all the steps on the article below, but FFMPEG extension is still not showing up on phpinfo(). And when I try the sample code it cannot load the extension and says: "Error in loading ffmpeg" (because*it cannot load the extension).
http://www.vidionline.com/php/7-how-to-install-ffmpeg-on-windows
I am running php5.3.0 on Windows Vista and MS IIS 7.0 (I do not run my php on Apache).
I copied the php_ffmpeg.dll in the ext folder and added the entery below to the php.ini:
[PHP_ffmpeg]*
extension=php_ffmpeg.dll

I would highly appreciate if you could possibly help me to get the FFMPEG extension installed properly?


Thanks a lot!
-Saman
 
Back
Top