diff --git a/DOCS/Hungarian/mplayer.1 b/DOCS/Hungarian/mplayer.1
index 1c7dd2fae2..16f238de8e 100644
--- a/DOCS/Hungarian/mplayer.1
+++ b/DOCS/Hungarian/mplayer.1
@@ -36,6 +36,8 @@ mplayer \- Filmlej
.RB [ \-sub\ ]
.RB [ \-subfps\ ]
.RB [ \-subdelay\ ]
+.RB [ \-vobsub\ ]
+.RB [ \-vobsubid\ ]
.RB [ \-z\ <0-8> ]
.RB [ \-idx ]
.RB [ \-forceidx ]
@@ -264,6 +266,14 @@ fileokn
a feliratok kezdőidejének késleltetése a megadott időtartammal. Lehet
negatív is.
.TP
+.B \-vobsub\
+vobsub tipusú felirat használata esetén itt adandók meg a feliratot tartalmazó
+file-ok. Kiterjesztések (.idx, .ifo, .sub) nélkül kell megadni !
+.TP
+.B \-vobsub\
+amennyiben a vobsub-ban több felirat is van, itt lehet kiválasztani hogy
+melyik legyen használva (0-31).
+.TP
.B \-osdlevel\
megadja hogy az OSD milyen módban induljon (0 : nincs, 1 : kereső, 2: kereső+timer)
(alap = 2)
@@ -669,8 +679,8 @@ Kell lennie ott egy font.desc file-nak,
betűtipusoknak.
.TP
.I FELIRATFILEOK
-Az MPlayer jelenleg 9 fajtát támogat : MicroDVD, SubRip, unnamed,
-SAMI (smi), vplayer, RealMedia RT, ssa (Sub Station Alpha), AQT, MPsub.
+Az MPlayer jelenleg 10 fajtát támogat : MicroDVD, SubRip, unnamed,
+SAMI (smi), vplayer, RealMedia RT, ssa (Sub Station Alpha), AQT, VobSub, MPsub.
A fileokat ebben a sorrendben keresi : (például /mnt/cdrom/movie.avi)
/mnt/cdrom/movie.sub
(utf/UTF/sub/SUB/srt/SRT/smi/SMI/rt/RT/txt/TXT/ssa/SSA)
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index e8204e9f3c..77c496d6a6 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -247,7 +247,7 @@ of them supports software or hardware scaling, so you can enjoy movies in
fullscreen. MPlayer supports displaying through some hardware MPEG
decoder boards, such as the DVB and DXR3/Hollywood+ ! And what about the nice big antialiased
-shaded subtitles (9 supported types!!!) with european/ISO 8859-1,2
+shaded subtitles (10 supported types!!!) with european/ISO 8859-1,2
(hungarian, english, czech, etc), cyrillic, korean fonts, and OSD?
MPlayer is basically GPL, but contains some non-GPL code which is not
@@ -584,9 +584,17 @@ directive to use the skin in */Skin/newskin
directory.
1.5. Subtitles and OSD
Yes, MPlayer 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.
+MPlayer 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 sample.sub
, sample.ifo
,
+sample.idx
- you have to pass the -vobsub sample -vobsubid
+0
options (optionally with pathname, of course). The
+-vobsubid
option is like -sid
for DVDs, you can
+choose between subtitle tracks (languages) with it.
+
About DVD subtitles, read the DVD section.
MPlayer introduces a new subtitle format called MPsub.
@@ -1426,7 +1434,7 @@ No closer info yet.
Kim Minh Kaplan
- - DVD subtitles display support
+ - DVD and VobSub subtitles display support
Brian Kuschak
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 47396fd377..39645eb217 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -37,6 +37,8 @@ mplayer \- Movie Player for Linux
.RB [ \-sub\ ]
.RB [ \-subfps\ ]
.RB [ \-subdelay\ ]
+.RB [ \-vobsub\ ]
+.RB [ \-vobsubid\ ]
.RB [ \-z\ <0-9> ]
.RB [ \-idx ]
.RB [ \-forceidx ]
@@ -259,6 +261,14 @@ specify frame/sec rate of subtitle file (float number)
.B \-subdelay\
delays subtitles by seconds. Can be negative.
.TP
+.B \-vobsub\
+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\
+specify the VobSub subtitle id. Valid values range from 0 to 31.
+.TP
.B \-osdlevel\
specifies which mode the OSD should start in (0 : none, 1 : seek, 2: seek+timer)
(default = 2)
@@ -739,8 +749,8 @@ Fonts are searched in $HOME/.mplayer/font. There must be a font.desc
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)