@@ -2900,7 +2900,7 @@ <h2>Video</h2>
2900
2900
output drivers.</p>
2901
2901
<p class="last">This option has no effect if <tt class="docutils literal"><span class="pre">--video-unscaled</span></tt> option is used.</p>
2902
2902
</dd>
2903
- <dt><tt class="docutils literal"><span class="pre">--video-aspect-override=<ratio|no></span></tt></dt>
2903
+ <dt><tt class="docutils literal"><span class="pre">--video-aspect-override=<ratio|no|original ></span></tt></dt>
2904
2904
<dd><p class="first">Override video aspect ratio, in case aspect information is incorrect or
2905
2905
missing in the file being played.</p>
2906
2906
<p>These values have special meaning:</p>
@@ -2912,7 +2912,9 @@ <h2>Video</h2>
2912
2912
</tr>
2913
2913
<tr class="field"><th class="field-name">no:</th><td class="field-body">same as <tt class="docutils literal">0</tt></td>
2914
2914
</tr>
2915
- <tr class="field"><th class="field-name">-1:</th><td class="field-body">use the video stream or container aspect (default)</td>
2915
+ <tr class="field"><th class="field-name">original:</th><td class="field-body">use the video stream or container aspect (default)</td>
2916
+ </tr>
2917
+ <tr class="field"><th class="field-name">-1:</th><td class="field-body">same as <tt class="docutils literal">1</tt> (deprecated)</td>
2916
2918
</tr>
2917
2919
</tbody>
2918
2920
</table>
@@ -7981,9 +7983,9 @@ <h2>GPU renderer options</h2>
7981
7983
<dt><tt class="docutils literal"><span class="pre">--target-colorspace-hint=<auto|yes|no></span></tt></dt>
7982
7984
<dd>Automatically configure the output colorspace of the display to pass
7983
7985
through the input values of the stream (e.g. for HDR passthrough), if
7984
- possible. In <tt class="docutils literal">auto</tt> mode (the default) , the target colorspace is only set,
7986
+ possible. In <tt class="docutils literal">auto</tt> mode, the target colorspace is only set,
7985
7987
if the display signals support for HDR colorspace.
7986
- Requires a supporting driver and <tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt>. (Default: <tt class="docutils literal">auto </tt>)</dd>
7988
+ Requires a supporting driver and <tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt>. (Default: <tt class="docutils literal">no </tt>)</dd>
7987
7989
<dt><tt class="docutils literal"><span class="pre">--target-prim=<value></span></tt></dt>
7988
7990
<dd><p class="first">Specifies the primaries of the display. Video colors will be adapted to
7989
7991
this colorspace when ICC color management is not being used. Valid values
@@ -8127,7 +8129,8 @@ <h2>GPU renderer options</h2>
8127
8129
Valid values are:</p>
8128
8130
<dl class="last docutils">
8129
8131
<dt>auto</dt>
8130
- <dd>Choose the best curve according to internal heuristics. (Default)</dd>
8132
+ <dd>Maps to <tt class="docutils literal">bt.2390</tt> when using <tt class="docutils literal"><span class="pre">--vo=gpu</span></tt>, and to <tt class="docutils literal">spline</tt> with
8133
+ <tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt>. (Default)</dd>
8131
8134
<dt>clip</dt>
8132
8135
<dd>Hard-clip any out-of-range values. Use this when you care about
8133
8136
perfect color accuracy for in-range values at the cost of completely
@@ -13574,7 +13577,7 @@ <h2>Property list</h2>
13574
13577
<dt><tt class="docutils literal"><span class="pre">video-params/crop-w</span></tt>, <tt class="docutils literal"><span class="pre">video-params/crop-h</span></tt></dt>
13575
13578
<dd>Video size after cropping.</dd>
13576
13579
<dt><tt class="docutils literal"><span class="pre">video-params/aspect</span></tt></dt>
13577
- <dd>Display aspect ratio as float .</dd>
13580
+ <dd>Display aspect ratio as double .</dd>
13578
13581
<dt><tt class="docutils literal"><span class="pre">video-params/aspect-name</span></tt></dt>
13579
13582
<dd>Display aspect ratio name as string. The name corresponds to motion
13580
13583
picture film format that introduced given aspect ratio in film.</dd>
0 commit comments