xampp - Error in configuring ffmpeg in Windows 8 , 5.3 PHP -
i trying configure ffmpeg using tutorial - http://myownhomeserver.com/2012/12/how-to-install-ffmpeg-php-php-5-4-on-windows-8-xampp-1-8-1/ after had done initial configuration, throwing error.
i copied php_ffmpeg.dll
in ext folder added in php.ini
file extension=php_ffmpeg.dll
copied other files system32
folder. throwing error while restarting apache. throwing below errow
--------------------------- httpd.exe - system error --------------------------- program can't start because avcodec-52.dll missing computer. try reinstalling program fix problem. --------------------------- ok ---------------------------
i can see above tutorial php 5.4 , above found tutorial http://myownhomeserver.com/2012/02/how-to-install-ffmpeg-php-for-windows-apache-http-server/
this php 5.3 still seems show same error me
i cant understand went wrong can me please.
in guide looking @ says need php 5.4 or higher. should first have installed php 5.4 , download files link , place php_ffmpeg.dll
in c:/xampp/php/ext
, rest of files in c:/windows/system32
.
also, if on 64-bit system try add files placed in c:/windows/system32
in c:\windows\syswow64
too.
then go xampp services, , click on stop
apache. when stopped, click start again , should work.
Comments
Post a Comment