Advertisement
Guest User

Untitled

a guest
Sep 7th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1. screenshot-directory=E:\Screenshots
  2. screenshot-template=E:\Screenshots\%f_%p
  3.  
  4. # Rico's mpv configuration file for ceylon
  5. # Optimized for watching anime, using JINC scaling filter (ewa_lanczos)
  6. ###########
  7. # General #
  8. ###########
  9. save-position-on-quit
  10. msg-module # prepend module name to log messages
  11. msg-color # color log messages on terminal
  12. term-osd-bar # display a progress bar on the terminal
  13. keep-open=yes # play the next file in folder, or exit
  14. autofit-larger=70%x65% # resize window in case it's larger than W%xH% of the screen
  15. deinterlace=auto # 'auto' does not imply interlacing-detection
  16. cursor-autohide-fs-only # don't autohide the cursor in window mode, only fullscreen
  17. cursor-autohide=1000 # autohide the curser after 1s
  18. script-opts=osc-layout=box,osc-seekbarstyle=bar
  19. video-output-levels=full
  20. hls-bitrate=max # use max quality for HLS streams
  21.  
  22. #########
  23. # Cache #
  24. #########
  25. cache=yes
  26. cache-default=1000000 # size in KB
  27. cache-backbuffer=1000000 # size in KB
  28. cache-initial=0 # start playback when your cache is filled up with x kB
  29. cache-secs=12
  30. audio-file-auto=fuzzy # external audio doesn't has to match the file name exactly to autoload
  31. audio-pitch-correction=yes # automatically insert scaletempo when playing with higher speed
  32. volume-max=200 # maximum volume in %, everything above 100 results in amplification
  33. volume=100 # default volume, 100 = unchanged
  34.  
  35.  
  36. #############
  37. # OSD / OSC #
  38. #############
  39. osd-level=1 # enable osd and display --osd-status-msg on interaction
  40. osd-duration=2500 # hide the osd after x ms
  41. osd-status-msg='${time-pos} / ${duration}${?percent-pos: (${percent-pos}%)}${?frame-drop-count:${!frame-drop-count==0: Dropped: ${frame-drop-count}}}\n${?chapter:Chapter: ${chapter}}'
  42. osd-font='Source Sans Pro'
  43. osd-font-size=70
  44. osd-color='#CCFFFFFF' # ARGB format
  45. osd-border-color='#DD322640' # ARGB format
  46. osd-shadow-offset=1 # pixel width for osd text and progress bar
  47. osd-bar-align-y=0 # progress bar y alignment (-1 top, 0 centered, 1 bottom)
  48. osd-border-size=2 # size for osd text and progress bar
  49. osd-bar-h=2 # height of osd bar as a fractional percentage of your screen height
  50. osd-bar-w=60 # width of " " "
  51.  
  52.  
  53. #########
  54. # Audio #
  55. #########
  56.  
  57. audio-file-auto=fuzzy # external audio doesn't has to match the file name exactly to autoload
  58. audio-pitch-correction=yes # automatically insert scaletempo when playing with higher speed
  59. volume-max=200 # maximum volume in %, everything above 100 results in amplification
  60. volume=100 # default volume, 100 = unchanged
  61.  
  62.  
  63. ################
  64. # Video Output #
  65. ################
  66. vo=opengl-hq
  67. profile=opengl-hq
  68. opengl-early-flush=yes
  69. opengl-pbo=no
  70. target-trc=gamma2.2
  71. gamma=-6
  72. saturation=26
  73. tv-saturation=26
  74. keep-open=yes
  75. cursor-autohide=1000 # autohide the curser after 1s
  76.  
  77.  
  78. #################
  79. # Interpolation # [<sharp>, ..., <smooth>]
  80. ################# [oversample, linear (triangle), catmull_rom, mitchell, gaussian, bicubic]
  81. interpolation
  82. interpolation-threshold=0.001
  83. tscale=oversample
  84. tscale-antiring=0.7
  85. video-sync=display-resample
  86.  
  87.  
  88. ############# #see: https://github.com/mpv-player/mpv/wiki/Upscaling#
  89. # Upscaling #
  90. #############
  91. # [bilinear, lanczos, mitchell, spline16, spline36, spline64, ewa_lanczos (:scale-radius=float),
  92. # ewa_lanczossharp, ewa_lanczossoft, robidoux, robidouxsharp, ewa_ginseng, ewa_hanning, bicubic,
  93. # gaussian, catmull_rom, nearest, oversample, sharpen3, sharpen5, sinc:scale-radius=R]
  94. scale=spline36
  95. cscale=bicubic #ewa_lanczossoft
  96. cscale-radius=10
  97. dscale=catmull_rom
  98. scale-antiring=0.0
  99. cscale-antiring=0.0
  100. dither-depth=auto
  101. correct-downscaling=yes
  102. sigmoid-upscaling=yes
  103. deband=yes
  104. hwdec=auto
  105. # Active VOs (and some other options) are set conditionally
  106. # See here for more information: https://github.com/wm4/mpv-scripts/blob/master/auto-profiles.lua
  107. # The script was modified to import functions from scripts/auto-profiles-functions.lua
  108.  
  109.  
  110. ###################################
  111. # Protocol Specific Configuration #
  112. ###################################
  113.  
  114. [protocol.https]
  115. cache=yes
  116. cache-default=500000 # size in KB
  117. cache-backbuffer=250000 # size in KB
  118. cache-secs=100 # how many seconds of audio/video to prefetch
  119. user-agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'
  120. [protocol.http]
  121. cache=yes
  122. cache-default=500000 # size in KB
  123. cache-backbuffer=250000 # size in KB
  124. cache-secs=100 # how many seconds of audio/video to prefetch
  125. user-agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'
  126. [extension.gif]
  127. cache=no
  128. no-pause
  129. loop-file=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement