Skip to content

Commit

Permalink
Changed subtitles font and size
Browse files Browse the repository at this point in the history
  • Loading branch information
noelsimbolon committed Feb 17, 2022
1 parent fcf88be commit 3885398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mpv.conf
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ volume-max=200 # Max volume of the player
# ========== SUBTITLES ==========

demuxer-mkv-subtitle-preroll=yes # https://mpv.io/manual/stable/#options-mkv-subtitle-preroll
sub-ass-vsfilter-blur-compat=no # https://mpv.io/manual/stable/#options-sub-ass-vsfilter-aspect-compatv
sub-ass-vsfilter-blur-compat=no # https://mpv.io/manual/stable/#options-sub-ass-vsfilter-aspect-compat
sub-fix-timing=no # https://mpv.io/manual/stable/#options-sub-fix-timing
sub-auto=fuzzy # https://mpv.io/manual/stable/#options-no-sub-auto
# Load all subs containing the media filename

# The following options only apply to subtitles without own styling (i.e. not ASS but e.g. SRT)
sub-font='Andika New Basic Bold' # Specify font to use for subtitles that do not themselves specify a particular font
sub-font-size=36
sub-font='NetflixSans-Medium' # Specify font to use for subtitles that do not themselves specify a particular font
sub-font-size=40
sub-color='#FFFFFFFF'
sub-border-color='#FF000000'
sub-border-size=2.0
Expand Down

0 comments on commit 3885398

Please sign in to comment.