简体   繁体   中英

ffmpeg setting up in wamp on localhost

I have done the following:

  1. Downloaded ffmpeg from http://sourceforge.net/projects/ffmpeg-php/files/
  2. Copied php_ffmpeg.dll from the php5 folder to the

    C:\\wamp\\bin\\php\\ext

  3. Copied files from common to the windows/system32 folder

  4. Added the extension=php_ffmpeg.dll to php.ini file
  5. Restarted all services (Apache, PHP...)
  6. enabled extension=php_ffmpeg.dll directive in my php.ini .

But it still doesn't show up when I do a php info page. I thought it might have something to do with that fact that I'm using php version 5.3.0. I have googled for a php_ffmpeg.dll for php version 5.3.0 and haven't had any luck.

在安装http://sourceforge.net/projects/ffmpeg-php/files/ this之前,您是否已先将ffmpeg软件安装到系统上?

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