View Single Post
Old 05-23-2007   #5 (permalink)
Passing By smidliboy is on a distinguished road
 
smidliboy's Avatar
 
Join Date: May 2007
Location: Brno/Litvinov, Czech Republic
Posts: 17
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
smidliboy is offline   Reply With Quote