Hi, I am using this:
Code:
mencoder <input_file.avi> -aid 162 -idx -noodml -ofps 18 -noautoexpand -subpos 95 -subfont-autoscale 3 -subfont-outline 1 -subcp cp1250 -font <font_path> -vf scale=320:-2,expand=:240:::1,crop=320:240,rotate=1 -ovc lavc -ffourcc XVID -lavcopts vcodec=mpeg4:vbitrate=256:vmax_b_frames=0:vhq -sws 9 -oac mp3lame -lameopts cbr:mode=2:br=96 -af resample=44100 -srate 44100 -sub <subtitles_file.srt> -o <output_file.avi>
and it works fine for me. Options are taken from *.bat file created by Video Converter.
Bye