ffmpeg dl error...any ideas?
Posted: Mon May 04, 2009 6:41 pm
Hey guys I just attempted to install ffmpeg on my home computer so I can test my php scripts. I completed the following steps and still have the dl error stated below anyone have any ideas?
-Download the zip file that includes the ffmpeg-php extension here and uncompress it. It includes several other software packages, you can ignore them, the files that we are interested in are in the ffmpeg-php-win32-all directory.
-Copy the avcodec-51.dll, avformat-51.dll, avutil-49.dll and pthreadGC2.dll files to the c:\windows\system32 directory.
-Copy the php_ffmpeg.dll file to your PHP extensions directory. For me, this was "C:\Program Files\SWsoft\Plesk\Additional\PleskPHP5\ext"
- Edit your php.ini file and add the following bit. For me this was located at "C:\Program Files\SWsoft\Plesk\Additional\PleskPHP5\php.ini"
extension=php_ffmpeg.dll
I still get the error:
Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=php_ffmpeg.dll in your php.ini in C:\Web Files\wamp\www\browsestart\includes\videoupload.php on line 26
Can't load extension C:\php5/php_ffmpeg.dll
-Download the zip file that includes the ffmpeg-php extension here and uncompress it. It includes several other software packages, you can ignore them, the files that we are interested in are in the ffmpeg-php-win32-all directory.
-Copy the avcodec-51.dll, avformat-51.dll, avutil-49.dll and pthreadGC2.dll files to the c:\windows\system32 directory.
-Copy the php_ffmpeg.dll file to your PHP extensions directory. For me, this was "C:\Program Files\SWsoft\Plesk\Additional\PleskPHP5\ext"
- Edit your php.ini file and add the following bit. For me this was located at "C:\Program Files\SWsoft\Plesk\Additional\PleskPHP5\php.ini"
extension=php_ffmpeg.dll
I still get the error:
Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=php_ffmpeg.dll in your php.ini in C:\Web Files\wamp\www\browsestart\includes\videoupload.php on line 26
Can't load extension C:\php5/php_ffmpeg.dll