ffmpeg setting up in wamp (in local) OR server
can anyone explain the procedure of installing ffmpeg in wamp. I got an answer to my previous question on ffmpeg and wamp that we have to interface the ffmpeg (here) with wamp.
I need to have a step by step process of how to do this,开发者_运维技巧 as I am confused with the interfacing little bit
I also want to know what is a way to install this ffmpeg into the server, or the procedure to do before we do the encloding procedures
Try the following steps.
- Download ffmpeg_new from here: http://sourceforge.net/projects/ffmpeg-php/files/
- Copy php_ffmpeg.dll from the php5 folder to the C:\wamp\bin\php\php5.2.9-2\ext
- Copy files from common to the windows/system32 folder
- Add extension=php_ffmpeg.dll to php.ini file
- Restarted all services (Apache, PHP...)
And enable "extension=php_ffmpeg.dll" directive in your php.ini.
All the best.
Thanks,
Kanji
make all the following steps mentioned above with http://sergey89.ru/files/ffmpeg-php/ffmpeg-php-5.3-win32-all.zip I use php 5.3.5 (wamp 2.1 x32)
精彩评论