Hello here is the output from convert.php:

Code:
MEncoder 1.0rc2-3.4.6 (C) 2000-2007 MPlayer TeamCPU: Intel(R) Xeon(TM) CPU 3.00GHz (Family: 15, Model: 4, Stepping: 3)CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2success: format: 0  data: 0x0 - 0x250a6cASF file format detected.[asfheader] Audio stream found, -aid 1[asfheader] Video stream found, -vid 2VIDEO:  [WVC1]  640x480  24bpp  1000.000 fps  1500.0 kbps (183.1 kbyte/s)[V] filefmt:6  fourcc:0x31435657  size:640x480  fps:1000.00  ftime:=0.0010==========================================================================Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decodersAUDIO: 44100 Hz, 2 ch, s16le, 96.0 kbit/6.80% (ratio: 12000->176400)Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))==========================================================================OK, exitOpening video filter: [expand osd=1]Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1Opening video filter: [harddup]==========================================================================Opening video decoder: [dmo] DMO video codecsCreating new registryFailed to open registry file '/root/.mplayer/registry' for writing.DMO dll supports VO Optimizations 0 1DMO dll might use previous sample when requestedFailed to open registry file '/root/.mplayer/registry' for writing.Failed to open registry file '/root/.mplayer/registry' for writing.Failed to open registry file '/root/.mplayer/registry' for writing.GetOutput r=0x0   size:921600  align:1StreamCount r=0x0  1  1Decoder supports the following formats: YV12 YUY2 UYVY YVYU RGB8 RGB555 RGB565 RGB24 RGB32Decoder is capable of YUV output (flags 0x1b)VDec: vo config request - 640 x 480 (preferred colorspace: Packed YUY2)VDec: using Planar YV12 as output csp (no 0)Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.videocodec: libavcodec (640x480 fourcc=31564c46 [FLV1])[VE_LAVC] High quality encoding selected (non-realtime)!Selected video codec: [wmvvc1dmo] vfm: dmo (Windows Media Video (VC-1) Advanced Profile Decoder)==========================================================================Exiting...
the output from manual convert (convert again ) in admin is as follows :
Code:
STARTING VIDEO CONVERSION (process_queue.id = 14)


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

File: /home/**************************************.mpg

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

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

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

Video id: 14

Find video duration - START

Duration (ffmpeg-php): 9


DURATION: 00:09

Create Thumbnail - START

Create Thumbnail with ffmpeg-php - END

CONVERT COMMAND: /usr/local/bin/mencoder '/home/**************.mpg' -o /home/******/public_html/flvideo/12049389562004153543.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.0rc2-3.4.6 (C) 2000-2007 MPlayer Team
    [1] => CPU: Intel(R) Xeon(TM) CPU 3.00GHz (Family: 15, Model: 4, Stepping: 3)
    [2] => CPUflags: Type: 15 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 - 0x49f800
    [6] => MPEG-PS file format detected.
    [7] => VIDEO:  MPEG2  720x480  (aspect 1)  29.970 fps  9000.0 kbps (1125.0 kbyte/s)
    [8] => [V] filefmt:2  fourcc:0x10000002  size:720x480  fps:29.97  ftime:=0.0334
    [9] => ==========================================================================
    [10] => Opening audio decoder: [liba52] AC3 decoding with liba52
    [11] => AUDIO: 48000 Hz, 2 ch, s16le, 160.0 kbit/10.42% (ratio: 20000->192000)
    [12] => Selected audio codec: [a52] afm: liba52 (AC3-liba52)
    [13] => ==========================================================================
    [14] => OK, exit
    [15] => Opening video filter: [expand osd=1]
    [16] => Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
    [17] => Opening video filter: [harddup]
    [18] => ==========================================================================
    [19] => Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
    [20] => VDec: vo config request - 720 x 480 (preferred colorspace: Mpeg PES)
    [21] => Could not find matching colorspace - retrying with -vf scale...
    [22] => Opening video filter: [scale]
    [23] => VDecoder init failed :(
    [24] => Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
    [25] => Selected video codec: [mpeg12] vfm: libmpeg2 (MPEG-1 or 2 (libmpeg2))
    [26] => ==========================================================================
    [27] => 
    [28] => Exiting...
)

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

Return value: Exiting...

Running flvtool2: /usr/local/bin/flvtool2 -U /home/*******public_html/flvideo/12049389562004153543.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
any help would be much appreciated.