0

I have problems with installation of ffmpeg-php extension on xampp 1.7.7 and php 5.3.8 on windows. Does anyone have the compiled dll of ffmpeg-php for this versions, i know how to install the extension but i can't find the correct dlls for my php version. Any help will be appreciated.

matrixrp
  • 1
  • 1
  • maybe this thread can be of help: http://bytes.com/topic/php/answers/732941-how-install-ffmpeg-php-extension-windows – user254875486 Apr 21 '12 at 11:08
  • I already tried this link [http://bytes.com/topic/php/answers/](http://bytes.com/topic/php/answers/732941-how-install-ffmpeg-php-extension-windows), this is for older version of php. – matrixrp Apr 21 '12 at 13:24
  • Or anyone knows how to compile dll from the source code??? Please help i really need this extension :( – matrixrp Apr 21 '12 at 13:30

1 Answers1

1

This is the best tutorial for that http://www.youtube.com/watch?feature=player_embedded&v=gU49GiWGGAI

if you are using xampp version grater than 1.7.4 you need to install ffmpeg compiled with MSVC9 (Visual C++ 2008). This is the link for ffmpeg compiled with MSVC9 (Visual C++ 2008). http://x32.elijst.nl/ffmpeg6-php53-win32-vc9-all.zip

Arun
  • 685
  • 5
  • 20