javaguy 0 Report post Posted December 26, 2010 Got a question for any mencoder/mplayer gurus. I'm ripping an mpeg using this script. mencoder dvd://$1 -aid 128 -oac lavc -ovc frameno -o frameno.avi mencoder dvd://$1 -oac copy -alang en -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=629:vpass=1 -o $2.mpeg mencoder dvd://$1 -oac copy -alang en -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=629:vpass=2 -o $2.mpeg The resulting mpeg looks okay but has Spanish subtitles in it. Anybody have any idea what I'm doing wrong? [moved from Software by spinynorman] Quote Share this post Link to post Share on other sites
neddie 0 Report post Posted January 1, 2011 Have you tried the option "-nosub" ? A quick search tells me that some DVDs have a set of subtitles in track "0" and so mencoder takes them by default. Quote Share this post Link to post Share on other sites