Results 1 to 3 of 3

Thread: convert error

  1. #1
    Join Date
    Jun 2008
    Posts
    1

    Default convert error

    i checke everything seemsto be working i can upload file makes a thumb nail makes a flv file
    but soon as i click to play it acts like its loading but never plays then if i login to ad min i ger this error -->
    STARTING VIDEO CONVERSION (process_queue.id = 3)


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

    File: /home/xxxxx/public_html/video/tranny-movie-1_1.mpeg

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

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

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

    Video id: 3

    Find video duration - START

    Duration (ffmpeg-php): 9


    DURATION: 00:09

    Create Thumbnail - START

    Create Thumbnail with ffmpeg-php - END

    CONVERT COMMAND: /usr/bin/mencoder '/home/xxxx/public_html/video/tranny-movie-1_1.mpeg' -o /home/xxxx/public_html/flvideo/12126919831524516822.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 E5420 @ 2.50GHz (Family: 6, Model: 23, Stepping: 6)
    [2] => CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    [3] => Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
    [4] =>
    [5] => success: format: 0 data: 0x0 - 0xd1004
    [6] => MPEG-PS file format detected.
    [7] => VIDEO: MPEG1 320x240 (aspect 1) 29.970 fps 600.0 kbps (75.0 kbyte/s)
    [8] => [V] filefmt:2 fourcc:0x10000001 size:320x240 fps:29.97 ftime:=0.0334
    [9] => ================================================== ========================
    [10] => Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
    [11] => AUDIO: 44100 Hz, 2 ch, s16le, 64.0 kbit/4.54% (ratio: 8000->176400)
    [12] => Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
    [13] => ================================================== ========================
    [14] =>
    [15] => 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.

    p.s file is over 1kb in size

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

  3. #3
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: convert error

    i think this topic will help you in this error
    viewtopic.php?f=4&t=3450

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 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
  •