From 75298d9f0afa4adda99cf32459bb68f7967960f7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 17 Aug 2013 19:57:18 +0200 Subject: vo_vdpau: allow setting colorkey Formally, this sets the "background color" of the presentation queue. But in practice, this color is also used as colorkey. This commit doesn't change the VDPAU default yet. --- DOCS/man/en/vo.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst index 2e24b670d8..d37b679303 100644 --- a/DOCS/man/en/vo.rst +++ b/DOCS/man/en/vo.rst @@ -133,6 +133,12 @@ Available video output drivers are: ``output_surfaces=<2-15>`` Allocate this many output surfaces to display video frames (default: 3). See below for additional information. + ``colorkey=<#RRGGBB|#AARRGGBB>`` + Set the VDPAU presentation queue background color, which in practice + is the colorkey used if VDPAU operates in overlay mode (default: + ``#00000000``, meaning do not change the VDPAU default). If the alpha + component of this value is 0, the default VDPAU colorkey will be used + instead (which is usually green). Using the VDPAU frame queueing functionality controlled by the queuetime options makes mpv's frame flip timing less sensitive to system CPU load and -- cgit v1.2.3