Advertisement
Guest User

mpv.conf

a guest
Feb 21st, 2025
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | Source Code | 0 0
  1. #mpv configuration file
  2.  
  3.  
  4. ### Profile ###
  5.  
  6. include="~~/profiles.conf"
  7.  
  8.  
  9. profile=fast
  10.  
  11. scale=bilinear
  12. dscale=bilinear
  13. cscale=bilinear
  14.  
  15. vo=gpu
  16. gpu-api=auto
  17. hwdec=auto-safe
  18. video-crop=0x0+0+0
  19.  
  20. container-fps-override=60
  21.  
  22.  
  23. #sub-font=Montara Gothic
  24. sub-font-size=50
  25. sub-scale=1.25
  26. sub-pos=100
  27. blend-subtitles=yes
  28. sub-ass-override=scale
  29.  
  30. video-sync=display-resample
  31. interpolation=yes
  32. tscale=linear
  33. tscale-blur=0.8 #1.2
  34. tscale-radius=2.0
  35. interpolation-preserve=no
  36.  
  37.  
  38. dither-depth=auto
  39. slang=id,idn
  40. alang=id,idn,ja,jp,jpn,jap,Japanese,en,eng,English
  41. autocreate-playlist=same
  42.  
  43. keep-open=yes
  44.  
  45.  
  46. volume=130
  47. volume-max=200
  48. audio-exclusive=yes
  49. audio-channels=stereo,5.1,7.1
  50. audio-buffer=0.5
  51.  
  52. watch-later-options=sub-ass-override,vf,af,,sid,contrast,brightness,gamma,saturation,hue,audio,sub,audio-delay,speed, sub-pos,sub-scale,sub-delay,start,sub-files,sub-auto,sub-speed,sub-visibility,volume,hwdec
  53. write-filename-in-watch-later-config
  54. ignore-path-in-watch-later-config
  55.  
  56.  
  57.  
  58.  
  59. #sub-fonts-dir='/storage/emulated/0/Mpv/Fonts'
  60.  
  61.  
  62. log-file=/storage/emulated/0/Mpv/Log/info.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement