Advertisement
Guest User

Untitled

a guest
Aug 17th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. profile=pseudo-gui
  2.  
  3. ##################
  4. # Video settings #
  5. ##################
  6.  
  7. # Low settings
  8. # vo=opengl:deband
  9.  
  10. # Medium settings
  11. # vo=opengl-hq
  12.  
  13. # High settings
  14. # vo=opengl-hq:interpolation:scale=ewa_lanczossharp:cscale=ewa_lanczossoft
  15.  
  16. # Custom settings with debanding
  17. vo=opengl-hq:icc-profile-auto:scale=ewa_lanczossharp:cscale=ewa_lanczossoft:prescale=superxbr:source-shader=~/.config/mpv/deband.glsl
  18. video-sync=display-resample
  19.  
  20. hwdec=auto
  21. autofit-larger=90%x90%
  22.  
  23. #############################
  24. # Audio & Subtitle settings #
  25. #############################
  26.  
  27. audio-channels=2.0
  28. volume=100
  29. alang=ja,jpn,jp,Japanese,en,eng,English
  30. slang=en,eng,English
  31. ass-force-style=Kerning=yes
  32. ass-vsfilter-color-compat=no
  33. demuxer-mkv-subtitle-preroll
  34. sub-scale-by-window=yes
  35. sub-text-font-size=48
  36. ass-vsfilter-aspect-compat=no
  37. ass-use-margins
  38.  
  39. ##################
  40. # Subtitle style #
  41. ##################
  42.  
  43. sub-text-font='San Francisco Display Semibold'
  44. sub-text-color='#FFF'
  45. sub-text-border-size=1.8
  46. sub-text-border-color='#000000'
  47.  
  48. ########
  49. # Misc #
  50. ########
  51.  
  52. screenshot-format=png
  53. screenshot-png-compression=9
  54. screenshot-template='~/Desktop/%F %p'
  55.  
  56. ############
  57. # OSC rice #
  58. ############
  59.  
  60. script-opts=osc-layout=bottombar
  61. ontop
  62. force-window
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement