# HG changeset patch # User gabucino # Date 1010707790 0 # Node ID 8c17a39912388224f2853310d1bbb4d72ea61abc # Parent dc0a91965b97e38e934bfec5b3fa2b22750a7b8a vobsub documented diff -r dc0a91965b97 -r 8c17a3991238 DOCS/Hungarian/mplayer.1 --- a/DOCS/Hungarian/mplayer.1 Thu Jan 10 20:12:12 2002 +0000 +++ b/DOCS/Hungarian/mplayer.1 Fri Jan 11 00:09:50 2002 +0000 @@ -36,6 +36,8 @@ .RB [ \-sub\ ] .RB [ \-subfps\ ] .RB [ \-subdelay\ ] +.RB [ \-vobsub\ ] +.RB [ \-vobsubid\ ] .RB [ \-z\ <0-8> ] .RB [ \-idx ] .RB [ \-forceidx ] @@ -264,6 +266,14 @@ 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 @@ 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 -r dc0a91965b97 -r 8c17a3991238 DOCS/documentation.html --- a/DOCS/documentation.html Thu Jan 10 20:12:12 2002 +0000 +++ b/DOCS/documentation.html Fri Jan 11 00:09:50 2002 +0000 @@ -247,7 +247,7 @@ 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 @@

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 @@

  • Kim Minh Kaplan
      -
    • DVD subtitles display support
    • +
    • DVD and VobSub subtitles display support
  • Brian Kuschak diff -r dc0a91965b97 -r 8c17a3991238 DOCS/mplayer.1 --- a/DOCS/mplayer.1 Thu Jan 10 20:12:12 2002 +0000 +++ b/DOCS/mplayer.1 Fri Jan 11 00:09:50 2002 +0000 @@ -37,6 +37,8 @@ .RB [ \-sub\ ] .RB [ \-subfps\ ] .RB [ \-subdelay\ ] +.RB [ \-vobsub\ ] +.RB [ \-vobsubid\ ] .RB [ \-z\ <0-9> ] .RB [ \-idx ] .RB [ \-forceidx ] @@ -259,6 +261,14 @@ .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 @@ 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)