Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 30905cf

Browse files
author
nadeko
committed
CI autodeploy
1 parent c8ca2b6 commit 30905cf

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

‎manual/master/index.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3181,7 +3181,7 @@ <h2>Audio</h2>
31813181
behaves equivalent to specifying <tt class="docutils literal"><span class="pre">dts-hd</span></tt> only.</p>
31823182
<p>In earlier mpv versions you could use <tt class="docutils literal"><span class="pre">--ad</span></tt> to force the spdif wrapper.
31833183
This does not work anymore.</p>
3184-
<div class="admonition admonition-warning last">
3184+
<div class="admonition warning last">
31853185
<p class="first admonition-title">Warning</p>
31863186
<p class="last">There is not much reason to use this. HDMI supports uncompressed
31873187
multichannel PCM, and mpv supports lossless DTS-HD decoding via
@@ -3208,7 +3208,7 @@ <h2>Audio</h2>
32083208
<dd>List all available decoders.</dd>
32093209
</dl>
32103210
</div>
3211-
<div class="admonition admonition-warning last">
3211+
<div class="admonition warning last">
32123212
<p class="first admonition-title">Warning</p>
32133213
<p class="last">Enabling compressed audio passthrough (AC3 and DTS via SPDIF/HDMI) with
32143214
this option is not possible. Use <tt class="docutils literal"><span class="pre">--audio-spdif</span></tt> instead.</p>
@@ -3285,7 +3285,7 @@ <h2>Audio</h2>
32853285
</dd>
32863286
<dt><tt class="docutils literal"><span class="pre">--ad-spdif-dtshd=&lt;yes|no&gt;</span></tt>, <tt class="docutils literal"><span class="pre">--dtshd</span></tt>, <tt class="docutils literal"><span class="pre">--no-dtshd</span></tt></dt>
32873287
<dd><p class="first">If DTS is passed through, use DTS-HD.</p>
3288-
<div class="admonition admonition-warning last">
3288+
<div class="admonition warning last">
32893289
<p class="first admonition-title">Warning</p>
32903290
<p class="last">This and enabling passthrough via <tt class="docutils literal"><span class="pre">--ad</span></tt> are deprecated in favor of
32913291
using <tt class="docutils literal"><span class="pre">--audio-spdif=dts-hd</span></tt>.</p>
@@ -3354,7 +3354,7 @@ <h2>Audio</h2>
33543354
your desired output as mpv does not have control over it. Another
33553355
work-around for this on some AOs is to use <tt class="docutils literal"><span class="pre">--audio-exclusive=yes</span></tt> to
33563356
circumvent the system mixer entirely.</p>
3357-
<div class="admonition admonition-warning last">
3357+
<div class="admonition warning last">
33583358
<p class="first admonition-title">Warning</p>
33593359
<p>Using <tt class="docutils literal">auto</tt> can cause issues when using audio over HDMI. The OS will
33603360
typically report all channel layouts that _can_ go over HDMI, even if
@@ -3510,7 +3510,7 @@ <h2>Audio</h2>
35103510
silence is played while paused. Note that if no audio track is selected,
35113511
the audio device will still be closed immediately.</p>
35123512
<p>Not all AOs support this.</p>
3513-
<div class="admonition admonition-warning last">
3513+
<div class="admonition warning last">
35143514
<p class="first admonition-title">Warning</p>
35153515
<p class="last">This modifies certain subtle player behavior, like A/V-sync and underrun
35163516
handling. Enabling this option is strongly discouraged.</p>
@@ -3620,7 +3620,7 @@ <h2>Subtitles</h2>
36203620
position, which is often not the absolute bottom of the screen, but with
36213621
some margin between the bottom and the subtitle. Values above 100 move the
36223622
subtitle further down.</p>
3623-
<div class="admonition admonition-warning last">
3623+
<div class="admonition warning last">
36243624
<p class="first admonition-title">Warning</p>
36253625
<p>Text subtitles (as opposed to image subtitles) may be cut off if the
36263626
value of the option is above 100. This is a libass restriction.</p>
@@ -3673,7 +3673,7 @@ <h2>Subtitles</h2>
36733673
</tr>
36743674
</tbody>
36753675
</table>
3676-
<div class="admonition admonition-warning last">
3676+
<div class="admonition warning last">
36773677
<p class="first admonition-title">Warning</p>
36783678
<p class="last">Enabling hinting can lead to mispositioned text (in situations it's
36793679
supposed to match up video background), or reduce the smoothness
@@ -4353,7 +4353,7 @@ <h2>Window</h2>
43534353
<dt><tt class="docutils literal"><span class="pre">--force-window=&lt;yes|no|immediate&gt;</span></tt></dt>
43544354
<dd><p class="first">Create a video output window even if there is no video. This can be useful
43554355
when pretending that mpv is a GUI application. Currently, the window
4356-
always has the size 640x480, and is subject to <tt class="docutils literal"><span class="pre">--geometry</span></tt>,
4356+
always has the size 960x540, and is subject to <tt class="docutils literal"><span class="pre">--geometry</span></tt>,
43574357
<tt class="docutils literal"><span class="pre">--autofit</span></tt>, and similar options.</p>
43584358
<div class="admonition warning last">
43594359
<p class="first admonition-title">Warning</p>
@@ -5249,8 +5249,7 @@ <h2>Input</h2>
52495249
driver. Necessary to use the OSC, or to select the buttons in DVD menus.
52505250
Support depends on the VO in use.</dd>
52515251
<dt><tt class="docutils literal"><span class="pre">--input-cursor-passthrough</span></tt>, <tt class="docutils literal"><span class="pre">--no-input-cursor-passthrough</span></tt></dt>
5252-
<dd>(X11, Wayland and macOS only)
5253-
Tell the backend windowing system to allow pointer events to passthrough
5252+
<dd>Tell the backend windowing system to allow pointer events to passthrough
52545253
the mpv window. This allows windows under mpv to instead receive pointer
52555254
events as if the mpv window was never there.</dd>
52565255
<dt><tt class="docutils literal"><span class="pre">--input-media-keys=&lt;yes|no&gt;</span></tt></dt>
@@ -6788,7 +6787,7 @@ <h2>GPU renderer options</h2>
67886787
internal list of shaders, while <tt class="docutils literal"><span class="pre">--glsl-shaders</span></tt> takes a list of files,
67896788
and overwrites the internal list with it. The latter is a path list option
67906789
(see <a class="reference internal" href="#list-options">List Options</a> for details).</p>
6791-
<div class="admonition admonition-warning">
6790+
<div class="admonition warning">
67926791
<p class="first admonition-title">Warning</p>
67936792
<p class="last">The syntax is not stable yet and may change any time.</p>
67946793
</div>
@@ -11009,7 +11008,7 @@ <h2>List of Input Commands</h2>
1100911008
wasn't started in detached mode, even if <tt class="docutils literal">playback_only</tt> is
1101011009
false.</p>
1101111010
</div>
11012-
<div class="admonition admonition-warning">
11011+
<div class="admonition warning">
1101311012
<p class="first admonition-title">Warning</p>
1101411013
<p class="last">Don't forget to set the <tt class="docutils literal">playback_only</tt> field to false if you want
1101511014
the command to run while the player is in idle mode, or if you don't

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /