summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2022-04-26 11:23:21 -0400
committerLeo Izen <leo.izen@gmail.com>2022-04-26 12:47:07 -0400
commit6605b6d619b7812192823c5ac6a88def4e50da5e (patch)
treeba38683ce0e41b464c3f1bd0bc1bcc418ca97b3a /DOCS
parent1345977f997611799c121dda9dee3870a6751421 (diff)
downloadmpv-6605b6d619b7812192823c5ac6a88def4e50da5e.tar.bz2
mpv-6605b6d619b7812192823c5ac6a88def4e50da5e.tar.xz
DOCS/options: properly capitalize JPEG XL
The appropriate style for jxl images is JPEG XL, not Jpeg XL. Update the docs to reflect this.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 6d3329061f..7e9323c67c 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4204,7 +4204,7 @@ Screenshot
:jpg: JPEG (default)
:jpeg: JPEG (alias for jpg)
:webp: WebP
- :jxl: Jpeg XL
+ :jxl: JPEG XL
``--screenshot-tag-colorspace=<yes|no>``
Tag screenshots with the appropriate colorspace.
@@ -4351,13 +4351,13 @@ Screenshot
with lossy WebP files. The default is 4.
``--screenshot-jxl-distance=<0-15>``
- Set the Jpeg XL Butteraugli distance. Lower means better quality. Lossless
+ Set the JPEG XL Butteraugli distance. Lower means better quality. Lossless
is 0.0, and 1.0 is approximately equivalent to JPEG quality 90 for
photographic content. Use 0.1 for "visually lossless" screenshots. The
default is 1.0.
``--screenshot-jxl-effort=<1-9>``
- Set the Jpeg XL compression effort. Higher effort (usually) means better
+ Set the JPEG XL compression effort. Higher effort (usually) means better
compression, but takes more CPU time. The default is 3.
``--screenshot-sw=<yes|no>``