doc/encoders: update libwebpenc quality option

A private encoder option 'quality' was added in 716674b151, making
the doc entry obsolete.
release/5.1
Gyan Doshi 3 years ago
parent 28d011516b
commit fa12d808d7
  1. 9
      doc/encoders.texi

@ -2261,11 +2261,10 @@ and compression tools used, and varies the combination of these tools. This
maps to the @var{method} option in libwebp. The valid range is 0 to 6. maps to the @var{method} option in libwebp. The valid range is 0 to 6.
Default is 4. Default is 4.
@item -qscale @var{float} @item -quality @var{float}
For lossy encoding, this controls image quality, 0 to 100. For lossless For lossy encoding, this controls image quality. For lossless encoding, this
encoding, this controls the effort and time spent at compressing more. The controls the effort and time spent in compression.
default value is 75. Note that for usage via libavcodec, this option is called Range is 0 to 100. Default is 75.
@var{global_quality} and must be multiplied by @var{FF_QP2LAMBDA}.
@item -preset @var{type} @item -preset @var{type}
Configuration preset. This does some automatic settings based on the general Configuration preset. This does some automatic settings based on the general

Loading…
Cancel
Save