Hi

I have installed vShare on my Cirtex hosting account.
They say they have support for ffmpeg and the other tools.

When i upload a video the cron job runs and i get the "Convert Error"

I run the cron job manually i can see this error:

Code:
Running cron.php
CRON: 0
Video (7) Conversion starting...
File: /home/metapcom/public_html/video/wmv02.wmv
-------------------------------------------------------------
INSERT INTO video SET UID='1', title='noe noe', description='nonoe neoee', keyword='sex', channel='0||0', space = '1', addtime='1190247885', adddate='2007-09-19', vkey='740779069', type='public', active='0', approve='1'
-------------------------------------------------------------
Video id: 3
Calling ffmpeg-php -> ffmpeg_movie()
Get video duration - START
Get video duration - END
DURATION: 0
Create Thumbnail - START
Create Thumbnail - END
CONVERT COMMAND: /usr/local/bin/mencoder '/home/metapcom/public_html/video/wmv02.wmv' -o /home/metapcom/public_html/flvideo/11902478861073254305.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
-------------------------------------------------------------

Array
(
)

-------------------------------------------------------------
Return value:
Any ideas on what is going wrong here?

Thanks

Jonathan