AQT sub type added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2362 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-10-22 10:46:28 +00:00
parent 6afbeb8c2e
commit 14443ad450
4 changed files with 11 additions and 6 deletions

View File

@ -150,7 +150,7 @@ ak
ezáltal az SDL drivereit is), és néhány alacsonyszintű kártyaspecifikus
driver (Matrox/3dfx/SiS) is használható! Legtöbbjük támogat szoftveres vagy
hardveres skálázást, így a teljesképernyős mód is elérhető. És még nem is
szóltam a szép, élsímított, árnyékolt feliratozásról (<B>8 támogatott típus!!!</B>),
szóltam a szép, élsímított, árnyékolt feliratozásról (<B>9 támogatott típus!!!</B>),
ami támogat európai/ISO 8859-1,2 (magyar, angol, cseh, stb), cirill és koreai
fontokat, valamint OSD-t!</P>

View File

@ -520,8 +520,8 @@ Kell lennie ott egy font.desc file-nak,
betűtipusoknak.
.TP
.I FELIRATFILEOK
Az MPlayer jelenleg 8 fajtát támogat : MicroDVD, SubRip, unnamed,
SAMI (smi), vplayer, RealMedia RT, ssa (Sub Station Alpha), MPsub.
Az MPlayer jelenleg 9 fajtát támogat : MicroDVD, SubRip, unnamed,
SAMI (smi), vplayer, RealMedia RT, ssa (Sub Station Alpha), AQT, 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)

View File

@ -150,7 +150,7 @@ is the wide range of supported output drivers. It works with X11, Xv, DGA,
OpenGL, SVGAlib, fbdev, AAlib, but you can use SDL (and this way all drivers of
SDL) and some lowlevel card-specific drivers (for Matrox, 3Dfx and Radeon) too!
Most of them supports software or hardware scaling, so you can enjoy movies in
fullscreen. And what about the nice big antialiased shaded subtitles (<B>8
fullscreen. And what about the nice big antialiased shaded subtitles (<B>9
supported types!!!</B>) with european/ISO 8859-1,2 (hungarian, english, czech, etc), cyrillic,
korean fonts, and OSD?</P>
@ -868,6 +868,11 @@ all data is accessed modulo 4GB
<UL><LI>runtime CPU detection
</LI></UL>
</LI><LI><B>Jiri Svoboda</B> &lt;Jiri.Svoboda@seznam.cz&gt;
<UL><LI>AQT type subtitles support</LI>
<LI>CRTC2 YUV support in mga_vid
</LI></UL>
</LI></UL></P>
<P>Main testers:</P>

View File

@ -516,8 +516,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 8 subtitle formats : MicroDVD, SubRip, unnamed,
SAMI (smi), vplayer, RealMedia RT, ssa (Sub Station Alpha), and our own: MPsub.
MPlayer currently supports 9 subtitle formats : MicroDVD, SubRip, unnamed,
SAMI (smi), vplayer, RealMedia RT, ssa (Sub Station Alpha), AQT, 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)