mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
options: add option to control OSD bar marker style
This adds --osd-bar-marker-style option which can be used to customize OSD bar marker style. In addition to the existing triangle style, a new style option is added to draw markers as lines.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
add `--osd-bar-marker-scale` and `--osd-bar-marker-min-size` options
|
||||
add `--osd-bar-marker-style` option
|
||||
|
||||
@@ -4522,6 +4522,13 @@ OSD
|
||||
|
||||
Default: 1.6.
|
||||
|
||||
``--osd-bar-marker-style=<none|triangle|line>``
|
||||
Set the OSD bar marker style.
|
||||
|
||||
:none: Don't draw markers.
|
||||
:triangle: Draw markers as triangles (default).
|
||||
:line: Draw markers as lines.
|
||||
|
||||
``--osd-blur=<0..20.0>``
|
||||
Gaussian blur factor applied to the OSD font border.
|
||||
0 means no blur applied (default).
|
||||
|
||||
Reference in New Issue
Block a user