Mangesh.
Hi!
Only download this file
http://bitsoft.bitrings.com/down/ffmpeg_new.rar
If you have PHP5, copy the files into folder named "php5":
php_ffmpeg_20050618_nogif.dll and php_ffmpeg_20050618_nogif.dll at the
PHP installation folder
example: C:\php\extensions
Now rename avcodec_old_nogif.dll to avcodec.dll
Rename avformat_old_nogif.dll to avformat.dll
Copy both files into C:\windows\system32
Open C:\windows\php.ini and search:
";Windows Extensions
;Note that ODBC support is built in, so no dll is needed for it."
And simply add "extension=php_ffmpeg_20050618_nogif.dll"
If you have installed apache2, restart the service at
Start/Configuration/Control Panel/Administrative Tools/Services and
search for apache2 service. Stop the service, and now, start the
service again.
Making this and... with a phpinfo(); i see the module :-)
------------------------------------
ffmpeg
ffmpeg support (ffmpeg-php) enabled
ffmpeg-php version 0.4.4.0
libavcodec version FFmpeg0.4.9-pre1b4738
libavformat version FFmpeg0.4.9-pre1b4621
Directive Local Value Master Value
ffmpeg.allow_persistent 0 0
------------------------------------------------
Now, i am searching examples of php CODES using ffmpeg-php and... the
only is the code included at ffmpeg_new.rar " test_ffmpeg.php"
:-(
PD: sorry for my bad english... i am spanish :)
ByeBye!