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 e540832

Browse files
author
nadeko
committed
CI autodeploy
1 parent 38a6b16 commit e540832

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

‎manual/master/index.html

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,9 @@ <h3>String list and path list options</h3>
634634
<tr><td>-clr</td>
635635
<td>Clear the option (remove all items)</td>
636636
</tr>
637+
<tr><td>-del</td>
638+
<td>Delete 1 or more items if present (same syntax as -set)</td>
639+
</tr>
637640
<tr><td>-remove</td>
638641
<td>Delete item if present (does not interpret escapes)</td>
639642
</tr>
@@ -671,6 +674,12 @@ <h3>Key/value list options</h3>
671674
<tr><td>-add</td>
672675
<td>Append 1 or more items (same syntax as -set)</td>
673676
</tr>
677+
<tr><td>-clr</td>
678+
<td>Clear the option (remove all items)</td>
679+
</tr>
680+
<tr><td>-del</td>
681+
<td>Delete 1 or more keys if present (same syntax as -set)</td>
682+
</tr>
674683
<tr><td>-remove</td>
675684
<td>Delete item by key if present (does not interpret escapes)</td>
676685
</tr>
@@ -716,7 +725,7 @@ <h3>Object settings list options</h3>
716725
<td>Clear the option (remove all items)</td>
717726
</tr>
718727
<tr><td>-remove</td>
719-
<td>Delete item if present</td>
728+
<td>Delete 1 or items if present (same syntax as -set)</td>
720729
</tr>
721730
<tr><td>-toggle</td>
722731
<td>Append an item, or remove it if it already exists</td>
@@ -730,10 +739,9 @@ <h3>Object settings list options</h3>
730739
<div class="section" id="general">
731740
<h3>General</h3>
732741
<p>Without suffix, the operation used is normally <tt class="docutils literal"><span class="pre">-set</span></tt>.</p>
733-
<p>Although some operations allow specifying multiple items, using this is strongly
734-
discouraged and deprecated, except for <tt class="docutils literal"><span class="pre">-set</span></tt>. There is a chance that
735-
operations like <tt class="docutils literal"><span class="pre">-add</span></tt> and <tt class="docutils literal"><span class="pre">-pre</span></tt> will work like <tt class="docutils literal"><span class="pre">-append</span></tt> and accept a
736-
single, unescaped item only (so the <tt class="docutils literal">,</tt> separator will not be interpreted and
742+
<p>Some operations like <tt class="docutils literal"><span class="pre">-add</span></tt> and <tt class="docutils literal"><span class="pre">-pre</span></tt> specify multiple items, but be
743+
aware that you may need to escape the arguments. <tt class="docutils literal"><span class="pre">-append</span></tt> accepts a single,
744+
unescaped item only (so the <tt class="docutils literal">,</tt> separator will not be interpreted and
737745
is passed on as part of the value).</p>
738746
<p>Some options (like <tt class="docutils literal"><span class="pre">--sub-file</span></tt>, <tt class="docutils literal"><span class="pre">--audio-file</span></tt>, <tt class="docutils literal"><span class="pre">--glsl-shader</span></tt>) are
739747
aliases for the proper option with <tt class="docutils literal"><span class="pre">-append</span></tt> action. For example,
@@ -3139,13 +3147,7 @@ <h2>Video</h2>
31393147
</dl>
31403148
</div>
31413149
</dd>
3142-
<dt><tt class="docutils literal"><span class="pre">--vd-lavc-check-hw-profile=&lt;yes|no&gt;</span></tt></dt>
3143-
<dd>Check hardware decoder profile (default: yes). If <tt class="docutils literal">no</tt> is set, the
3144-
highest profile of the hardware decoder is unconditionally selected, and
3145-
decoding is forced even if the profile of the video is higher than that.
3146-
The result is most likely broken decoding, but may also help if the
3147-
detected or reported profiles are somehow incorrect.</dd>
3148-
<dt><tt class="docutils literal"><span class="pre">--vd-lavc-software-fallback=&lt;yes|no|N&gt;</span></tt></dt>
3150+
<dt><tt class="docutils literal"><span class="pre">--hwdec-software-fallback=&lt;yes|no|N&gt;</span></tt></dt>
31493151
<dd><p class="first">Fallback to software decoding if the hardware-accelerated decoder fails
31503152
(default: 3). If this is a number, then fallback will be triggered if
31513153
N frames fail to decode in a row. 1 is equivalent to <tt class="docutils literal">yes</tt>.</p>
@@ -3154,6 +3156,12 @@ <h2>Video</h2>
31543156
the number of packets that could not be decoded. Values below an unspecified
31553157
count will not have this problem, because mpv retains the packets.</p>
31563158
</dd>
3159+
<dt><tt class="docutils literal"><span class="pre">--vd-lavc-check-hw-profile=&lt;yes|no&gt;</span></tt></dt>
3160+
<dd>Check hardware decoder profile (default: yes). If <tt class="docutils literal">no</tt> is set, the
3161+
highest profile of the hardware decoder is unconditionally selected, and
3162+
decoding is forced even if the profile of the video is higher than that.
3163+
The result is most likely broken decoding, but may also help if the
3164+
detected or reported profiles are somehow incorrect.</dd>
31573165
<dt><tt class="docutils literal"><span class="pre">--vd-lavc-film-grain=&lt;auto|cpu|gpu&gt;</span></tt></dt>
31583166
<dd><p class="first">Enables film grain application on the GPU. If video decoding is done on
31593167
the CPU, doing film grain application on the GPU can speed up decoding.

0 commit comments

Comments
(0)

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