mpv/DOCS/man/en
wm4 ab81af477c vo_vdpau: use color close to black as default colorkey (instead of green)
The VDPAU default colorkey, although it seems to be driver specific, is
usually green. This is a pretty annoying color, and you usually see it
briefly (as flashes) if the VDPAU window resizes.

Change it to some shade of black. The new default color is close to what
MPlayer picks as colorkey (and apparently it worked well for them):

    VdpColor vdp_bg = {0.01, 0.02, 0.03, 0};

Since our OPT_COLOR can set 8 bit colors only, we use '#020507' instead,
which should be the same assuming 8 bit colors.

Obviously, you can't use black, because black is a way too common color,
and would make it too easy to observe the colorkey effect when e.g.
moving a terminal with black background over the video window.
2013-08-17 20:06:21 +02:00
..
af.rst
ao.rst manpage: fix incorrect ao_alsa example, extend changes.rst 2013-08-15 23:40:03 +02:00
changes.rst manpage: fix incorrect ao_alsa example, extend changes.rst 2013-08-15 23:40:03 +02:00
encode.rst
input.rst command: make vf and af commands more verbose 2013-08-03 14:56:27 +02:00
mpv.rst
options.rst sub: make --subcp=enca the default. 2013-08-15 23:40:03 +02:00
vf.rst
vo.rst vo_vdpau: use color close to black as default colorkey (instead of green) 2013-08-17 20:06:21 +02:00