diff options
author | Adam M. Stück <adam@adast.xyz> | 2023-02-03 23:35:48 +0100 |
---|---|---|
committer | Adam M. Stück <adam@adast.xyz> | 2023-02-03 23:35:48 +0100 |
commit | 6db2111e2d0ef2790baafd8478511144ca86d0a2 (patch) | |
tree | dd14c5256052c912224a98be6d5fcd15304b7ce8 | |
parent | df4ce12ed57c4921715c32175baa9f82d297c090 (diff) |
mpv: auto subtitles with nice yellow aesthetic
-rw-r--r-- | .config/mpv/mpv.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index c30d948..5193c2d 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,8 +1,13 @@ volume=50 hwdec=auto-safe -sub-auto=fuzzy +sub-auto=all sub-file-paths=sub:subtitles:subs:Subs +sub-font='Arial Regular' +sub-color='#fcf44d' +sub-shadow-color='#000000' +sub-border-size=1 +sub-shadow-offset=1 ytdl-format="bv[height<=?1080]+ba/b[height<=?1080]" ytdl-raw-options=ignore-config=,sub-format=en,write-sub= |