Fatal error: Class 'ffmpeg_movie' not found in <b>C:\mytest.php</b>
on line <b>2</b><br />
PHP Warning: PHP Startup: Unable to load dynamic library '\xampplite
\php\ext\php_ffmpeg.dll' - The specified procedure could not be found.
in Unknown on line 0
i have extracted the php_ffmpeg.dll for PHP5 to C:\xampplite\php\ext
and i have copied the common .dll files (avcodec.dll, avformat.dll) to
C:\WINDOWS\SYSTEM32
then, in php.ini, I have set:
extension=php_ffmpeg.dll
extension=php_gd2.dll
and restarted Apache 2...
but no luck.
Does anyone know what might be the problem?
On Mar 29, 11:13 pm, "talluri junnu" <talluri.ju...@gmail.com> wrote:
> Hi jimmy,
>
> Long days bacd i also got the same problem,by studiying some articles i
> came to know that apache2 will not support dl() function which is used to
> load dynamic file,you can study regarding dl() in php.net.Since apache2 is a
> multi thread web server it will not support dl() function.
>
> Bye................
>
Hi talluri junnu,
I don't think apache don't support the dl() function; and I see that
linux version still use but windows version can't
On Mar 29, 11:13 pm, "talluri junnu" < talluri.ju...@gmail.com> wrote:
> Hi jimmy,
>
> Long days bacd i also got the same problem,by studiying some articles i
> came to know that apache2 will not support dl() function which is used to
> load dynamic file,you can study regarding dl() in php.net.Since apache2 is a
> multi thread web server it will not support dl() function.
>
> Bye................
>
> On 3/28/07, jimmy < PimpMast...@gmail.com> wrote:
>
>
>
> > I am trying to run ffmpeg-php on my XAMPP Windows XP box but getting
> > an unusual error:
>
> > Fatal error: Class 'ffmpeg_movie' not found in <b>C:\mytest.php</b>
> > on line <b>2</b><br />
> > PHP Warning: PHP Startup: Unable to load dynamic library '\xampplite
> > \php\ext\php_ffmpeg.dll' - The specified procedure could not be found.
> > in Unknown on line 0
>
> > i have extracted the php_ffmpeg.dll for PHP5 to C:\xampplite\php\ext
> > and i have copied the common .dll files ( avcodec.dll, avformat.dll) to
thanks
jon