简体   繁体   中英

ffmpeg setting up in wamp (in local) OR server

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

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

使用http://sergey89.ru/files/ffmpeg-php/ffmpeg-php-5.3-win32-all.zip进行上述所有以下步骤,我使用php 5.3.5(wamp 2.1 x32)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM