php - ffmpeg unable to initialize module windows 7 32 bit -


i have installed ffmpeg in window 7 32 bit in php extension.when start apache,i getting message "php startup: ffmpeg: unable initialize module"

my xampp version: 2.5 php version : 5.3.8.0

how solve issue?

1.enter code here go apachefriends.org find link ffmpeg 0.6.0 php 5.3.1 there.

2.copy php_ffmpeg.dll xampp\php\ext.

3.copy ffmpeg.exe root of site or anywhere else long know (you have define path in php file)...

4.copy else windows/system32.

5.add "extension=php_ffmpeg.dll" or remove ";" on beginning of line in php.ini file (xampp\php\php.ini )

6.restart apache server


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -