Install FFMPEG on XAMPP
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
- unzip
- copy ffmpeg.exe somewhere and remember the path for later use
- move php_ffmpeg.dll to php extension dir (usually c:\xampp\php\ext)
- move all other files to Windows\System32 (except COPYING.GPLv3.txt, readme.txt)
- add extension=php_ffmpeg.dll to php.ini (usually c:\xampp\php\php.ini)
- restart apache with fingers crossed
- questions/answers http://www.apachefriends.org/f/viewtopic.php?f=16&t=41913
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...
Go to apachefriends.org You will find a link to ffmpeg 0.6.0 for php 5.3.1 there.
- Copy php_ffmpeg.dll to xampp\php\ext.
- Copy ffmpeg.exe into root of your site or anywhere else as long you know where (you will have to define path to it in your php file)...
- Copy everything else to windows/system32.
- Add "extension=php_ffmpeg.dll" or remove ";" on the beginning of that line in php.ini file (xampp\php\php.ini )
- Restart apache server... and voila :)
It worked for me on PHP 5.3.1 and 5.3.5 :) I found this on apachefriends.org
Good luck :)