mirror of https://github.com/mpv-player/mpv
etc/builtin.conf: add osd-box/sub-box/box profiles
This commit is contained in:
parent
45c1c58680
commit
638ada18f8
|
@ -77,3 +77,23 @@ sws-scaler=bilinear
|
||||||
sws-fast=yes
|
sws-fast=yes
|
||||||
zimg-scaler=bilinear
|
zimg-scaler=bilinear
|
||||||
zimg-dither=no
|
zimg-dither=no
|
||||||
|
|
||||||
|
[osd-box]
|
||||||
|
osd-back-color="#AF000000"
|
||||||
|
osd-border-style=background-box
|
||||||
|
osd-outline-size=0
|
||||||
|
osd-shadow-offset=4
|
||||||
|
script-opt=console-border_size=0
|
||||||
|
script-opt=stats-border_size=0
|
||||||
|
script-opt=stats-shadow_x_offset=4
|
||||||
|
script-opt=stats-shadow_y_offset=4
|
||||||
|
|
||||||
|
[sub-box]
|
||||||
|
sub-back-color="#AF000000"
|
||||||
|
sub-border-style=background-box
|
||||||
|
sub-outline-size=0
|
||||||
|
sub-shadow-offset=4
|
||||||
|
|
||||||
|
[box]
|
||||||
|
profile=osd-box
|
||||||
|
profile=sub-box
|
||||||
|
|
Loading…
Reference in New Issue