Advertisement
eXmendiC

mpv.conf (edited)

Aug 25th, 2018
10,136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. ###Config by###
  2. ##https://iamscum.wordpress.com/guides/videoplayback-guide/mpv-conf/
  3.  
  4. ###General###
  5. profile=gpu-hq
  6. gpu-api=vulkan
  7.  
  8. ###Tweaks###
  9. cursor-autohide=100
  10. keep-open=yes
  11.  
  12. ###Priority###
  13. #slang=gem,ger,gmh,eng,enm
  14. #alang=ger,jpn,eng,enm
  15.  
  16. ###Audio###
  17. volume-max=120
  18. audio-file-auto=fuzzy
  19.  
  20. ###Subs###
  21. demuxer-mkv-subtitle-preroll=yes
  22. sub-ass-vsfilter-blur-compat=no
  23. sub-fix-timing=no
  24. sub-auto=fuzzy
  25. sub-gauss=0.2
  26. sub-font=Andika New Basic Bold
  27. sub-font-size=52
  28. sub-blur=0.2
  29. sub-border-color=0.0/0.0/0.0/1.0
  30. sub-border-size=3.0
  31. sub-color=1.0/1.0/1.0/1.0
  32. sub-margin-x=100
  33. sub-margin-y=50
  34. sub-shadow-color=0.0/0.0/0.0/0.25
  35. sub-shadow-offset=0
  36.  
  37. ###Screenshot###
  38. screenshot-format=jpg
  39. screenshot-high-bit-depth=no
  40. screenshot-png-compression=1
  41. screenshot-jpeg-quality=90
  42. screenshot-directory="C:\Users\eXmendiC\Desktop"
  43. screenshot-template="SPOILER_%f-%wH.%wM.%wS.%wT"
  44.  
  45. ###Dither###
  46. dither-depth=auto
  47. dither=fruit
  48.  
  49. ###Deband###
  50. deband=no
  51. deband-iterations=4
  52. deband-threshold=50
  53. deband-range=16
  54. deband-grain=0
  55.  
  56. ###Grain & Resizer###
  57. glsl-shader="C:\mpv\Shaders\noise_static_luma.hook"
  58. glsl-shader="C:\mpv\Shaders\ravu-r4.hook"
  59. glsl-shader="C:\mpv\Shaders\ravu-r4.hook"
  60. fbo-format=rgba16hf
  61. no-scaler-resizes-only
  62.  
  63. ###Resizer###
  64. scale=ewa_lanczossharp
  65. dscale=catmull_rom
  66. cscale=sinc
  67. cscale-window=blackman
  68. cscale-radius=3
  69.  
  70. ###Interpolation###
  71. blend-subtitles=yes
  72. video-sync=display-resample
  73. interpolation=yes
  74. tscale=box
  75. tscale-window=sphinx
  76. tscale-radius=1.0
  77. tscale-clamp=0.0
  78.  
  79. ###Profiles###
  80. [AoD]
  81. profile-desc=cond:string.match(p.filename, "%[1080p%+%]")~=nil
  82. deband=no
  83.  
  84. [WebDL]
  85. profile-desc=cond:string.match(p.filename, "%[Web%-DL%]")~=nil
  86. deband=yes
  87.  
  88. [HorribleSubs]
  89. profile-desc=cond:string.match(p.filename, "HorribleSubs")~=nil
  90. deband=yes
  91.  
  92. [EraiRaws]
  93. profile-desc=cond:string.match(p.filename, "Erai%-raws")~=nil
  94. deband=yes
  95.  
  96. [Legacy1]
  97. profile-desc=cond:string.match(p.filename, "1080p.WebRip")~=nil
  98. deband=yes
  99.  
  100. [Legacy2]
  101. profile-desc=cond:string.match(p.filename, "1080p.Web%-DL")~=nil
  102. deband=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement