Advertisement
Sushan99

mpv configs

May 24th, 2025 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.93 KB | Source Code | 0 0
  1. ## Language Priority
  2. # Sub
  3. # Add enm before eng for honorifics
  4. sub-auto=fuzzy
  5. slang=enm,eng,en,enUS,en-US,English
  6. alang=jpn,ja,jp,jap,Japanese
  7.  
  8. ## Restyle Subtitles
  9. # Set sub-ass-override to "no" as we only need to enable it for specific cases
  10. sub-ass-override=no
  11. sub-ass-style-overrides=playresx=1920,playresy=1080
  12. sub-font="Source Sans Pro SemiBold"
  13. sub-font-size=50
  14. sub-color="#FFFFFF"
  15. sub-border-size=2.4
  16. sub-border-color="#FF000000"
  17. sub-shadow-color="#A0000000"
  18. sub-shadow-offset=0.75
  19. sub-bold=yes
  20. sub-ass-style-overrides=Kerning=yes
  21. blend-subtitles=video
  22.  
  23. ## Auto profiles
  24. [crunchyroll]
  25. profile-cond=filename:match("SubsPlease") or filename:match("Erai%-raws")
  26. profile-restore=copy
  27. sub-ass-vsfilter-blur-compat=no
  28. deband=yes
  29.  
  30. [simulcast]
  31. profile-cond=filename:match("Tsundere%-Raws") or filename:match("%-VARYG") or filename:match("HorribleSubs") or filename:match("SubsPlus%+")
  32. profile-restore=copy
  33. deband=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement