Advertisement
Guest User

mpv conf

a guest
Jan 5th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. ## GENERAL ##
  2. priority=high
  3. keep-open=yes
  4. geometry=50%:50%
  5. autofit-larger=100%x95%
  6. stop-screensaver
  7. title="${media-title}"
  8. screenshot-template="%F-%wHh%wMm%wSs%wTt"
  9. screenshot-tag-colorspace=no
  10. screenshot-format=png
  11. screenshot-png-compression=7
  12. save-position-on-quit=yes
  13.  
  14. ## VIDEO ##
  15. profile=gpu-hq
  16. hwdec=auto-copy
  17. target-prim=auto
  18. target-trc=auto
  19. interpolation
  20. video-sync=display-resample
  21. framedrop=vo
  22. deband
  23. deband-grain=80
  24. dither-depth=8
  25. scaler-resizes-only
  26. sigmoid-upscaling
  27. scale=spline36
  28. scale-antiring=1
  29. cscale=ewa_lanczossoft
  30. cscale-antiring=1
  31. dscale=mitchell
  32. dscale-antiring=1
  33. tscale=mitchell
  34. tscale-antiring=1
  35.  
  36. ## AUDIO ##
  37. ao=wasapi
  38. audio-file-auto=fuzzy
  39. audio-channels=auto
  40. volume-max=150
  41. audio-normalize-downmix=yes
  42. audio-pitch-correction=yes
  43.  
  44. ## SUBTITLES ##
  45. slang=ru,rus,Russian
  46. sub-auto=fuzzy
  47. sub-pos=95
  48. sub-fix-timing=yes
  49. sub-use-margins
  50. blend-subtitles=yes
  51. sub-font-size=24
  52. sub-color="#FFFFFFFF"
  53. sub-border-size=2
  54. sub-border-color="#000000"
  55. sub-shadow-color="#000000"
  56. sub-shadow-offset=1.25
  57. sub-ass
  58. sub-ass-override=force
  59. sub-ass-force-margins=yes
  60. sub-ass-hinting=none
  61. sub-ass-force-style=Kerning=yes
  62.  
  63. ## STREAM ##
  64. demuxer-thread=no
  65. demuxer-lavf-buffersize=32768
  66. demuxer-readahead-secs=5.0
  67. demuxer-mkv-subtitle-preroll
  68. ytdl=yes
  69. ytdl-format=bestvideo[ext=mp4][width<=1920][height<=1080]+bestaudio[ext=m4a]/best[ext=mp4]/best
  70. cache=auto
  71.  
  72. ## OSC ##
  73. osc=no
  74.  
  75. ## OSD ##
  76. video-osd=yes
  77. osd-fractions=yes
  78. osd-duration=1500
  79. osd-level=1
  80. osd-font="Segoe UI"
  81. osd-font-size=60
  82. osd-color="#FFFFFFFF"
  83. osd-border-size=1
  84. osd-border-color="#FF262626"
  85. osd-shadow-color="#33262626"
  86. osd-shadow-offset=1.25
  87.  
  88. ## EXTENSIONS ##
  89. [extension.webm]
  90. cache=no
  91. loop-file=inf
  92. [extension.gif]
  93. cache=no
  94. loop-file=inf
  95. [extension.jpg]
  96. cache=no
  97. pause
  98. [extension.png]
  99. cache=no
  100. pause
  101.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement