I have installed MENCODER, FLVTOOLS2 and FFMPEG on my dedicated linux redhat server.

When i convert any files( say AVI) to FLV format ... some how the Video is faster than the audio.

I use the following to convert AVI file to FLV file.


Code:
mencoder ./Screenshots.avi -o test222.flv -of lavf -oac mp3lame -lameopts abr:br=56  -ovc lavc -lavcopts  vcodec=flv:vbitrate=400:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -of lavf -lavfopts format=flv -srate 22050

Can anyone help me what i should do ?

NOTE: VIDEO is very fast ... compared to AUDIO. This is my problem. I want proper sync.

Your help is highly appreciated