summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDeadSix <DeadSix27@users.noreply.github.com>2023-09-21 23:13:07 +0200
committerDudemanguy <random342@airmail.cc>2023-09-21 22:14:28 +0000
commit2c738ca54b16cdd1982473672bd39068fcf8d948 (patch)
tree67fc735491ccd41a74311c4cd21cb1d0b7bbbb13 /DOCS/man/options.rst
parent4c39e79169f666c1ba6075c1dd66184190eee328 (diff)
downloadmpv-2c738ca54b16cdd1982473672bd39068fcf8d948.tar.bz2
mpv-2c738ca54b16cdd1982473672bd39068fcf8d948.tar.xz
win32: add an option to change window affinity
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst15
1 files changed, 11 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 5f44567b97..2cae12e5f2 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6074,6 +6074,7 @@ them.
X11/GLX only.
``--opengl-dwmflush=<no|windowed|yes|auto>``
+ (Windows only)
Calls ``DwmFlush`` after swapping buffers on Windows (default: auto). It
also sets ``SwapInterval(0)`` to ignore the OpenGL timing. Values are: no
(disabled), windowed (only in windowed mode), yes (also in full screen).
@@ -6085,8 +6086,6 @@ them.
high-fps clips - which might also reduce dropped frames. Typically, a value
of ``windowed`` should be enough, since full screen may bypass the DWM.
- Windows only.
-
``--angle-d3d11-feature-level=<11_0|10_1|10_0|9_3>``
Selects a specific feature level when using the ANGLE backend with D3D11.
By default, the highest available feature level is used. This option can be
@@ -7112,12 +7111,20 @@ Miscellaneous
This is a key/value list option. See `List Options`_ for details.
+``--window-affinity=<default|excludefromcmcapture|monitor>``
+ (Windows only)
+ Controls the window affinity behavior of mpv.
+
+ :default: Default Windows behavior
+ :excludefromcapture: mpv's window will be completely excluded from capture by external applications or screen recording software.
+ :monitor: Blacks out the mpv window
+
``--vo-mmcss-profile=<name>``
- (Windows only.)
+ (Windows only)
Set the MMCSS profile for the video renderer thread (default: ``Playback``).
``--priority=<prio>``
- (Windows only.)
+ (Windows only)
Set process priority for mpv according to the predefined priorities
available under Windows.