Advertisement
Guest User

MPV config

a guest
Jun 14th, 2025
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. ###########
  2. # GPU API #
  3. ###########
  4. gpu-api=vulkan
  5. gpu-context=winvk
  6.  
  7. ##########
  8. # Player #
  9. ##########
  10. hr-seek-framedrop=no
  11. border=no
  12. msg-color=yes
  13. msg-module=yes
  14. keep-open=yes
  15. autofit=70%x70%
  16. cursor-autohide=1000
  17. save-position-on-quit=yes
  18. start=paused
  19.  
  20. hwdec=nvdec-copy
  21. vo=gpu-next
  22. profile=gpu-hq
  23. dither-depth=auto
  24.  
  25. ###############
  26. # Screenshots #
  27. ###############
  28. screenshot-template="%x\Screens\Screenshot-%F-T%wH.%wM.%wS.%wT-F%{estimated-frame-number}"
  29. screenshot-format=png
  30. screenshot-png-compression=4
  31. screenshot-tag-colorspace=yes
  32. screenshot-high-bit-depth=yes
  33.  
  34. ###########
  35. # OSC/OSD #
  36. ###########
  37. osc=no
  38. osd-bar=yes
  39. osd-font='Inter Tight Medium'
  40. osd-font-size=30
  41. osd-color='#CCFFFFFF'
  42. osd-border-color='#DD322640'
  43. osd-bar-align-y=-1
  44. osd-border-size=2
  45. osd-bar-h=1
  46. osd-bar-w=60
  47.  
  48. ########
  49. # Subs #
  50. ########
  51. blend-subtitles=yes
  52. sub-ass-vsfilter-blur-compat=yes
  53. sub-ass-scale-with-window=no
  54. sub-auto=fuzzy
  55. sub-file-paths-append=ass
  56. sub-file-paths-append=srt
  57. sub-file-paths-append=sub
  58. sub-file-paths-append=subs
  59. sub-file-paths-append=subtitles
  60. demuxer-mkv-subtitle-preroll=yes
  61. embeddedfonts=yes
  62. sub-fix-timing=no
  63.  
  64.  
  65. sub-font=Open Sans SemiBold
  66. sub-font-size=46
  67. sub-blur=0.3
  68. sub-border-color=0.0/0.0/0.0/0.8
  69. sub-border-size=3.2
  70. sub-color=0.9/0.9/0.9/1.0
  71. sub-margin-x=100
  72. sub-margin-y=50
  73. sub-shadow-color=0.0/0.0/0.0/0.25
  74. sub-shadow-offset=0
  75.  
  76. #########
  77. # Audio #
  78. #########
  79. volume-max=200
  80. audio-stream-silence
  81. audio-file-auto=fuzzy
  82. audio-pitch-correction=yes
  83. alang=es,spa
  84. slang=es,spa
  85.  
  86. #####################
  87. # Procesado de Vídeo #
  88. #####################
  89.  
  90. glsl-shaders="~~/shaders/KrigBilateral.glsl;~~/shaders/FSRCNNX_x2_16-0-4-1.glsl;~~/shaders/FSR.glsl"
  91.  
  92. fsr-sharpness=0.5 # Nitidez para AMD FSR (0.0 = máximo, 2.0 = mínimo).
  93. scale=ewa_lanczossharp
  94. cscale=ewa_lanczossharp
  95. dscale=mitchell
  96.  
  97. # Debanding
  98. deband=yes
  99. deband-iterations=1
  100. deband-threshold=45
  101. deband-range=16
  102. deband-grain=8
  103.  
  104. # Interpolation
  105. video-sync=display-resample
  106. interpolation=yes
  107. tscale=rubberband
  108.  
  109. tone-mapping=mobius
  110.  
  111. ############
  112. # Playback #
  113. ############
  114. deinterlace=no
  115.  
  116. [protocol.http]
  117. hls-bitrate=max
  118. cache=yes
  119. no-cache-pause
  120.  
  121. [protocol.https]
  122. profile=protocol.http
  123.  
  124. [protocol.ytdl]
  125. profile=protocol.http
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement