Guest User

mpv.conf

a guest
Dec 17th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. profile = gpu-hq
  2. scale = ewa_lanczossharp
  3. cscale = mitchell
  4. dscale = mitchell
  5.  
  6. correct-downscaling = yes
  7. linear-downscaling = yes
  8. sigmoid-upscaling = yes
  9.  
  10. #fbo-format=rgba16hf
  11. #target-trc=srgb
  12. #gamma-factor=0.9
  13.  
  14. cursor-autohide=1000
  15. osd-bar=no
  16. osd-font-size=32
  17. volume=100
  18. volume-max=100
  19. gamut-clipping=no
  20. hdr-compute-peak=no
  21. fullscreen = yes
  22. save-position-on-quit
  23.  
  24. sub-auto=fuzzy
  25. sub-font='Arial'
  26. sub-font-size=30
  27. sub-border-size=1
  28. sub-shadow-color=0.0/0.0/0.0/0.50
  29. sub-shadow-offset=2
  30. fullscreen = yes
  31. save-position-on-quit
  32.  
  33. ##########
  34. # Dither #
  35. ##########
  36.  
  37. dither-depth = auto
  38. temporal-dither = yes
  39. #dither = error-diffusion
  40. #error-diffusion=
  41.  
  42. #############
  43. # Debanding #
  44. #############
  45.  
  46. deband = yes # enabled by default but disabled for 4K videos, below
  47. deband-iterations = 4 # deband steps
  48. deband-threshold = 20 # deband strength
  49. deband-range = 16 # deband range
  50. deband-grain = 0 # dynamic grain: set to "0" if using the static grain shader
  51.  
  52.  
  53. #############
  54. # Subtitles #
  55. #############
  56.  
  57. #blend-subtitles = yes
  58.  
  59.  
  60. ################
  61. # Anti-Ringing #
  62. ################
  63.  
  64. scale-antiring = 0.7 # luma upscale deringing
  65. dscale-antiring = 0.7 # luma downscale deringing
  66. cscale-antiring = 0.7 # chroma upscale deringing
  67.  
  68.  
  69. #############################################################
  70. # Upscaling & Processing Based on Source Video's Resolution #
  71. #############################################################
  72.  
  73. #glsl-shaders-clr
  74. glsl-shaders = "C:\Users\derp\AppData\Local\Plex HTPC\shaders\FSRCNNX_x2_8-0-4-1.glsl"
  75. scale=ewa_lanczos
  76. # luma downscaling
  77. glsl-shaders-append = "C:\Users\derp\AppData\Local\Plex HTPC\shaders\SSimDownscaler.glsl"
  78. dscale=mitchell
  79. linear-downscaling=no
  80. # chroma upscaling and downscaling
  81. glsl-shaders-append = "C:\Users\derp\AppData\Local\Plex HTPC\shaders\KrigBilateral.glsl"
  82. cscale = mitchell
  83. sigmoid-upscaling = yes
  84. glsl-shaders-append = "C:\Users\derp\AppData\Local\Plex HTPC\shaders\adaptive-sharpen.glsl"
  85.  
  86. #Shaders Download: https://gist.github.com/igv , https://github.com/igv/FSRCNN-TensorFlow/releases/tag/1.1
Advertisement
Add Comment
Please, Sign In to add comment