@@ -7262,14 +7262,15 @@ <h2>GPU renderer options</h2>
7262
7262
<dt><tt class="docutils literal"><span class="pre">--icc-3dlut-size=<r>x<g>x<b></span></tt></dt>
7263
7263
<dd>Size of the 3D LUT generated from the ICC profile in each dimension.
7264
7264
Default is 64x64x64. Sizes may range from 2 to 512.</dd>
7265
- <dt><tt class="docutils literal"><span class="pre">--icc-contrast=<0-1000000|inf></span></tt></dt>
7266
- <dd>Specifies an upper limit on the target device's contrast ratio. This is
7267
- detected automatically from the profile if possible, but for some profiles
7268
- it might be missing, causing the contrast to be assumed as infinite. As a
7269
- result, video may appear darker than intended. This only affects BT.1886
7270
- content. The default of 0 means no limit if the detected contrast is less
7271
- than 100000, and limits to 1000 otherwise. Use <tt class="docutils literal"><span class="pre">--icc-contrast=inf</span></tt> to
7272
- preserve the infinite contrast (most likely when using OLED displays).</dd>
7265
+ <dt><tt class="docutils literal"><span class="pre">--icc-force-contrast=<no|0-1000000|inf></span></tt></dt>
7266
+ <dd>Override the target device's detected contrast ratio by a specific value.
7267
+ This is detected automatically from the profile if possible, but for some
7268
+ profiles it might be missing, causing the contrast to be assumed as
7269
+ infinite. As a result, video may appear darker than intended. If this is
7270
+ the case, setting this option might help. This only affects BT.1886
7271
+ content. The default of <tt class="docutils literal">no</tt> means to use the profile values. The special
7272
+ value <tt class="docutils literal">inf</tt> causes the BT.1886 curve to be treated as a pure power gamma
7273
+ 2.4 function.</dd>
7273
7274
<dt><tt class="docutils literal"><span class="pre">--blend-subtitles=<yes|video|no></span></tt></dt>
7274
7275
<dd><p class="first">Blend subtitles directly onto upscaled video frames, before interpolation
7275
7276
and/or color management (default: no). Enabling this causes subtitles to be
@@ -11897,8 +11898,7 @@ <h2>Property list</h2>
11897
11898
since setting the option, and the window size was not restricted in other
11898
11899
ways. The property is unavailable if no video is active.</dd>
11899
11900
<dt><tt class="docutils literal">focused</tt></dt>
11900
- <dd>Whether the window has focus. Currently works only on X11, Wayland and
11901
- macOS.</dd>
11901
+ <dd>Whether the window has focus. Might not be supported by all VOs.</dd>
11902
11902
<dt><tt class="docutils literal"><span class="pre">display-names</span></tt></dt>
11903
11903
<dd>Names of the displays that the mpv window covers. On X11, these
11904
11904
are the xrandr names (LVDS1, HDMI1, DP1, VGA1, etc.). On Windows, these
0 commit comments