From 8ab7a886d3a5503fedc39255a2c2982ce682db6d Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 24 Aug 2019 19:09:44 +0200 Subject: [PATCH] [style] keep font size and playback resolution constant --- src/ass_style.h | 2 +- src/libresrc/default_config.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ass_style.h b/src/ass_style.h index 55122c57a..c5181c057 100644 --- a/src/ass_style.h +++ b/src/ass_style.h @@ -41,7 +41,7 @@ class AssStyle final : public AssEntry, public AssEntryListHook { public: std::string name = "Default"; ///< Name of the style; must be case-insensitively unique within a file despite being case-sensitive std::string font = "Amaranth"; ///< Font face name - double fontsize = 80.; ///< Font size + double fontsize = 60.; ///< Font size agi::Color primary{ 255, 132, 0 }; ///< Default text color agi::Color secondary{ 255, 255, 255 }; ///< Text color for not-yet-reached karaoke syllables diff --git a/src/libresrc/default_config.json b/src/libresrc/default_config.json index dc7e6a190..6d34c5067 100644 --- a/src/libresrc/default_config.json +++ b/src/libresrc/default_config.json @@ -366,7 +366,7 @@ }, "Character Limit" : 40, "Default Resolution" : { - "Auto" : true, + "Auto" : false, "Height" : 720, "Width" : 1280 }, @@ -607,11 +607,11 @@ "Open Audio" : true, "Overscan Mask" : false, "Provider" : "ffmpegsource", - "Script Resolution Mismatch" : 1, + "Script Resolution Mismatch" : 0, "Slider" : { "Fast Jump Step" : 10, "Show Keyframes" : true }, "Subtitle Sync" : true } -} +} \ No newline at end of file