From e296e2d44d202b04498a66066056a17867b0257d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 8 Mar 2022 13:03:57 -0500 Subject: [PATCH] mpv: Add subtitle settings Now subtitles in mpv are easier to use and look nicer overall. --- mpv/.config/mpv/mpv.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 6cf1136a..730f4a20 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -27,3 +27,16 @@ video-sync=display-resample # Improve motion interpolation tscale=oversample + +############################### +# Subtitle settings +############################### + +# Find subs without having to name things exactly +sub-auto=fuzzy + +# Use an easy-to-read font for subtitles +sub-font=Noto Sans CJK JP Medium + +# Increase the visual spacing between characters with blur +sub-blur=10