mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 03:40:43 +00:00
Slightly document alpha for OSD color
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25984 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2d79c4c109
commit
19578c6960
@ -3578,8 +3578,8 @@ Disabled looks much better with FreeType fonts and uses the
|
||||
borders in fullscreen mode.
|
||||
Does not work correctly with ass subtitles (see \-ass), you can instead
|
||||
render them without OpenGL support via \-vf ass.
|
||||
.IPs osdcolor=<0xRRGGBB>
|
||||
Color for OSD (default: 0xffffff, corresponds to white).
|
||||
.IPs osdcolor=<0xAARRGGBB>
|
||||
Color for OSD (default: 0x00ffffff, corresponds to non-transparent white).
|
||||
.IPs rectangle=<0,1,2>
|
||||
Select usage of rectangular textures which saves video RAM, but often is
|
||||
slower (default: 0).
|
||||
|
@ -867,7 +867,7 @@ static int preinit(const char *arg)
|
||||
" use GL_NEAREST scaling for customtex texture\n"
|
||||
" customtrect\n"
|
||||
" use texture_rectangle for customtex texture\n"
|
||||
" osdcolor=<0xRRGGBB>\n"
|
||||
" osdcolor=<0xAARRGGBB>\n"
|
||||
" use the given color for the OSD\n"
|
||||
"\n" );
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user