diff --git a/etc/builtin.conf b/etc/builtin.conf index ec0a485a9c..6108cc71d5 100644 --- a/etc/builtin.conf +++ b/etc/builtin.conf @@ -77,3 +77,23 @@ sws-scaler=bilinear sws-fast=yes zimg-scaler=bilinear 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