Let me tell you what I've done

1. Uploaded a bunch of videos, all the same format, to the proper directory via ftp
2. Added some of the videos by using the "import folder" link and then the "process queue" link.

However, when I try to convert long video (above 5 minutes), the script will just stop working....

this is the output
Code:
STARTING VIDEO CONVERSION (process_queue.id = 30)

File: /home/deranged/public_html/videos/video/UB.wmv

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

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

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

Video id: 28

Find video duration - START

/usr/local/bin/ffmpeg -i /home/deranged/public_html/videos/video/UB.wmv

FFmpeg version SVN-r12497, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared
  libavutil version: 49.6.0
  libavcodec version: 51.52.0
  libavformat version: 52.11.0
  libavdevice version: 52.0.0
  built on Mar 21 2008 09:21:38, gcc: 4.1.2 20070626 (Red Hat 4.1.2-14)
[wmv3 @ 0xb7cc3d90]Extra data: 8 bits left, value: 0

Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 29.97 (30000/1001)
Input #0, asf, from '/home/deranged/public_html/videos/video/UB.wmv':
  Duration: 00:09:16.4, start: 1.579000, bitrate: 1280 kb/s
    Stream #0.0: Audio: wmav2, 44100 Hz, stereo, 128 kb/s
    Stream #0.1: Video: wmv3, yuv420p, 720x480, 1156 kb/s, 29.97 tb(r)
Must supply at least one output file

Duration (ffmpeg): 556

DURATION: 09:16

Create Thumbnail - START
Creating Thumbnail with ffmpeg

/home/deranged/public_html/videos/thumb/28.jpg

/usr/local/bin/ffmpeg -i /home/deranged/public_html/videos/video/UB.wmv -ss 00:01:07 -t 00:00:01 -s 320x240 -r 1 -f mjpeg /home/deranged/public_html/videos/thumb/28.jpg

/home/deranged/public_html/videos/thumb/1_28.jpg

/usr/local/bin/ffmpeg -i /home/deranged/public_html/videos/video/UB.wmv -ss 00:04:37 -t 00:00:01 -s 120x90 -r 1 -f mjpeg /home/deranged/public_html/videos/thumb/1_28.jpg

/home/deranged/public_html/videos/thumb/2_28.jpg

/usr/local/bin/ffmpeg -i /home/deranged/public_html/videos/video/UB.wmv -ss 00:03:47 -t 00:00:01 -s 120x90 -r 1 -f mjpeg /home/deranged/public_html/videos/thumb/2_28.jpg

/home/deranged/public_html/videos/thumb/3_28.jpg
and then it just stops working

help