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 de30db5

Browse files
author
nadeko
committed
CI autodeploy
1 parent 1b58888 commit de30db5

File tree

1 file changed

+28
-40
lines changed

1 file changed

+28
-40
lines changed

‎manual/master/index.html

Lines changed: 28 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -12535,7 +12535,7 @@ <h2>Property list</h2>
1253512535
<dd>The primaries in use as string. (Exact values subject to change.)</dd>
1253612536
<dt><tt class="docutils literal"><span class="pre">video-params/gamma</span></tt></dt>
1253712537
<dd>The gamma function in use as string. (Exact values subject to change.)</dd>
12538-
<dt><tt class="docutils literal"><span class="pre">video-params/sig-peak</span></tt></dt>
12538+
<dt><tt class="docutils literal"><span class="pre">video-params/sig-peak</span></tt> (deprecated)</dt>
1253912539
<dd>The video file's tagged signal peak as float.</dd>
1254012540
<dt><tt class="docutils literal"><span class="pre">video-params/light</span></tt></dt>
1254112541
<dd>The light type in use as a string. (Exact values subject to change.)</dd>
@@ -12550,6 +12550,24 @@ <h2>Property list</h2>
1255012550
<dd>Alpha type. If the format has no alpha channel, this will be unavailable
1255112551
(but in future releases, it could change to <tt class="docutils literal">no</tt>). If alpha is
1255212552
present, this is set to <tt class="docutils literal">straight</tt> or <tt class="docutils literal">premul</tt>.</dd>
12553+
<dt><tt class="docutils literal"><span class="pre">video-params/min-luma</span></tt></dt>
12554+
<dd>Minimum luminance, as reported by HDR10 metadata (in cd/m2)</dd>
12555+
<dt><tt class="docutils literal"><span class="pre">video-params/max-luma</span></tt></dt>
12556+
<dd>Maximum luminance, as reported by HDR10 metadata (in cd/m2)</dd>
12557+
<dt><tt class="docutils literal"><span class="pre">video-params/max-cll</span></tt></dt>
12558+
<dd>Maximum content light level, as reported by HDR10 metadata (in cd/m2)</dd>
12559+
<dt><tt class="docutils literal"><span class="pre">video-params/max-fall</span></tt></dt>
12560+
<dd>Maximum frame average light level, as reported by HDR10 metadata (in cd/m2)</dd>
12561+
<dt><tt class="docutils literal"><span class="pre">video-params/scene-max-r</span></tt></dt>
12562+
<dd>MaxRGB of a scene for R component, as reported by HDR10+ metadata (in cd/m2)</dd>
12563+
<dt><tt class="docutils literal"><span class="pre">video-params/scene-max-g</span></tt></dt>
12564+
<dd>MaxRGB of a scene for G component, as reported by HDR10+ metadata (in cd/m2)</dd>
12565+
<dt><tt class="docutils literal"><span class="pre">video-params/scene-max-b</span></tt></dt>
12566+
<dd>MaxRGB of a scene for B component, as reported by HDR10+ metadata (in cd/m2)</dd>
12567+
<dt><tt class="docutils literal"><span class="pre">video-params/max-pq-y</span></tt></dt>
12568+
<dd>Maximum PQ luminance of a frame, as reported by peak detection (in PQ, 0-1)</dd>
12569+
<dt><tt class="docutils literal"><span class="pre">video-params/avg-pq-y</span></tt></dt>
12570+
<dd>Average PQ luminance of a frame, as reported by peak detection (in PQ, 0-1)</dd>
1255312571
</dl>
1255412572
<p>When querying the property with the client API using <tt class="docutils literal">MPV_FORMAT_NODE</tt>,
1255512573
or with Lua <tt class="docutils literal">mp.get_property_native</tt>, this will return a mpv_node with
@@ -12575,45 +12593,15 @@ <h2>Property list</h2>
1257512593
&quot;stereo-in&quot; MPV_FORMAT_STRING
1257612594
&quot;average-bpp&quot; MPV_FORMAT_INT64
1257712595
&quot;alpha&quot; MPV_FORMAT_STRING
12578-
</pre>
12579-
</dd>
12580-
<dt><tt class="docutils literal"><span class="pre">hdr-metadata</span></tt></dt>
12581-
<dd><p class="first">Video HDR metadata per frame, including peak detection result.
12582-
This has a number of sub-properties:</p>
12583-
<dl class="docutils">
12584-
<dt><tt class="docutils literal"><span class="pre">hdr-metadata/min-luma</span></tt></dt>
12585-
<dd>Minimum luminance, as reported by HDR10 metadata (in cd/m2)</dd>
12586-
<dt><tt class="docutils literal"><span class="pre">hdr-metadata/max-luma</span></tt></dt>
12587-
<dd>Maximum luminance, as reported by HDR10 metadata (in cd/m2)</dd>
12588-
<dt><tt class="docutils literal"><span class="pre">hdr-metadata/max-cll</span></tt></dt>
12589-
<dd>Maximum content light level, as reported by HDR10 metadata (in cd/m2)</dd>
12590-
<dt><tt class="docutils literal"><span class="pre">hdr-metadata/max-fall</span></tt></dt>
12591-
<dd>Maximum frame average light level, as reported by HDR10 metadata (in cd/m2)</dd>
12592-
<dt><tt class="docutils literal"><span class="pre">hdr-metadata/scene-max-r</span></tt></dt>
12593-
<dd>MaxRGB of a scene for R component, as reported by HDR10+ metadata (in cd/m2)</dd>
12594-
<dt><tt class="docutils literal"><span class="pre">hdr-metadata/scene-max-g</span></tt></dt>
12595-
<dd>MaxRGB of a scene for G component, as reported by HDR10+ metadata (in cd/m2)</dd>
12596-
<dt><tt class="docutils literal"><span class="pre">hdr-metadata/scene-max-b</span></tt></dt>
12597-
<dd>MaxRGB of a scene for B component, as reported by HDR10+ metadata (in cd/m2)</dd>
12598-
<dt><tt class="docutils literal"><span class="pre">hdr-metadata/max-pq-y</span></tt></dt>
12599-
<dd>Maximum PQ luminance of a frame, as reported by peak detection (in PQ, 0-1)</dd>
12600-
<dt><tt class="docutils literal"><span class="pre">hdr-metadata/avg-pq-y</span></tt></dt>
12601-
<dd>Average PQ luminance of a frame, as reported by peak detection (in PQ, 0-1)</dd>
12602-
</dl>
12603-
<p>When querying the property with the client API using <tt class="docutils literal">MPV_FORMAT_NODE</tt>,
12604-
or with Lua <tt class="docutils literal">mp.get_property_native</tt>, this will return a mpv_node with
12605-
the following contents:</p>
12606-
<pre class="last literal-block">
12607-
MPV_FORMAT_NODE_MAP
12608-
&quot;min-luma&quot; MPV_FORMAT_DOUBLE
12609-
&quot;max-luma&quot; MPV_FORMAT_DOUBLE
12610-
&quot;max-cll&quot; MPV_FORMAT_DOUBLE
12611-
&quot;max-fall&quot; MPV_FORMAT_DOUBLE
12612-
&quot;scene-max-r&quot; MPV_FORMAT_DOUBLE
12613-
&quot;scene-max-g&quot; MPV_FORMAT_DOUBLE
12614-
&quot;scene-max-b&quot; MPV_FORMAT_DOUBLE
12615-
&quot;max-pq-y&quot; MPV_FORMAT_DOUBLE
12616-
&quot;avg-pq-y&quot; MPV_FORMAT_DOUBLE
12596+
&quot;min-luma&quot; MPV_FORMAT_DOUBLE
12597+
&quot;max-luma&quot; MPV_FORMAT_DOUBLE
12598+
&quot;max-cll&quot; MPV_FORMAT_DOUBLE
12599+
&quot;max-fall&quot; MPV_FORMAT_DOUBLE
12600+
&quot;scene-max-r&quot; MPV_FORMAT_DOUBLE
12601+
&quot;scene-max-g&quot; MPV_FORMAT_DOUBLE
12602+
&quot;scene-max-b&quot; MPV_FORMAT_DOUBLE
12603+
&quot;max-pq-y&quot; MPV_FORMAT_DOUBLE
12604+
&quot;avg-pq-y&quot; MPV_FORMAT_DOUBLE
1261712605
</pre>
1261812606
</dd>
1261912607
<dt><tt class="docutils literal">dwidth</tt>, <tt class="docutils literal">dheight</tt></dt>

0 commit comments

Comments
(0)

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