I am getting encoding errors:

Calling ffmpeg-php -> ffmpeg_movie()
Get video duration - START
Get video duration - END
DURATION: 602.52
Create Thumbnail - START
Create Thumbnail - END
CONVERT COMMAND: /usr/bin/mencoder '/home/xxxx/public_html/xxxxx/share/video/bushatbooker.uncut.avi' -o /home/xxxxx/public_html/xxxxxxx/share/flvideo/11938741391727513621.flv -of lavf -oac mp3lame -lameopts abr:br=56\ -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -ofps 24 -vf harddup
-------------------------------------------------------------

Array
(
[0] => MEncoder dev-SVN-r24766-3.4.6 (C) 2000-2007 MPlayer Team
[1] => CPU: Intel(R) Core(TM)2 CPU 6300 @ 1.86GHz (Family: 6, Model: 15, Stepping: 2)
[2] => CPUflags: Type: 6 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] =>
[6] => Exiting... (error parsing command line)
)

-------------------------------------------------------------
Return value: Exiting... (error parsing command line)
File Size too small : Bytes, Upload a big video.


The admin tells me the command line works, so I am wondering why this is not encoding the file and placing it? We are on the latest version of mencoder and I have updated the code as you told me.