Skip to content

Commit e49ee3b

Browse files
author
nadeko
committed
CI autodeploy
1 parent 1278f44 commit e49ee3b

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

manual/master/index.html

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6553,12 +6553,17 @@ <h2>GPU renderer options</h2>
65536553
</dd>
65546554
<dt><tt class="docutils literal">ewa_lanczossharp</tt></dt>
65556555
<dd>A slightly sharpened version of <tt class="docutils literal">ewa_lanczos</tt>. This is the default
6556-
when using the <tt class="docutils literal"><span class="pre">high-quality</span></tt> profile.</dd>
6556+
when using the <tt class="docutils literal"><span class="pre">high-quality</span></tt> profile. Blur value determined by method
6557+
originally developed by Nicolas Robidoux for Image Magick, see:
6558+
<a class="reference external" href="https://www.imagemagick.org/discourse-server/viewtopic.php?p=89068#p89068">https://www.imagemagick.org/discourse-server/viewtopic.php?p=89068#p89068</a></dd>
65576559
<dt><tt class="docutils literal">ewa_lanczos4sharpest</tt></dt>
6558-
<dd>Very sharp scaler, but also slightly slower than <tt class="docutils literal">ewa_lanczossharp</tt>.
6560+
<dd><p class="first">Very sharp scaler, but also slightly slower than <tt class="docutils literal">ewa_lanczossharp</tt>.
65596561
Prone to ringing, so it's recommended to combine this with an
65606562
anti-ringing shader. On <tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt>, setting this filter enables
6561-
built-in anti-ringing, so no extra action needs to be taken.</dd>
6563+
built-in anti-ringing, so no extra action needs to be taken.</p>
6564+
<p class="last">For more details, see:
6565+
<a class="reference external" href="https://www.imagemagick.org/discourse-server/viewtopic.php?p=128587#p128587">https://www.imagemagick.org/discourse-server/viewtopic.php?p=128587#p128587</a></p>
6566+
</dd>
65626567
<dt><tt class="docutils literal">mitchell</tt></dt>
65636568
<dd>Mitchell-Netravali. Piecewise cubic filter with a support of radius 2.0.
65646569
Provides a balanced compromise of all scaling artifacts. This filter has
@@ -6716,10 +6721,13 @@ <h2>GPU renderer options</h2>
67166721
purposes. Users are advised to either enable <tt class="docutils literal"><span class="pre">--sigmoid-upscaling</span></tt> or
67176722
keep both options disabled (i.e. scaling in gamma light).</dd>
67186723
<dt><tt class="docutils literal"><span class="pre">--sigmoid-upscaling</span></tt></dt>
6719-
<dd>When upscaling, use a sigmoidal color transform to avoid emphasizing
6724+
<dd><p class="first">When upscaling, use a sigmoidal color transform to avoid emphasizing
67206725
ringing artifacts. Enabled by default. This is incompatible with and replaces
67216726
<tt class="docutils literal"><span class="pre">--linear-upscaling</span></tt>. (Note that sigmoidization also requires
6722-
linearization, so the <tt class="docutils literal">LINEAR</tt> rendering step fires in both cases)</dd>
6727+
linearization, so the <tt class="docutils literal">LINEAR</tt> rendering step fires in both cases)</p>
6728+
<p class="last">For more information about sigmoidization, see:
6729+
<a class="reference external" href="https://imagemagick.org/Usage/resize/#resize_sigmoidal">https://imagemagick.org/Usage/resize/#resize_sigmoidal</a></p>
6730+
</dd>
67236731
<dt><tt class="docutils literal"><span class="pre">--sigmoid-center</span></tt></dt>
67246732
<dd>The center of the sigmoid curve used for <tt class="docutils literal"><span class="pre">--sigmoid-upscaling</span></tt>, must be a
67256733
float between 0.0 and 1.0. Defaults to 0.75 if not specified.</dd>
@@ -12848,8 +12856,7 @@ <h2>Property list</h2>
1284812856
<dt><tt class="docutils literal">editions</tt></dt>
1284912857
<dd>Number of MKV editions.</dd>
1285012858
<dt><tt class="docutils literal"><span class="pre">edition-list</span></tt></dt>
12851-
<dd><p class="first">List of editions, current entry marked. Currently, the raw property value
12852-
is useless.</p>
12859+
<dd><p class="first">List of editions, current entry marked.</p>
1285312860
<p>This has a number of sub-properties. Replace <tt class="docutils literal">N</tt> with the 0-based edition
1285412861
index.</p>
1285512862
<dl class="docutils">
@@ -13596,13 +13603,21 @@ <h2>Property list</h2>
1359613603
</pre>
1359713604
</dd>
1359813605
<dt><tt class="docutils literal"><span class="pre">track-list</span></tt></dt>
13599-
<dd><p class="first">List of audio/video/sub tracks, current entry marked. Currently, the raw
13600-
property value is useless.</p>
13606+
<dd><p class="first">List of audio/video/sub tracks, current entry marked.</p>
1360113607
<p>This has a number of sub-properties. Replace <tt class="docutils literal">N</tt> with the 0-based track
1360213608
index.</p>
1360313609
<dl class="docutils">
1360413610
<dt><tt class="docutils literal"><span class="pre">track-list/count</span></tt></dt>
1360513611
<dd>Total number of tracks.</dd>
13612+
<dt><tt class="docutils literal"><span class="pre">track-list/video</span></tt></dt>
13613+
<dd>The list of video tracks. This is only usable for printing and its value
13614+
can't be retrieved.</dd>
13615+
<dt><tt class="docutils literal"><span class="pre">track-list/audio</span></tt></dt>
13616+
<dd>The list of audio tracks. This is only usable for printing and its value
13617+
can't be retrieved.</dd>
13618+
<dt><tt class="docutils literal"><span class="pre">track-list/sub</span></tt></dt>
13619+
<dd>The list of sub tracks. This is only usable for printing and its value
13620+
can't be retrieved.</dd>
1360613621
<dt><tt class="docutils literal"><span class="pre">track-list/N/id</span></tt></dt>
1360713622
<dd>The ID as it's used for <tt class="docutils literal"><span class="pre">--sid</span></tt>/<tt class="docutils literal"><span class="pre">--aid</span></tt>/<tt class="docutils literal"><span class="pre">--vid</span></tt>. This is unique
1360813623
within tracks of the same type (sub/audio/video), but otherwise not.</dd>
@@ -13781,8 +13796,7 @@ <h2>Property list</h2>
1378113796
first one is returned.</p>
1378213797
</dd>
1378313798
<dt><tt class="docutils literal"><span class="pre">chapter-list</span></tt> (RW)</dt>
13784-
<dd><p class="first">List of chapters, current entry marked. Currently, the raw property value
13785-
is useless.</p>
13799+
<dd><p class="first">List of chapters, current entry marked.</p>
1378613800
<p>This has a number of sub-properties. Replace <tt class="docutils literal">N</tt> with the 0-based chapter
1378713801
index.</p>
1378813802
<dl class="docutils">
@@ -14933,9 +14947,6 @@ <h3>Script Commands</h3>
1493314947
<p>The OSC script listens to certain script commands. These commands can bound
1493414948
in <tt class="docutils literal">input.conf</tt>, or sent by other scripts.</p>
1493514949
<dl class="docutils">
14936-
<dt><tt class="docutils literal"><span class="pre">osc-message</span></tt></dt>
14937-
<dd>Show a message on screen using the OSC. First argument is the message,
14938-
second the duration in seconds.</dd>
1493914950
<dt><tt class="docutils literal"><span class="pre">osc-visibility</span></tt></dt>
1494014951
<dd>Controls visibility mode <tt class="docutils literal">never</tt> / <tt class="docutils literal">auto</tt> (on mouse move) / <tt class="docutils literal">always</tt>
1494114952
and also <tt class="docutils literal">cycle</tt> to cycle between the modes.</dd>
@@ -14953,9 +14964,6 @@ <h3>Script Commands</h3>
1495314964
<dt><tt class="docutils literal"><span class="pre">osc-idlescreen</span></tt></dt>
1495414965
<dd>Controls the visibility of the mpv logo on idle. Valid arguments are <tt class="docutils literal">yes</tt>,
1495514966
<tt class="docutils literal">no</tt>, and <tt class="docutils literal">cycle</tt> to toggle between yes and no.</dd>
14956-
<dt><tt class="docutils literal"><span class="pre">osc-playlist</span></tt>, <tt class="docutils literal"><span class="pre">osc-chapterlist</span></tt>, <tt class="docutils literal"><span class="pre">osc-tracklist</span></tt></dt>
14957-
<dd>Shows a limited view of the respective type of list using the OSC. First
14958-
argument is duration in seconds.</dd>
1495914967
</dl>
1496014968
</div>
1496114969
</div>

0 commit comments

Comments
 (0)