[MPlayer-users] How to generate soft subtitles with mencoder ? (a a)

aw585 at lafn.org aw585 at lafn.org
Mon Jan 30 04:21:07 CET 2012


> Message: 1
> Date: Mon, 30 Jan 2012 02:54:28 -0800 (PST)
> From: a a <you2bepie at yahoo.com>
> To: MPlayer-users at mplayerhq.hu
> Subject: [MPlayer-users] How to generate soft subtitles with mencoder
> 	?
> Message-ID:
> 	<1327920868.62514.YahooMailClassic at web112915.mail.gq1.yahoo.com>
> Content-Type: text/plain; charset=iso-8859-1
> 
> So I've done a bit of searching and am really confused as to how to generate soft
titles.
> 
> I have some mkv files with subtitles; and things work perfectly in these files (v can
enable or disable) as expected while the movie is playing.
> 
> I want to transencode these files to either mkv or avi to reduce size for portable
device.
If I use -nosub then there are no subtitles.

At least the approach I use is to extract the subtitles from the source,
and after everything is encoded, merge them into the final
output with mkvmerge.
One example:

mkvmerge  -v -o ${FINALFILE}    \
   --noaudio --nosubs ${INTERFILE}     --novideo  ${ORIGINALFILE}   ;

Where ${INTERFILE} has the compressed video format.
Not exactly your most desirable final format, there may be better ways,
but this works for me.

Regards, Dallas E. Legan II / legan at acm.org / aw585 at lafn.org
http://isthereanotherquestion.blogspot.com
************************************************************************
"Tekeli-li! Tekeli-li!"
        - "At the Mountains of Madness", H.P.
Lovecraft

---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/




More information about the MPlayer-users mailing list