mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
-font added, -pp updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4067 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3cddcd1be8
commit
28e0a1ffd6
@ -101,6 +101,7 @@ mplayer \- Filmlej
|
||||
.RB [ \-dapsync ]
|
||||
.RB [ \-softsleep ]
|
||||
.RB [ \-rootwin ]
|
||||
.RB [ \-font\ <útvonal\ a\ font.desc\ file-hoz> ]
|
||||
.I < - | file | URL | eszköz >
|
||||
.PP
|
||||
.SH LEÍRÁS
|
||||
@ -321,8 +322,16 @@ a PCM csatorna haszn
|
||||
Ez az opció TV-néző üzemmódba kapcsolja az MPlayer-t. A további dokumentáció
|
||||
a documentation.html file 2.5-ös fejezetében található.
|
||||
.TP
|
||||
.B \-rootwin
|
||||
új ablak megnyitása helyett a desktop hátterében (root window) történik a
|
||||
lejátszás. Csak az xv és xmga meghajtókkal működik.
|
||||
.TP
|
||||
.B \-font\ <útvonal\ a\ font.desc\ file-hoz>
|
||||
az alapértelmezettol eltéro betutipus használata (alap:
|
||||
~/.mplayer/font/font.desc).
|
||||
Például:
|
||||
|
||||
-font ~/.mplayer/arial-14/font.desc
|
||||
.IP
|
||||
.SH "HALADÓSZINTŰ OPCIÓK"
|
||||
.TP
|
||||
|
@ -102,6 +102,7 @@ mplayer \- Movie Player for Linux
|
||||
.RB [ \-dapsync ]
|
||||
.RB [ \-softsleep ]
|
||||
.RB [ \-rootwin ]
|
||||
.RB [ \-font\ <path\ to\ font.desc\ file> ]
|
||||
.I < - | file | URL | device >
|
||||
.PP
|
||||
.SH DESCRIPTION
|
||||
@ -317,6 +318,12 @@ documentation, please see documentation.html chapter 2.5
|
||||
.B \-rootwin
|
||||
play movie in the root window (desktop background) instead of opening
|
||||
a new one. Works only with the xv and xmga drivers.
|
||||
.TP
|
||||
.B \-font\ <path\ to\ font.desc\ file>
|
||||
search for the OSD/SUB fonts in an alternative directory (default :
|
||||
~/.mplayer/font/font.desc). For example:
|
||||
|
||||
-font ~/.mplayer/arial-14/font.desc
|
||||
.IP
|
||||
.SH "ADVANCED OPTIONS"
|
||||
.TP
|
||||
@ -393,8 +400,9 @@ it (fbdev, dga2, svga, vesa).
|
||||
.TP
|
||||
.B \-pp\ <quality>
|
||||
apply postprocess filter on decoded image.
|
||||
Postprocessing effect depends on the codec and works only for MPEG, OpenDivX,
|
||||
DivX4, DivX. Quality is an hexadecimal number built as below:
|
||||
Postprocessing effect depends on the codec and works only for MPEG1/2,
|
||||
libavcodec codecs (ff*). It doesn't work for Win32/XAnim codecs.
|
||||
Quality is an hexadecimal number built as below:
|
||||
|
||||
0x 00 TX hv YZ
|
||||
^^ ^^ ^^
|
||||
|
Loading…
Reference in New Issue
Block a user