From 6f958be3253ed002251039be9863c130f8d443e1 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Thu, 23 Oct 2014 14:29:16 +0200 Subject: osd: slightly change default style Wider vertical margins, slightly thicker border and larger font size should be an improvement. --- DOCS/man/options.rst | 6 +++--- sub/osd.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index b5f87f12e3..a00bcd1a58 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2295,7 +2295,7 @@ OSD height: if the window height is larger or smaller than 720, the actual size of the text increases or decreases as well. - Default: 45. + Default: 55. ``--osd-msg1=`` Show this string as message on OSD with OSD level 1 (visible by default). @@ -2369,7 +2369,7 @@ OSD Size of the OSD/sub font border in scaled pixels (see ``--osd-font-size`` for details). A value of 0 disables borders. - Default: 2.5. + Default: 3. ``--osd-color=``, ``--sub-text-color=`` Specify the color used for OSD/unstyled text subtitles. @@ -2427,7 +2427,7 @@ OSD for unstyled text subtitles. If you just want to raise the vertical subtitle position, use ``--sub-pos``. - Default: 10. + Default: 22. ``--osd-scale=`` OSD font size multiplier, multiplied with ``--osd-font-size`` value. diff --git a/sub/osd.c b/sub/osd.c index 995908222b..8eac7feb03 100644 --- a/sub/osd.c +++ b/sub/osd.c @@ -43,14 +43,14 @@ static const struct osd_style_opts osd_style_opts_def = { .font = "sans-serif", - .font_size = 45, + .font_size = 55, .color = {255, 255, 255, 255}, .border_color = {0, 0, 0, 255}, .shadow_color = {240, 240, 240, 128}, - .border_size = 2.5, + .border_size = 3, .shadow_offset = 0, .margin_x = 25, - .margin_y = 10, + .margin_y = 22, }; #define OPT_BASE_STRUCT struct osd_style_opts -- cgit v1.2.3