Results 1 to 4 of 4

Thread: convert error

  1. #1

    Default convert error

    I can upload a file with no problem,It shows on the main page but will not play. When I go to the processing que it says "convert error" When I do a convert now it comes up with this:

    STARTING VIDEO CONVERSION (process_queue.id = 2)

    File: /home/babytoob/public_html/felinetube/video/90kb.wmv

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

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

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

    Video id: 2

    Find video duration - START

    Duration (ffmpeg-php): 4

    DURATION: 00:04

    Create Thumbnail - START

    Create Thumbnail with ffmpeg-php - END

    CONVERT COMMAND: /usr/bin/mencoder '/home/babytoob/public_html/felinetube/video/90kb.wmv' -o /home/babytoob/public_html/felinetube/flvideo/1218600615489301086.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

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

    Array
    (
    [0] => MEncoder 1.0rc1-4.1.2 (C) 2000-2006 MPlayer Team
    [1] => CPU: Intel(R) Xeon(R) CPU E5430 @ 2.66GHz (Family: 6, Model: 23, Stepping: 6)
    [2] => CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    [3] => Compiled with runtime CPU detection.
    [4] => success: format: 0 data: 0x0 - 0x167b4
    [5] => ASF file format detected.
    [6] => VIDEO: [WMV2] 320x240 24bpp 15.000 fps 0.0 kbps ( 0.0 kbyte/s)
    [7] => [V] filefmt:6 fourcc:0x32564D57 size:320x240 fps:15.00 ftime:=0.0667
    [8] => ================================================== ========================
    [9] => Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
    [10] => AUDIO: 16000 Hz, 1 ch, s16le, 16.0 kbit/6.25% (ratio: 2000->32000)
    [11] => Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))
    [12] => ================================================== ========================
    [13] =>
    [14] => Exiting...
    )

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

    Return value: Exiting...

    Convert Error or converted video is less than 1 kb in size, try upload a big video. If that do not work, verify convert command works on the server.

    Back

  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:
    $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";

  3. #3

    Default Re: convert error

    Quote Originally Posted by ramesh
    Edit the video_conversion.php (include/settings)
    Try to use the following command

    Code: Select all
    Code:
    $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";
    What line do I add this on in the file?

  4. #4

    Default Re: convert error

    Please use these two command

    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 ct2k7 in forum Installation Support
    Replies: 1
    Last Post: 04-20-2009, 04:05 AM
  2. Convert Error
    By pjohn in forum Installation Support
    Replies: 20
    Last Post: 01-17-2009, 06:13 PM
  3. Convert error
    By tanjiajun_34 in forum Installation Support
    Replies: 5
    Last Post: 01-05-2009, 07:33 AM
  4. convert error
    By harleywiz in forum Installation Support
    Replies: 2
    Last Post: 06-06-2008, 04:44 AM
  5. Convert Error
    By sathees in forum Bug Reports
    Replies: 1
    Last Post: 02-14-2008, 05:01 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
  •