hello, i'm new to ffmpeg extension i want to install it on my localhost to explore how it works to try to use it on my php scripts i'm having wampserver 2.2 on windows 7 i've read the instractions some where as stated below: Download ffmpeg-php-5.3-win32-all Copy php_ffmpeg.dll from the php5 folder to the C:\wamp\bin\php\php5.2.9-2\ext Copy the rest of files from to the windows/system32 folder Add [PHP_ffmpeg] extension=php_ffmpeg.dll to php.ini file Restarted all services (Apache, PHP...) i made a small code to test the installation exec('ffmpeg -i office.mp4 -r 24 output.avi'); nothing happened In Phpinfo it dosn't show ffmpeg is installed i hope someone guide me how ti correctly install it on wamp server best regards
Will this help you? http://stackoverflow.com/questions/1172916/how-to-install-ffmpeg-in-wampserver-2-0-windows-xp