i am trying to importa 3gp file from import folder all it does this :-

Code:
STARTING VIDEO CONVERSION (process_queue.id = 363)

File: /home/amatecom/public_html/video/MY-WIFE-AND-MY-FRIEND-1.3gp

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

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

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

Video id: 343

Find video duration - START

/usr/bin/ffmpeg -i /home/amatecom/public_html/video/MY-WIFE-AND-MY-FRIEND-1.3gp

FFmpeg version SVN-r18631, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --extra-ldflags=-L/c/dev/shared/lib --extra-cflags=-I//usr/local/lib/ --enable-libmp3lame --enable-gpl --enable-pthreads --enable-libvorbis --disable-mmx --enable-shared --enable-libxvid
  libavutil     50. 3. 0 / 50. 3. 0
  libavcodec    52.27. 0 / 52.27. 0
  libavformat   52.32. 0 / 52.32. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0. 7. 1 /  0. 7. 1
  built on Apr 20 2009 03:08:45, gcc: 4.1.2 20080704 (Red Hat 4.1.2-44)

Seems stream 0 codec frame rate differs from container frame rate: 29.97 (30000/1001) -> 23.98 (2997/125)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/amatecom/public_html/video/MY-WIFE-AND-MY-FRIEND-1.3gp':
  Duration: 00:01:12.11, start: 0.000000, bitrate: 469 kb/s
    Stream #0.0(und): Video: h263, yuv420p, 352x288 [PAR 12:11 DAR 4:3], 23.98 tbr, 23.98 tbn, 29.97 tbc
    Stream #0.1(und): Audio: aac, 44100 Hz, stereo, s16
At least one output file must be specified

Duration (ffmpeg): 72

DURATION: 01:12

Create Thumbnail - START
Creating Thumbnail with ffmpeg

/home/amatecom/public_html/thumb/343.jpg

/usr/bin/ffmpeg -i /home/amatecom/public_html/video/MY-WIFE-AND-MY-FRIEND-1.3gp -ss 00:00:37 -t 00:00:01 -s 320x240 -r 1 -f mjpeg /home/amatecom/public_html/thumb/343.jpg

/home/amatecom/public_html/thumb/1_343.jpg

/usr/bin/ffmpeg -i /home/amatecom/public_html/video/MY-WIFE-AND-MY-FRIEND-1.3gp -ss 00:00:52 -t 00:00:01 -s 120x90 -r 1 -f mjpeg /home/amatecom/public_html/thumb/1_343.jpg

/home/amatecom/public_html/thumb/2_343.jpg

/usr/bin/ffmpeg -i /home/amatecom/public_html/video/MY-WIFE-AND-MY-FRIEND-1.3gp -ss 00:00:29 -t 00:00:01 -s 120x90 -r 1 -f mjpeg /home/amatecom/public_html/thumb/2_343.jpg

/home/amatecom/public_html/thumb/3_343.jpg

/usr/bin/ffmpeg -i /home/amatecom/public_html/video/MY-WIFE-AND-MY-FRIEND-1.3gp -ss 00:00:43 -t 00:00:01 -s 120x90 -r 1 -f mjpeg /home/amatecom/public_html/thumb/3_343.jpg

Create Thumbnail with ffmpeg - END

CONVERT COMMAND: /usr/bin/mencoder '/home/amatecom/public_html/video/MY-WIFE-AND-MY-FRIEND-1.3gp' -o /home/amatecom/public_html/flvideo/1240602928501300864.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
(
)

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

Return value:

Running flvtool2: /usr/bin/flvtool2 -U /home/amatecom/public_html/flvideo/1240602928501300864.flv
in process queue it shows conversion error and video doesn't play at all :(