mpv: Use better subtitle settings

pull/52/head
Simon Bruder 2021-04-19 21:48:26 +02:00
parent 11affcf8cb
commit bcee4c3243
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 8 additions and 4 deletions

View File

@ -52,12 +52,16 @@ in
# Main application font
osd-font = "DINW07-Medium"; # not included in repository (unfree)
# Subtitles
sub-font = "Gandhi Sans"; # see osd-font
# Subtitles (adapted from https://github.com/LightArrowsEXE/dotfiles/blob/75973b6c8493368bbdee6e8e632964045fcf22ec/mpv/.config/mpv/mpv.conf#L76)
sub-bold = true;
sub-font-size = 44;
sub-border-color = "#ff000000";
sub-border-size = 2.4;
sub-color = "#ffffff";
sub-font = "Gandhi Sans"; # see osd-font
sub-font-size = 50;
sub-shadow-color = "#a0000000";
sub-shadow-offset = 0.75;
sub-use-margins = false;
sub-border-size = 2;
# Nicer looking vobsub/PGS subtitles
sub-gauss = 0.5;