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 cd0ad7a

Browse files
author
nadeko
committed
CI autodeploy
1 parent 0336f83 commit cd0ad7a

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

‎manual/master/index.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7876,7 +7876,7 @@ <h2>GPU renderer options</h2>
78767876
(sorted by the default autoprobe order).</p>
78777877
<p>Note that the default GPU context is subject to change, and must not be relied upon.
78787878
If a certain GPU context needs to be used, it must be explicitly specified.</p>
7879-
<dl class="last docutils">
7879+
<dl class="docutils">
78807880
<dt>auto</dt>
78817881
<dd>auto-select (default). Note that this context must be used alone and
78827882
does not participate in the priority list.</dd>
@@ -7915,10 +7915,11 @@ <h2>GPU renderer options</h2>
79157915
<dt>macvk</dt>
79167916
<dd>Vulkan on macOS with a metal surface through a translation layer (experimental)</dd>
79177917
</dl>
7918+
<p class="last">This is an object settings list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
79187919
</dd>
79197920
<dt><tt class="docutils literal"><span class="pre">--gpu-api=&lt;type1,type2,...[,]&gt;</span></tt></dt>
79207921
<dd><p class="first">Specify a priority list of accepted graphics APIs.</p>
7921-
<dl class="last docutils">
7922+
<dl class="docutils">
79227923
<dt>auto</dt>
79237924
<dd>Use any available API (default). Note that the default GPU API used for this
79247925
value is subject to change, and must not be relied upon. If a certain GPU API
@@ -7930,6 +7931,7 @@ <h2>GPU renderer options</h2>
79307931
<dt>d3d11</dt>
79317932
<dd>Allow only <tt class="docutils literal"><span class="pre">--gpu-context=d3d11</span></tt></dd>
79327933
</dl>
7934+
<p class="last">This is an object settings list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
79337935
</dd>
79347936
<dt><tt class="docutils literal"><span class="pre">--opengl-es=&lt;mode&gt;</span></tt></dt>
79357937
<dd><p class="first">Controls which type of OpenGL context will be accepted:</p>
@@ -8965,6 +8967,7 @@ <h1>AUDIO OUTPUT DRIVERS</h1>
89658967
</dl>
89668968
<p>If the list has a trailing ',', mpv will fall back on drivers not contained
89678969
in the list.</p>
8970+
<p>This is an object settings list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
89688971
<div class="admonition note">
89698972
<p class="first admonition-title">Note</p>
89708973
<p>See <tt class="docutils literal"><span class="pre">--ao=help</span></tt> for a list of compiled-in audio output drivers sorted by
@@ -9258,6 +9261,7 @@ <h1>VIDEO OUTPUT DRIVERS</h1>
92589261
</dl>
92599262
<p>If the list has a trailing <tt class="docutils literal">,</tt>, mpv will fall back on drivers not contained
92609263
in the list.</p>
9264+
<p>This is an object settings list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
92619265
<div class="admonition note">
92629266
<p class="first admonition-title">Note</p>
92639267
<p>See <tt class="docutils literal"><span class="pre">--vo=help</span></tt> for a list of compiled-in video output drivers.</p>
@@ -9971,8 +9975,10 @@ <h1>AUDIO FILTERS</h1>
99719975
syntax is:</p>
99729976
<dl class="docutils">
99739977
<dt><tt class="docutils literal"><span class="pre">--af=...</span></tt></dt>
9974-
<dd>Setup a chain of audio filters. See <tt class="docutils literal"><span class="pre">--vf</span></tt> (<a class="reference internal" href="#video-filters">VIDEO FILTERS</a>) for the
9975-
full syntax.</dd>
9978+
<dd><p class="first">Setup a chain of audio filters. See <tt class="docutils literal"><span class="pre">--vf</span></tt> (<a class="reference internal" href="#video-filters">VIDEO FILTERS</a>) for the
9979+
full syntax.</p>
9980+
<p class="last">This is an object settings list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
9981+
</dd>
99769982
</dl>
99779983
<div class="admonition note">
99789984
<p class="first admonition-title">Note</p>
@@ -10254,6 +10260,7 @@ <h1>VIDEO FILTERS</h1>
1025410260
toggling.</p>
1025510261
<p>See the <tt class="docutils literal">vf</tt> command (and <tt class="docutils literal">toggle</tt> sub-command) for further explanations
1025610262
and examples.</p>
10263+
<p>This is an object settings list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
1025710264
<p>The general filter entry syntax is:</p>
1025810265
<blockquote>
1025910266
<tt class="docutils literal"><span class="pre">[&quot;&#64;&quot;&lt;label-name&gt;&quot;:&quot;]</span> <span class="pre">[&quot;!&quot;]</span> <span class="pre">&lt;filter-name&gt;</span> [ &quot;=&quot; <span class="pre">&lt;filter-parameter-list&gt;</span> ]</tt></blockquote>
@@ -11857,7 +11864,7 @@ <h3>Text Manipulation</h3>
1185711864
<dd>Property-expand the argument and return the expanded string. This can be
1185811865
used only through the client API or from a script using
1185911866
<tt class="docutils literal">mp.command_native</tt>. (see <a class="reference internal" href="#property-expansion">Property Expansion</a>).</dd>
11860-
<dt><tt class="docutils literal"><span class="pre">expand-path</span> &quot;&lt;text&gt;&quot;</tt></dt>
11867+
<dt><tt class="docutils literal"><span class="pre">expand-path</span> &lt;text&gt;</tt></dt>
1186111868
<dd><p class="first">Expand a path's double-tilde placeholders into a platform-specific path.
1186211869
As <tt class="docutils literal"><span class="pre">expand-text</span></tt>, this can only be used through the client API or from
1186311870
a script using <tt class="docutils literal">mp.command_native</tt>.</p>
@@ -14576,7 +14583,7 @@ <h2>Property list</h2>
1457614583
<dd><p class="first">Additional per-option information.</p>
1457714584
<p>This has a number of sub-properties. Replace <tt class="docutils literal">&lt;name&gt;</tt> with the name of
1457814585
a top-level option. No guarantee of stability is given to any of these
14579-
sub-properties - they may change radically in the feature.</p>
14586+
sub-properties - they may change radically in the future.</p>
1458014587
<dl class="last docutils">
1458114588
<dt><tt class="docutils literal"><span class="pre">option-info/&lt;name&gt;/name</span></tt></dt>
1458214589
<dd>The name of the option.</dd>

0 commit comments

Comments
(0)

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