在XAMPP上安装FFMPEG [英] Install FFMPEG on XAMPP

查看:191
本文介绍了在XAMPP上安装FFMPEG的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在windows xp上安装了php 5.3.5版本的xampp 1.7.4。
如何在xpp中安装ffmpeg与php 5.3.5在windows xp?

解决方案

您可以按照< a href =http://ukphpdeveloper.blogspot.com/2012/08/how-to-install-ffmpeg-in-xampp.html =noreferrer>这里或执行以下步骤。 / p>


  1. 从此处下载ffmpeg: https ://ffmpeg.org/download.html

  2. 将php_ffmpeg.dll从php5文件夹复制到C:\wamp\bin\php\php5。 2.9-2\ext

  3. 将文件从公用文件复制到Windows / system32文件夹

  4. 将extension = php_ffmpeg.dll添加到php.ini文件\apache ... php.ini)

  5. 重新启动所有服务(Apache,PHP ...)

并在您的php.ini中启用extension = php_ffmpeg.dll指令。


I have installed xampp 1.7.4 with php version 5.3.5 on windows xp. How to install ffmpeg in xampp with php 5.3.5 on windows xp?

解决方案

You can follow steps from here or do the following steps.

  1. Download ffmpeg from here: https://ffmpeg.org/download.html
  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 ( \apache...php.ini )
  5. Restarted all services (Apache, PHP...)

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

这篇关于在XAMPP上安装FFMPEG的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆