Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 wamp 服务器 v2.2 x64 和 php 版本 5.3.13。我试图在两天内安装 ffmpeg。我放松了这个步骤:
我检查了 phpinfo() 但它不起作用。顺便说一句,有什么方法可以从视频中获取海报图像的帧吗?
为了开始php_ffmpeg工作,您将不得不找到使用 VC9 编译器以线程安全的方式将其重新编译为 64 位的人。
php_ffmpeg
你可能会觉得这很困难,我只是在谷歌上搜索了一下,找不到任何东西。
如果您卸载 WAMP 64 位并安装 WAMP 32 位,您会发现它更容易。在那个环境中有一个php_ffmpeg.dll可用的
php_ffmpeg.dll
PS 在 64 位操作系统上运行 32 位 WAMP 没有问题。