Results 1 to 6 of 6

Thread: Convert error

  1. #1

    Default Convert error

    When I upload a video, after uploading, I see at the Process Queue that my video has Convert Error. I tried press convert now and it said...
    Code:
    STARTING VIDEO CONVERSION (process_queue.id = 1)
    
    File: /home/xevivene/public_html/videos/video/testing.MP4
    
    ERROR: file not found.
    
    Back
    I see my testing.p4 chmod is 644.
    I tried to change to 777 but same error.

  2. #2
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: Convert error

    Did you use the upload progress bar when you uploaded? If not, is the file on the server named "testing.MP4" with a capital MP4? If not, rename the file to have a capital MP4 as Linux is case sensitive.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  3. #3

    Default Re: Convert error

    For I dun know wad reason...
    It is solved. But now another error...
    Code:
    STARTING VIDEO CONVERSION (process_queue.id = 2)
    
    File: /home/xevivene/public_html/videos/video/testing.MP4_1.mp4
    
    ####################################################
    
    SELECT * FROM `video` WHERE `VID`=1
    
    ####################################################
    
    Video id: 1
    
    Find video duration - START
    
    Duration (ffmpeg-php): 454
    
    DURATION: 07:34
    
    Create Thumbnail - START
    
    Create Thumbnail with ffmpeg-php - END
    
    CONVERT COMMAND: /usr/bin/mencoder '/home/xevivene/public_html/videos/video/testing.MP4_1.mp4' -o /home/xevivene/public_html/videos/flvideo/1231054260671866997.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
    
    ####################################################
    
    Array
    (
        [0] => MEncoder 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team
        [1] => CPU: Intel(R) Xeon(R) CPU           X3220  @ 2.40GHz (Family: 6, Model: 15, Stepping: 11)
        [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 - 0xad15ad
        [6] => Quicktime/MOV file format detected.
        [7] => VIDEO:  [mp4v]  320x240  24bpp  29.000 fps    0.0 kbps ( 0.0 kbyte/s)
        [8] => [V] filefmt:7  fourcc:0x7634706D  size:320x240  fps:29.00  ftime:=0.0345
        [9] => ==========================================================================
        [10] => Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
        [11] => AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
        [12] => Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) decoder)
        [13] => ==========================================================================
        [14] => 
        [15] => Exiting...
    )
    ####################################################
    
    Return value: Exiting...
    
    Running flvtool2: /usr/local/bin/flvtool2 -U /home/xevivene/public_html/videos/flvideo/1231054260671866997.flv
    
    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

  4. #4
    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";

  5. #5

    Default Re: Convert error

    Tried but also error...zzz

  6. #6
    Join Date
    Sep 2007
    Posts
    906

    Default Re: Convert error

    One of the two convert commands should work if you have a proper mplayer installation.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

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