@@ -5631,21 +5631,20 @@ <h2>Screenshot</h2>
5631
5631
<p class="last">Default: <tt class="docutils literal"><span class="pre">libaom-av1</span></tt></p>
5632
5632
</dd>
5633
5633
<dt><tt class="docutils literal"><span class="pre">--screenshot-avif-pixfmt=<format></span></tt></dt>
5634
- <dd><p class="first">Specify the pixel format to the libavcodec encoder.</p>
5635
- <p class="last">Default: <tt class="docutils literal">yuv420p</tt></p>
5636
- </dd>
5634
+ <dd>Specify the pixel format for the libavcodec encoder. Defaults to empty,
5635
+ which lets mpv pick one close to the source format.</dd>
5637
5636
<dt><tt class="docutils literal"><span class="pre">--screenshot-avif-opts=key1=value1,key2=value2,...</span></tt></dt>
5638
5637
<dd><p class="first">Specifies libavcodec options for selected encoder. For more information,
5639
5638
consult the FFmpeg documentation.</p>
5640
- <p>Default: <tt class="docutils literal"><span class="pre">usage=allintra,crf=32 ,cpu-used=8,tune=ssim </span></tt></p>
5639
+ <p>Default: <tt class="docutils literal"><span class="pre">usage=allintra,crf=0 ,cpu-used=8</span></tt></p>
5641
5640
<p>Note: the default is only guaranteed to work with the libaom-av1 encoder.
5642
5641
Above options may not be valid and or optimal for other encoders.</p>
5643
5642
<p>This is a key/value list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
5644
5643
<div class="admonition admonition-example last">
5645
5644
<p class="first admonition-title">Example</p>
5646
5645
<dl class="last docutils">
5647
- <dt>"<tt class="docutils literal"><span class="pre">--screenshot-avif-opts=crf=32 ,aq-mode=complexity</span></tt>"</dt>
5648
- <dd>sets the crf to 32 and quantization (aq-mode) to complexity based.</dd>
5646
+ <dt>"<tt class="docutils literal"><span class="pre">--screenshot-avif-opts=crf=23 ,aq-mode=complexity</span></tt>"</dt>
5647
+ <dd>sets the crf to 23 and quantization (aq-mode) to complexity based.</dd>
5649
5648
</dl>
5650
5649
</div>
5651
5650
</dd>
0 commit comments