Advertisement
0re5ama

mpv.conf

Aug 24th, 2016
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. ##################
  2. # video settings #
  3. ##################
  4.  
  5. # Specify default video driver (see --vo=help for a list).
  6. vo=opengl-hq:backend=x11:icc-profile-auto:temporal-dither:scaler-resizes-only:blend-subtitles
  7. hwdec=vaapi
  8. video-sync=display-resample
  9.  
  10. audio-channels=stereo
  11.  
  12. # force starting with centered window
  13. geometry=50%:50%
  14.  
  15. # don't allow a new window to have a size larger than 90% of the screen size
  16. autofit-larger=90%x90%
  17. loop-file=inf
  18. pause
  19. mute
  20.  
  21. ##################
  22. # audio settings #
  23. ##################
  24.  
  25. softvol=yes
  26. softvol-max=200
  27.  
  28. audio-channels=2
  29.  
  30. ##################
  31. # other settings #
  32. ##################
  33. # Window title
  34. title="${path}"
  35.  
  36. #ytdl=yes
  37. #save-position-on-quit
  38. keep-open
  39.  
  40. #video-unscaled
  41. #video-zoom=<value>
  42.  
  43. #############
  44. # Subtitles #
  45. #############
  46.  
  47. sub-text-font="Source Sans Pro Semibold"
  48. sub-text-font-size=50
  49. sub-text-margin-y=30
  50. sub-text-color="#FFFFFFFF"
  51. sub-text-border-color="#FF262626"
  52. sub-text-border-size=3.2
  53. sub-text-shadow-offset=1
  54. sub-text-shadow-color="#33000000"
  55. sub-text-spacing=0.5
  56.  
  57. #############
  58. # OSD Rice #
  59. #############
  60.  
  61. #script-opts=osc-layout=bottombar,osc-seekbarstyle=bar
  62.  
  63. #osd-playing-msg='${filename}'
  64. #osd-duration=2000
  65. #osd-font="Source Sans Pro Semibold"
  66. #osd-font-size=35
  67. #osd-color="#ffffffff"
  68. #osd-border-color="#ff262626"
  69. #osd-border-size=2
  70. #osd-shadow-offset=1
  71. #osd-shadow-color="#33000000"
  72. #osd-scale-by-window=yes
  73.  
  74. # Webm
  75. [extension.webm]
  76. loop-file=inf
  77.  
  78. # GIF
  79. [extension.gif]
  80. loop-file=inf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement