0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

DOCS/options: clarify --sub-blur and --osd-blur options

Clarify that these options only apply to the font borders,
not to the texts themselves.
This commit is contained in:
nanahi 2024-02-26 11:17:42 -05:00 committed by sfan5
parent fa0fccc2a7
commit 64627855be

View File

@ -2815,7 +2815,8 @@ Subtitles
``--sub-shadow-offset`` to change its size relative to the text.
``--sub-blur=<0..20.0>``
Gaussian blur factor. 0 means no blur applied (default).
Gaussian blur factor applied to the sub font border.
0 means no blur applied (default).
``--sub-bold=<yes|no>``
Format text on bold.
@ -4336,7 +4337,8 @@ OSD
See ``--sub-color``. Color used for OSD text background.
``--osd-blur=<0..20.0>``
Gaussian blur factor. 0 means no blur applied (default).
Gaussian blur factor applied to the OSD font border.
0 means no blur applied (default).
``--osd-bold=<yes|no>``
Format text on bold.