我可能已经花了超过 12 个小时试图在 WAMP 上安装 FFMPEG。我知道其他人已经在这个网站上回答了这个问题,但是它不适用于我的设置。
我尝试了以下方法:
Download ffmpeg_new
Copy php_ffmpeg.dll from the php5 folder to the C:\wamp\bin\php\php5.2.9-2\ext
Copy files from common to the windows/system32 folder
Add extension=php_ffmpeg.dll to php.ini file
Restarted all services (Apache, PHP...)
我当前的设置是 PHP 5.2.1,Apache 2.0.63。我有一台 Windows 7 64 位计算机。
我的 PHP 错误日志中出现以下错误:
[22-Jun-2012 01:39:31] PHP 警告:PHP 启动:无法加载动态库 'c:/wamp/bin/php/php5.2.1/ext/php_ffmpeg.dll' - 指定的模块不能成立。在第 0 行的未知中
显然我已经将模块放在了 ext 文件夹中。
Phpinfo.php 验证 FFMPEG 模块没有被加载。我尝试安装 PHP 5.3(带有更高的 FFMPEG 版本)、5.2.6 和 5.2.9-2,但模块仍然无法加载。还有什么我应该尝试的吗?拥有 64 位 Windows 7 计算机有什么不同吗?