Advertisement
Guest User

mpv config

a guest
Jan 11th, 2022
742
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. -------------------------------------------------------------README------------------------------------------------------------------
  2. --Open Notepad
  3. --Type/paste the preferred configuration for mpv
  4. --Save the file as "mpv.conf"
  5. --[remember .txt shouldn't be there at the end of the file name while saving]
  6. --Save the config file in this location:-
  7. --C:\Users\Username\AppData\Roaming\mpv
  8. -------------------------------------------------------------------------------------------------------------------------------------
  9.  
  10. #Video
  11. #Starts mpv in fullscreen mode [To Exit fullscreen press esc or f key]
  12. --fullscreen
  13. #Displays file name instead of title name in On Screen Controller [OSC]
  14. script-opts='osc-title=${filename}'
  15.  
  16. #Hide Cursor in ms
  17. --cursor-autohide=200
  18.  
  19. #On Screen Display [OSD]
  20. #Don't show a huge volume box on screen when turning the volume up/down or while seeking.
  21. --osd-bar=no
  22. --osd-font-size=25
  23. --osd-font='Source Sans Pro'
  24. --osd-color='#CCFFFFFF'
  25. --osd-border-color='#DD322640'
  26.  
  27. #Audio
  28. --volume=100
  29. --volume-max=120
  30. #Audio language priority
  31. --alang=eng,en,enUS,en-US,English,jpn,jp,jap,Japanese
  32. #Load external audio with (almost) the same name as the video
  33. --audio-file-auto=fuzzy
  34.  
  35. #Subtitle
  36. --sub-visibility=yes
  37. --sub-font="Source Sans Pro Semibold"
  38. --sub-font-size=47
  39. --sub-color="#FFFFFFFF"
  40. --sub-border-color="#FF262626"
  41. --sub-border-size=3.2
  42. --sub-shadow-offset=1
  43. --sub-shadow-color="#33000000"
  44. --sub-spacing=0.5
  45. --sub-margin-y=70
  46. #Subtitle Language Priority
  47. --slang=eng,en,enUS,en-US,English
  48. #Load external subtitles with (almost) the same name as the video
  49. --sub-auto=fuzzy
  50.  
  51. #Screenshots [Saved in Desktop by Default]
  52. --screenshot-format=png
  53. --screenshot-jpeg-quality=100
  54. -------------------------------------------------------------------------------------------------------------------------------------
  55. -ADITYA K
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement