im having problem with some video file to play. Specialy with .mov and .mpeg files.

This is what i have in my debug.txt file for a .mov file:

################### VSHARE DEBUG LOG START ###################


Temporary File Name :/tmp/phpib8qvS
File Size :786214
File Type :video/quicktime
File Name :Adidas- Own the game.mov

-------------------------------------------------------------

INSERT INTO video SET
UID=2,
title='Adidas- Own the game',
description='Adidas- Own the game',
keyword='adidas own game cool soccer usa united states football',
channel='0|60|0',
vdoname='Adidas- Own the game.mov',
space = '1',
addtime='1186260778',
adddate='2007-08-04',
vkey='1976198114',
type='public',
active=1,
filehome=''

-------------------------------------------------------------

SQL EXECUTED

LAST INSERT ID = 926
VIDEO URL = http://www.worldadstv.com/view/926/adidas-own-the-game/
VIDEO LOCATION = /home/worldads/public_html/video/Adidas- Own the game.mov
Initialize ffmpeg - Begin
Initialize ffmpeg - END
Get video duration - START
Get video duration - END
DURATION: 29.4950008392
Create Thumbnail - START
Create Thumbnail - END

CONVERT COMMAND:

/usr/bin/mencoder /home/worldads/public_html/video/Adidas- Own the game.mov -o /home/worldads/public_html/flvideo/11862607781987223423.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 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es


UPDATE VIDEO SQL:
update video set
flvdoname='11862607781987223423.flv',
duration='29.4950008392' WHERE VID=926
I made a convert.php file and i made it run using the Convert Command, this is what it returned for the uploaded file:

MEncoder 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ (Family: 15, Model: 75, Stepping: 2) CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2 Exiting... (error parsing command line)


--------------------------------------------------------------------------------
Last line of the output: Exiting... (error parsing command line)
--------------------------------------------------------------------------------
Return value: 1
Is it because im running an old player version? or it is because the MEncoder is not installed properly?