Fatal error: Class 'ffmpeg_movie' not found in...
The fix in thread 294 is not working.
I get this error message when an upload is finished:
"Fatal error: Class 'ffmpeg_movie' not found in..."
I read this thread: viewtopic.php?t=294 where the vshare developers indicate that ffmpeg and ffmpeg-php are not installed properly and need to be reinstalled. This is not correct. Why?
1) Other video packages work no problem.
2) I reinstalled it anyway (easy to do) 3 times and still get the same error.
Therefore I think this is a bug?
Please does anyone have another fix?
Thanks!
Re: Fatal error: Class 'ffmpeg_movie' not found in...
Update, I think it's an issue with something in one of the encrypted files.
I just tried 3 other video packages (that all use ffmpeg-php) and they all work with no problem. Also I confirmed that ffmpeg-php is (obviously) on the server (or the other packages would not have worked).
Also, I found out that the ffmeg-php is not called 'ffmpeg_movie' which is part of the error message (Fatal error: Class 'ffmpeg_movie' not found in /home/xxxxxx/public_html/include/functions_upload.php on line 175) instead it's just ffmpeg.
Anyone have a fix?
Re: Fatal error: Class 'ffmpeg_movie' not found in...
vshare need ffmpeg-php to create thumb nail.
Try the test script available at
viewtopic.php?f=3&t=1594
Re: Fatal error: Class 'ffmpeg_movie' not found in...
Hi yes, ffmpeg-php is installed! (Also, I tried three other packages that use ffmpeg-php) and they all work as well.
I tried the 'thumb.php' test and here is the result:
Code:
Before - ffmpeg_movie(1.wmv)
Fatal error: Class 'ffmpeg_movie' not found in /home/xxxxxxxx/public_html/thumb.php on line 8"
Again, ffmpeg-php is installed and working for other youtube-type applications. Maybe the issue is where or how the 'ffmpeg_movie' class is defined?
Re: Fatal error: Class 'ffmpeg_movie' not found in...
Quote:
Class 'ffmpeg_movie' not found
Only reason for this error is ffmpeg-php not working properly.
Re: Fatal error: Class 'ffmpeg_movie' not found in...
IMPORTANT UPDATE:
Also, I just ran this php file:
Code:
<?php
phpinfo();
?>
And a ffmpeg section is there and shows this ffmpeg/php configuration:
Code:
ffmpeg support (ffmpeg-php) enabled
ffmpeg-php version 0.5.0
libavcodec version Lavc51.41.0
libavformat version Lavf51.12.2
ffmpeg.allow_persistent Local value 0 Master value 0
So there is a bug (also because I have other packages installed using ffmpeg-php with no problem).
Anyone have a fix?
Thanks
Re: Fatal error: Class 'ffmpeg_movie' not found in...
ffmpeg_movie is the very basic thing in ffmpeg-php, so if that is not working, you need to check your installation, may be some problem with it.