Results 1 to 7 of 7

Thread: Fatal error: Class 'ffmpeg_movie' not found in...

  1. #1
    Join Date
    Sep 2007
    Posts
    4

    Default 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!

  2. #2
    Join Date
    Sep 2007
    Posts
    4

    Default 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?

  3. #3
    Join Date
    Apr 2007
    Posts
    2,202

    Default 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

  4. #4
    Join Date
    Sep 2007
    Posts
    4

    Default 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?

  5. #5
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Fatal error: Class 'ffmpeg_movie' not found in...

    Class 'ffmpeg_movie' not found
    Only reason for this error is ffmpeg-php not working properly.

  6. #6
    Join Date
    Sep 2007
    Posts
    4

    Default 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

  7. #7
    Join Date
    Apr 2007
    Posts
    2,202

    Default 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.

Similar Threads

  1. Fatal error: Class 'ffmpeg_movie' not found in..
    By freddie777 in forum Installation Support
    Replies: 1
    Last Post: 12-30-2007, 09:18 PM
  2. Fatal error: Class 'ffmpeg_movie' not found
    By oztralasia in forum Fixed Bugs
    Replies: 3
    Last Post: 10-18-2007, 08:16 AM
  3. "Fatal error: Class 'ffmpeg_movie' not found...
    By loc in forum Installation Support
    Replies: 2
    Last Post: 09-17-2007, 07:54 PM
  4. Fatal error: Class 'ffmpeg_movie' not found in
    By afyouni in forum Installation Support
    Replies: 3
    Last Post: 07-25-2007, 08:42 PM
  5. Fatal error: Class 'ffmpeg_movie' not found
    By pidigi in forum Installation Support
    Replies: 1
    Last Post: 05-17-2007, 08:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •