views:

74

answers:

1

can anyone explain the procedure of installing ffmpeg in wamp. I got an answer to my previous question on ffmpeg and wamp that we have to interface the ffmpeg (here) with wamp.

I need to have a step by step process of how to do this, as I am confused with the interfacing little bit

I also want to know what is a way to install this ffmpeg into the server, or the procedure to do before we do the encloding procedures

A: 

Hello,

Try the following steps.

  1. Download ffmpeg_new from here: http://sourceforge.net/projects/ffmpeg-php/files/
  2. Copy php_ffmpeg.dll from the php5 folder to the C:\wamp\bin\php\php5.2.9-2\ext
  3. Copy files from common to the windows/system32 folder
  4. Add extension=php_ffmpeg.dll to php.ini file
  5. Restarted all services (Apache, PHP...)

And enable "extension=php_ffmpeg.dll" directive in your php.ini.

All the best.

Thanks,

Kanji

Kanji