[MEncoder-users] reencoding from a mkv with subtitles

Phil Ehrens phil at slug.org
Wed Dec 29 15:21:19 CET 2004


Marc Cousin wrote:
> Hi,
> 
> I'm trying to convert a mkv with subtitles, to a simple xvid avi, with the 
> subtitles directly displayed in the movie.
> 
> To do this, I've tried :
> mencoder -slang fre movie.mkv -oac mp3lame -lameopts cbr:br=128 -ovc xvid 
> -xvidencopts vhq=1:chroma_me:hq_ac:bitrate=1500 -o movie.avi
> 

I do this all the time, but like this:

mencoder -oac mp3lame \
         -ovc lavc \
         -lavcopts vcodec=mpeg4:vqscale=2:vhq:v4mv:trell:vbitrate=1500 \
         -aid 1 \
         -sid 0 \
         -o $file.avi $file.mkv

For encoding, ffmpeg (lavc) rules, IMHO.

-- 
Phil Ehrens <phil at slug.org>      | Fun stuff:
The SilverLake Linux Users Group | http://www.ralphmag.org
3428 Winslow Drive               | http://www.yellow5.com
Silverlake, CA 90026             | http://www.slug.org




More information about the MEncoder-users mailing list