mirror of https://github.com/mpv-player/mpv
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:
parent
fa0fccc2a7
commit
64627855be
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue