[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.308,1.309
Arpi of Ize
arpi at mplayerhq.hu
Fri Jan 10 23:53:37 CET 2003
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv430/DOCS
Modified Files:
mplayer.1
Log Message:
Overlapping subs are a feature mainly present in subtitling
software formats, such as JACOsub and SSA. This patch enables
them, by default, only with this formats; however the user can
force both enabling and disabling overlapping subtitles by the
mean of -overlapsub and -nooverlapsub options. The code itself
should avoid all the 'jumping subtitles' problems reported by the
users.
patch by salvatore.falco at katamail.com
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -r1.308 -r1.309
--- mplayer.1 10 Jan 2003 21:57:06 -0000 1.308
+++ mplayer.1 10 Jan 2003 22:53:34 -0000 1.309
@@ -835,8 +835,12 @@
.B \-noautosub
Turns off automatic loading of subtitle files.
.TP
+.B \-overlapsub
+Enables overlapping subtitles support for all subtitles formats.
+.TP
.B \-nooverlapsub
-Turns off support for overlapping subtitles.
+Disables overlapping subtitles support for all subtitles formats (default
+behaviour is to enable the support only for specific formats).
.TP
.B \-osdlevel <0\-3> (MPLAYER only)
Specifies which mode the OSD should start in.
More information about the MPlayer-cvslog
mailing list