[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.173,1.174 mplayer.1,1.131,1.132

Winner of tha face compo gabucino at mplayer.dev.hu
Fri Jan 11 01:09:53 CET 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv16186

Modified Files:
	documentation.html mplayer.1 
Log Message:
vobsub documented


Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- documentation.html	9 Jan 2002 17:27:41 -0000	1.173
+++ documentation.html	11 Jan 2002 00:09:49 -0000	1.174
@@ -247,7 +247,7 @@
 fullscreen. <B>MPlayer</B> supports displaying through some hardware MPEG
 decoder boards, such as the <B><A HREF="DVB">DVB</A></B> and <B> <A
 HREF="DXR3">DXR3/Hollywood+</A></B> ! And what about the nice big antialiased
-shaded subtitles (<B>9 supported types!!!</B>) with european/ISO 8859-1,2
+shaded subtitles (<B>10 supported types!!!</B>) with european/ISO 8859-1,2
 (hungarian, english, czech, etc), cyrillic, korean fonts, and OSD?</P>
 
 <P><B>MPlayer</B> is basically GPL, but contains some non-GPL code which is not
@@ -584,9 +584,17 @@
 <P><B><A NAME=1.5>1.5. Subtitles and OSD</A></B></P>
 
 <P>Yes, <B>MPlayer</B> also supports many kinds of subtitles. Currently
-8 kinds of subtitle can be used by the subreader code. To see what are
+10 kinds of subtitle can be used by the subreader code. To see what are
 these subtitle formats, see subreader.c, line ~30.</P>
 
+<P><B>MPlayer</B> supports VobSub subtitles. VobSub subtitles consist of
+a big (some megabytes) .SUB file, an .IDX file, and/or an .IFO file.
+Usage : if you have files like <CODE>sample.sub</CODE>, <CODE>sample.ifo</CODE>,
+<CODE>sample.idx</CODE> - you have to pass the <CODE>-vobsub sample -vobsubid
+0</CODE> options (optionally with pathname, of course). The
+<CODE>-vobsubid</CODE> option is like <CODE>-sid</CODE> for DVDs, you can
+choose between subtitle tracks (languages) with it.</P>
+
 <P>About DVD subtitles, read the <A HREF="cd-dvd.html#4.2">DVD section</A>.</P>
 
 <P><B>MPlayer</B> introduces a new subtitle format called <B><I>MPsub</I></B>.
@@ -1426,7 +1434,7 @@
 
 <LI><B><A HREF="mailto:kmkaplan at selfoffice.com">Kim Minh Kaplan</A></B>
 <UL>
-  <LI>DVD subtitles display support</LI>
+  <LI>DVD and VobSub subtitles display support</LI>
 </UL></LI>
 
 <LI><B><A HREF="mailto:bkuschak at yahoo.com">Brian Kuschak</A></B>

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- mplayer.1	9 Jan 2002 18:17:18 -0000	1.131
+++ mplayer.1	11 Jan 2002 00:09:49 -0000	1.132
@@ -37,6 +37,8 @@
 .RB [ \-sub\ <filename> ]
 .RB [ \-subfps\ <rate> ]
 .RB [ \-subdelay\ <seconds> ]
+.RB [ \-vobsub\ <vobsub\ file\ without\ extention> ]
+.RB [ \-vobsubid\ <vobsub\ subtitle\ id> ]
 .RB [ \-z\ <0-9> ]
 .RB [ \-idx ]
 .RB [ \-forceidx ]
@@ -259,6 +261,14 @@
 .B \-subdelay\ <sec>
 delays subtitles by <sec> seconds. Can be negative.
 .TP
+.B \-vobsub\ <vobsub\ file\ without\ extention>
+specify the VobSub files that are to be used for subtitle.  This is
+the full pathname without extensions, i.e. without the ".idx", ".ifo"
+or ".sub".
+.TP
+.B \-vobsubid\ <vobsub\ subtitle\ id>
+specify the VobSub subtitle id.  Valid values range from 0 to 31.
+.TP
 .B \-osdlevel\ <level>
 specifies which mode the OSD should start in (0 : none, 1 : seek, 2: seek+timer)
 (default = 2)
@@ -739,8 +749,8 @@
 file, and files with .RAW extension.
 .TP
 .I SUBTITLE FILES
-MPlayer currently supports 9 subtitle formats : MicroDVD, SubRip, unnamed,
-SAMI (smi), vplayer, RealMedia RT, ssa (Sub Station Alpha), AQT, and our own: MPsub.
+MPlayer currently supports 10 subtitle formats : MicroDVD, SubRip, unnamed,
+SAMI (smi), vplayer, RealMedia RT, ssa (Sub Station Alpha), AQT, VobSub, and our own: MPsub.
 Sub files are searched in this priority : (for example /mnt/cdrom/movie.avi)
     /mnt/cdrom/movie.sub
      (utf/UTF/sub/SUB/srt/SRT/smi/SMI/rt/RT/txt/TXT/ssa/SSA)




More information about the MPlayer-cvslog mailing list