Skip to content

Instantly share code, notes, and snippets.

@Linda-chan
Created January 14, 2019 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Linda-chan/fd82d90f6726bc1fba24417206c64339 to your computer and use it in GitHub Desktop.
Save Linda-chan/fd82d90f6726bc1fba24417206c64339 to your computer and use it in GitHub Desktop.
mpv player config
screenshot-format=png
# Windows
screenshot-template=Z:\Screenshots\%f_snapshot_%wH.%wM.%wS_[%tY.%tm.%td_%tH.%tM.%tS]
# Linux
#screenshot-template=~/ScreenShots/%f_snapshot_%wH.%wM.%wS_[%tY.%tm.%td_%tH.%tM.%tS]
volume=0
#no-audio
save-position-on-quit=yes
osd-font='Comic Sans MS'
osd-bold=yes
osd-font-size=45
osd-color='#00FFFF'
osd-border-color='#000000'
osd-border-size=2.5
osd-shadow-color='#80000000'
osd-shadow-offset=5
osd-margin-x=25
osd-margin-y=10
sub-auto=fuzzy
sub-codepage=utf8:windows-1251
# Old mpv settings...
sub-text-font='Comic Sans MS'
sub-text-bold=yes
sub-text-font-size=55
sub-text-color='#FFFF00'
sub-text-border-color='#000000'
sub-text-border-size=2.5
sub-text-shadow-color='#80000000'
sub-text-shadow-offset=5
sub-text-margin-x=25
sub-text-margin-y=30
# New mpv settings...
#sub-font='Comic Sans MS'
#sub-bold=yes
#sub-font-size=55
#sub-color='#FFFF00'
#sub-border-color='#000000'
#sub-border-size=2.5
#sub-shadow-color='#80000000'
#sub-shadow-offset=5
#sub-margin-x=25
#sub-margin-y=30
# Windows...
vo=direct3d_shaders
ao=dsound
# Windows...
sub-paths=Eng;Rus;Eng Subs;Rus Subs;Eng.subs;Rus.subs;Eng.sub;Rus.sub;Subs;Subtitles;sub;sub/ass;sub/srt;subs;subs/ass;subs/srt
# Linux
#sub-paths=Eng:Rus:Eng Subs:Rus Subs:Eng.subs:Rus.subs:Eng.sub:Rus.sub:Subs:Subtitles:sub:sub/ass:sub/srt:subs:subs/ass:subs/srt:Eng subs:Rus subs:Eng.Subs:Rus.Subs:Eng.Sub:Rus.Sub:eng:rus:eng subs:rus subs:eng.subs:rus.subs:eng.sub:rus.sub:subs:subtitles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment