mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
mpv: Add subtitle settings
Now subtitles in mpv are easier to use and look nicer overall.
This commit is contained in:
parent
4a58768b9e
commit
e296e2d44d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user