Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. ############################
  2. # Quality related settings #
  3. ############################
  4.  
  5. load-scripts=yes
  6.  
  7. # Backend related settings
  8. #vo=opengl
  9. hwdec=cuda
  10. profile=opengl-hq
  11. opengl-backend=angle
  12.  
  13. # High-quality scale settings, can be disabled for performance
  14. scale=ewa_lanczossharp
  15. cscale=ewa_lanczossoft
  16.  
  17. # Interpolation (a.k.a. smoothmotion) related settings
  18. interpolation
  19. tscale=catmull_rom # $ mpv tscale=help for possible options
  20. temporal-dither
  21. video-sync=display-resample
  22.  
  23. # Color correction related
  24. target-prim=bt.709
  25. target-trc=bt.1886
  26. gamma-auto
  27. icc-profile-auto
  28.  
  29. # Misc
  30. blend-subtitles
  31.  
  32. layout=bottombar
  33. seekbarstyle=bar
  34.  
  35. #################################
  36. # File extensions #
  37. #################################
  38.  
  39. keep-open=yes
  40. [extension.webm]
  41. loop-file=inf
  42. [extension.gif]
  43. loop-file=inf
  44. [extension.mkv]
  45. loop-file=inf
  46.  
  47.  
  48. #########################################
  49. # Misc settings, not related to quality #
  50. #########################################
  51.  
  52. # Enable exclusive mode from WASAPI. By definition prevents sound playback of any other program.
  53. # until mpv exits.
  54. # ao=wasapi:exclusive
  55.  
  56.  
  57. # Reduce default OSD size, the defaults are too big.
  58. osd-font-size=14
  59. osd-duration=500
  60.  
  61.  
  62. # Display time elapsed and playtime in the top left corner
  63. osd-level=1
  64.  
  65. # Default sub/audio lang.
  66. slang=enUS,en,eng,ptBR,pt
  67. alang=jp,jpn,enUS,en,eng,ptBR,pt
  68.  
  69. # For mintty, \r support seems broken.
  70. quiet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement