Hi, I have been looking through these forums for the last 3 days figuring out 1 problem after the next, but I have been on this problem for 3-4 hours and can't figure it out, hopefully somebody can help me out.

Basically, I upload the video, it says it is a success... however my flvvideo/ folder is still empty. And in my admin section process queue it says that there is a convert error. In my debug txt file it says this...

Code:
2007-09-14 17:56:25 Video (16) Conversion starting...

2007-09-14 17:56:25 File: /home/pornize/public_html/nakedbill/video/Guyinakayakgetsasupr_5.mp4

2007-09-14 17:56:25 -------------------------------------------------------------

2007-09-14 17:56:25 INSERT INTO video SET
				UID='2',
				title='Skinny Girl',
				description='asd ds asdf',
				keyword='asd   dsf',
				channel='0|4|0',
				space = '2',
				addtime='1189807008',
				adddate='2007-09-14',
				vkey='373090980',
				type='public',
				active='0',
				approve='1'

2007-09-14 17:56:25 -------------------------------------------------------------

2007-09-14 17:56:25 Video id: 15

2007-09-14 17:56:25 Calling ffmpeg-php -> ffmpeg_movie()

2007-09-14 17:56:25 Get video duration - START

2007-09-14 17:56:25 Get video duration - END

2007-09-14 17:56:25 DURATION: 22.9904232025

2007-09-14 17:56:25 Create Thumbnail - START

2007-09-14 17:56:26 Create Thumbnail - END

2007-09-14 17:56:26 CONVERT COMMAND:

/usr/local/bin/mencoder '/home/pornize/public_html/nakedbill/video/Guyinakayakgetsasupr_5.mp4' -o /home/pornize/public_html/nakedbill/flvideo/1189807009343332973.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



2007-09-14 17:56:26 -------------------------------------------------------------

2007-09-14 17:56:26 

2007-09-14 17:56:26 -------------------------------------------------------------

2007-09-14 17:56:26 Return value: 

2007-09-14 17:56:26 Calling process_video[16,0]
I have installed MENCODER And ffmpeg and ffmpeg-php yesterday..
http://www.nakedbill.com/tester.php

I tried setting up a convert.php file like I read in one of the FAQ threads but that did not work at all.

Hopefully someone can help me out and tell me which way to try and fix this. I think it might be my MENCODER codecs or something. I installed everything myself on my dedicated server. If someone can tell me the SSH commands to get the latest version of MENCODER... that would be great. If you guys think MENCODER is the problem.