Results 1 to 2 of 2

Thread: Convert Error

  1. #1
    Join Date
    Apr 2009
    Posts
    1

    Default Convert Error

    Hello, I've checked that all of the appropriate software has been installed, but none of the files will convert. I've tried vmv and avi, both don't convert. Here is the log/page:

    STARTING VIDEO CONVERSION (process_queue.id = 5)


    --------------------------------------------------------------------------------

    File: /home/personal/public_html/video/Butterfly.wmv

    ################################################## ##

    SELECT * FROM `video` WHERE `VID`=7

    ################################################## ##

    Video id: 7

    Find video duration - START

    /usr/bin/ffmpeg -i /home/personal/public_html/video/Butterfly.wmv


    Duration (ffmpeg): 0


    DURATION: 00:00

    Create Thumbnail - START

    Creating Thumbnail with ffmpeg
    Create Thumbnail with ffmpeg - END

    CONVERT COMMAND: /usr/bin/mencoder '/home/personal/public_html/video/Butterfly.wmv' -o /home/personal/public_html/flvideo/12401751331275973656.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -ofps 24 -vf harddup

    ################################################## ##


    ################################################## ##

    Return value:

    Running flvtool2: /usr/bin/flvtool2 -U /home/personal/public_html/flvideo/12401751331275973656.flv



    Please Advise on what sould be done.

  2. #2
    Join Date
    Jan 2008
    Posts
    147

    Default Re: Convert Error

    Edit the video_conversion.php (include/settings)
    Try to use the following command

    Code: Select all


    Code:
      # For old version of mplayer
        # $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames";
    
        # For latest version of mplayer
        $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24 -vf harddup";

Similar Threads

  1. Convert Error
    By pjohn in forum Installation Support
    Replies: 20
    Last Post: 01-17-2009, 06:13 PM
  2. Convert error
    By tanjiajun_34 in forum Installation Support
    Replies: 5
    Last Post: 01-05-2009, 07:33 AM
  3. convert error
    By harleywiz in forum Installation Support
    Replies: 2
    Last Post: 06-06-2008, 04:44 AM
  4. Convert Error
    By sathees in forum Bug Reports
    Replies: 1
    Last Post: 02-14-2008, 05:01 AM
  5. Convert Error
    By sysking in forum Installation Support
    Replies: 7
    Last Post: 10-03-2007, 03:55 AM

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
  •