Well, not sure what's going on, can someone help me please.

I have a couple other vShare sites and have never had problems that I couldn't figure out, but this one has me totally stumped. The other sites are still running at the last version with zero issues ( haven't had time or inclination to upgrade yet). I just installed a fresh new version (brand new download) at another domain name. I did a TEST video (test.wmv) and this is what's happening:

Site seems to be running ok. Went to upload the video "test.wmv" about 20 megs (yes I have the .htaccess set for 100 megs just like my other sites). Video seemed to be uploading OK, returned me to a page saying that the video would be available shortly. Video never appeared on the site. Went to Admin panel and checked the process queue. In the list was my test video and it says CONVERT ERROR. When I try to convert again, it's the same thing.

Here's my debug.txt

Code:
2007-11-03 0:13:27 -------------------------------------------------------------

2007-11-03 0:13:27 Return value: Exiting...

2007-11-03 0:13:27 File Size too small : 0 Bytes, Upload a big video.

2007-11-03 0:13:27 Calling process_video[3,0]

2007-11-03 0:56:07 Upload Finished

2007-11-03 0:56:07 Video (4) Conversion starting...

2007-11-03 0:56:07 File: /home/*******/public_html/df2videos/video/testing.wmv

2007-11-03 0:56:07 -------------------------------------------------------------

2007-11-03 0:56:07 INSERT INTO video SET
				UID='2',
				title='TESTING',
				description='TESTING',
				keyword='TESTING',
				channel='0|15|0',
				addtime='1194065767',
				adddate='2007-11-03',
				vkey='1247732168',
				type='public',
				active='0',
				approve='1'

2007-11-03 0:56:07 -------------------------------------------------------------

2007-11-03 0:56:07 Video id: 3

2007-11-03 0:56:07 Calling ffmpeg-php -> ffmpeg_movie()

2007-11-03 0:56:07 Get video duration - START

2007-11-03 0:56:07 Get video duration - END

2007-11-03 0:56:07 DURATION: 65.666

2007-11-03 0:56:07 Create Thumbnail - START

2007-11-03 0:56:15 Create Thumbnail - END

2007-11-03 0:56:15 CONVERT COMMAND:

/usr/bin/mencoder '/home/*******/public_html/df2videos/video/testing.wmv' -o /home/*******/public_html/df2videos/flvideo/11940657751770748152.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=512:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24 -vf harddup



2007-11-03 0:56:15 -------------------------------------------------------------

2007-11-03 0:56:15 MEncoder 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team

CPU: Intel(R) Core(TM)2 CPU          6600  @ 2.40GHz (Family: 6, Model: 15, Stepping: 6)

CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1

Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2


success: format: 0  data: 0x0 - 0x144123f

ASF file format detected.

VIDEO:  [WMV3]  640x480  24bpp  30.000 fps    0.0 kbps ( 0.0 kbyte/s)

[V] filefmt:6  fourcc:0x33564D57  size:640x480  fps:30.00  ftime:=0.0333

==========================================================================

Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders

AUDIO: 44100 Hz, 2 ch, s16le, 256.0 kbit/18.14% (ratio: 32004->176400)

Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))

==========================================================================


Exiting...


2007-11-03 0:56:15 -------------------------------------------------------------

2007-11-03 0:56:15 Return value: Exiting...

2007-11-03 0:56:15 File Size too small : 0 Bytes, Upload a big video.

2007-11-03 0:56:15 Calling process_video[4,0]
Video is in /flvideo as well as /video directories. I just uploaded the same video to my other sites and there was zero issues. Not sure what's going wrong with the latest version of vShare that I don't have set right or whatever. The mcoder and all that stuff is aparantly working because I did upload the same video to one of my other vShare sites (running last version) on the same webhost and there were zero issues.

The only thing I have not tried yet is uploading a file from the last version (the upload.php file) and see if that's not the culprit here...I'll let you know how it goes.