WAMP and FFMPEG

shabbir4it

New Member
Hello,

I am running Windows 7 and I just installed WAMP. I have a script I want to use that requires ffmpeg and it is a php script.

I tried to install the ffmpeg following the instructions provided here:

http://youngbobby.com/2011/02/25/how-to-install-ffmpeg-on-wampserver-2/

I copied php_ffmpeg.dll in the following folder:

C:\wamp\bin\php\php5.3.8

I copied the other 4 files in my System32 folder and added the following line:

extension=php_ffmpeg.dll

in:

C:\wamp\bin\apache\Apache2.2.21\bin\php.ini

And I restarted the Apache.

When I check the info.php file however, the ffmpeg is not referenced ..

Any ideas if I should install something else on my computer too ?

Thanks! The script you using requires ffmpeg with php , you just install ffmpeg , thats why its not working
wink.gif


or Try adding this in php.ini.

Code: [PHP_ffmpeg]extension=php_ffmpeg.dll
 
Top