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?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
If above solution not working, one thing you can do is as below:
Go to apachefriends.org You will find a link to ffmpeg 0.6.0 for php 5.3.1 there.
It worked for me on PHP 5.3.1 and 5.3.5 :) I found this on apachefriends.org
Good luck :)
Sodobni-mediji.si's method worked, but some things need to be clarified.
Download: https://rapidshare.com/#!download|934l34|422916798|php_ffmpeg_v0.6.0_for_PHP_5.3.1.rar
If you are using windows 64bit, you will also need to to copy all of those dll files to C:\Windows\SysWOW64 along with C:\Windows\System32.
You will probably have problems with toGdImage(), I have no idea how to fix this...
You can follow steps from here or do the following steps.
And enable "extension=php_ffmpeg.dll" directive in your php.ini.