Skip to content

Commit e64cceb

Browse files
author
nadeko
committed
CI autodeploy
1 parent f2eabdd commit e64cceb

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

manual/master/index.html

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,21 +2910,22 @@ <h2>Video</h2>
29102910
the window, while <tt class="docutils literal"><span class="pre">--video-zoom</span></tt> can zoom in or out arbitrary amounts, and
29112911
also works with <tt class="docutils literal"><span class="pre">--video-unscaled</span></tt>.</p>
29122912
</dd>
2913-
<dt><tt class="docutils literal"><span class="pre">--video-aspect-override=&lt;ratio|no|original&gt;</span></tt></dt>
2913+
<dt><tt class="docutils literal"><span class="pre">--video-aspect-override=&lt;ratio|no&gt;</span></tt></dt>
29142914
<dd><p class="first">Override video aspect ratio, in case aspect information is incorrect or
29152915
missing in the file being played.</p>
29162916
<p>These values have special meaning:</p>
29172917
<table class="docutils field-list" frame="void" rules="none">
29182918
<col class="field-name" />
29192919
<col class="field-body" />
29202920
<tbody valign="top">
2921-
<tr class="field"><th class="field-name">0:</th><td class="field-body">disable aspect ratio handling, pretend the video has square pixels</td>
2921+
<tr class="field"><th class="field-name">no:</th><td class="field-body">use the method of the <tt class="docutils literal"><span class="pre">--video-aspect-method</span></tt> option (default)</td>
29222922
</tr>
2923-
<tr class="field"><th class="field-name">no:</th><td class="field-body">same as <tt class="docutils literal">0</tt></td>
2923+
<tr class="field"><th class="field-name">0:</th><td class="field-body">disable aspect ratio handling, pretend the video has square pixels
2924+
(deprecated, use
2925+
<tt class="docutils literal"><span class="pre">--video-aspect-override=no</span> <span class="pre">--video-aspect-method=ignore</span></tt> instead)</td>
29242926
</tr>
2925-
<tr class="field"><th class="field-name">original:</th><td class="field-body">use the video stream or container aspect (default)</td>
2926-
</tr>
2927-
<tr class="field"><th class="field-name">-1:</th><td class="field-body">same as <tt class="docutils literal">1</tt> (deprecated)</td>
2927+
<tr class="field"><th class="field-name">-1:</th><td class="field-body">strictly prefer the container aspect ratio (deprecated, use
2928+
<tt class="docutils literal"><span class="pre">--video-aspect-override=no</span> <span class="pre">--video-aspect-method=container</span></tt> instead)</td>
29282929
</tr>
29292930
</tbody>
29302931
</table>
@@ -2938,7 +2939,7 @@ <h2>Video</h2>
29382939
</ul>
29392940
</div>
29402941
</dd>
2941-
<dt><tt class="docutils literal"><span class="pre">--video-aspect-method=&lt;bitstream|container&gt;</span></tt></dt>
2942+
<dt><tt class="docutils literal"><span class="pre">--video-aspect-method=&lt;bitstream|container|ignore&gt;</span></tt></dt>
29422943
<dd><p class="first">This sets the default video aspect determination method (if the aspect is
29432944
_not_ overridden by the user with <tt class="docutils literal"><span class="pre">--video-aspect-override</span></tt> or others).</p>
29442945
<table class="docutils field-list" frame="void" rules="none">
@@ -2954,6 +2955,9 @@ <h2>Video</h2>
29542955
aspect ratio is not set. This is apparently the default behavior
29552956
with XBMC/kodi, at least with Matroska.</td>
29562957
</tr>
2958+
<tr class="field"><th class="field-name">ignore:</th><td class="field-body">Disable aspect ratio handling, pretend the video has square
2959+
pixels.</td>
2960+
</tr>
29572961
</tbody>
29582962
</table>
29592963
<p>The current default for mpv is <tt class="docutils literal">container</tt>.</p>
@@ -3997,7 +4001,7 @@ <h2>Subtitles</h2>
39974001
<tr class="field"><th class="field-name">none:</th><td class="field-body">Don't forward any video stream information.</td>
39984002
</tr>
39994003
<tr class="field"><th class="field-name">aspect-ratio:</th><td class="field-body">Only forward aspect ratio; fallbacks are used for other properties.
4000-
This makes behaviour consistent across different video resolutions.</td>
4004+
This makes behavior consistent across different video resolutions.</td>
40014005
</tr>
40024006
<tr class="field"><th class="field-name">all:</th><td class="field-body">Forward all available information, notably including storage resolution.</td>
40034007
</tr>
@@ -4016,7 +4020,7 @@ <h2>Subtitles</h2>
40164020
</dd>
40174021
<dt><tt class="docutils literal"><span class="pre">--sub-ass-video-aspect-override=&lt;no|ratio&gt;</span></tt></dt>
40184022
<dd><p class="first">Allows passing any arbitrary aspect ratio to libass instead of the video’s
4019-
actual aspect ratio. Zero or negative aspect ratios are identical to <tt class="docutils literal">no</tt>.</p>
4023+
actual aspect ratio. Zero aspect ratio is identical to <tt class="docutils literal">no</tt>.</p>
40204024
<p class="last">This has no effect if <tt class="docutils literal"><span class="pre">sub-ass-use-video-data</span></tt> is set to <tt class="docutils literal">none</tt>.</p>
40214025
</dd>
40224026
<dt><tt class="docutils literal"><span class="pre">--sub-vsfilter-bidi-compat=&lt;yes|no&gt;</span></tt></dt>

0 commit comments

Comments
 (0)