Click on http://groups-beta.google.com/group/ffmpeg-php/web/windows-installation - or
copy & paste it into your browser's address bar if that doesn't work.
I have downloaded ffmpeg-php-0.5.0 packageand tried to install it but unfortunately I got some problems(I suppose becuase I am running Windows) because on Linux there is no problem. I fsomeone has already installed the package on Windows please write me at this e-mail:sti...@abv.bg.
Thank you.
as far as ffmpeg windows binaries go,
rather than downloading/compiling with MSYS and MinGW,
download them from this guy:
http://arrozcru.no-ip.org/ffmpeg_builds/
and then for the ffmpeg-php PHP extension,
currently i'm assuming you are running something similar to my XAMPP
Lite (Windows) php5 + apache2 setup:
- extract ffmpeg_new.rar
- copy /ffmpeg_new/php5/php_ffmpeg_20050618_nogif.dll to php
extensions directory (e.g. C:\xampplite\php\ext)
- copy /ffmpeg_new/common_dll/avcodec.dll and /ffmpeg_new/common_dll/
avformat.dll to C:\WINDOWS\SYSTEM32
- add/uncomment lines in php.ini:
extension=php_ffmpeg_20050618_nogif.dll
extension=php_gd2.dll
- restart apache
i think i'm close... but unfortunately the ffmpeg-php extension
doesn't work for me. i get a php startup error:
http://groups.google.com/group/ffmpeg-php/t/28eaffac076f4f7e
so any elaboration on these instructions here would be much
appreciated! :)
Desperately need ffmpeg-php for win32 - php 5.2.4. Could someone
please either give compiled libraries/extension, either instruction
for compiling with mingw/msys?