Advertisement
Guest User

Untitled

a guest
Jun 18th, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. # Video settings
  2. vo=opengl-hq:backend=dxinterop:deband:interpolation:tscale=oversample:prescale-downscaling-threshold=1.5:scale-antiring=1:cscale-antiring=1:user-shaders="~~/shaders/nnedi3-nns128-win8x6-all.hook":pbo:target-prim=bt.2020
  3. hwdec=auto-copy
  4. video-sync=display-resample
  5. video-output-levels=full
  6.  
  7. //script-opts=autospeed-nircmd=true,autospeed-osdkey=y,autospeed-dwidth=3840,autospeed-dheight=2160,autospeed-rates="48,50,60",autospeed-exitrate=60
  8.  
  9. # Audio settings
  10. ao=wasapi
  11. #audio-device=wasapi/{645a2aaa-ccc5-4b3a-98a2-03ab73941c68}
  12. audio-pitch-correction=no
  13. volume=56
  14. audio-channels=5.1
  15. alang=en,eng
  16. initial-audio-sync=yes
  17. softvol=yes
  18.  
  19. # Subtitle settings
  20. no-sub
  21. sub-text-font-size=40
  22. sub-text-shadow-offset=0
  23. sub-text-border-size=3.5
  24. sub-text-color="#ffffffff"
  25. sub-text-border-color="#ff000000"
  26. sub-text-font="Source Sans Pro"
  27. sub-use-margins=yes
  28.  
  29. # OSC settings
  30. script-opts=osc-layout=bottombar,osc-seekbarstyle=bar,osc-hidetimeout=1500, osc-minmousemove=1
  31.  
  32. # OSD settings
  33. osd-font="Source Sans Pro"
  34. osd-level=1
  35.  
  36. # Screenshot settings
  37. screenshot-format=png
  38.  
  39. # Window settings
  40. screen=1
  41. no-border
  42. autofit-smaller=80%x80%
  43. autofit-larger=90%x90%
  44.  
  45. # Miscellaneous settings
  46. priority=high
  47. ytdl-format=(bestvideo[vcodec=vp9][height<=?2160][fps<=?60]/bestvideo[vcodec=vp9][height<=?2160]/bestvideo[height<=?2160])+(bestaudio[acodec=opus]/bestaudio)
  48. save-position-on-quit
  49. cache=yes
  50. cache-file=TMP
  51. cache-file-size=12582912
  52. cache-default=4194304
  53. cache-backbuffer=750000
  54. cache-initial=0
  55. cache-secs=60
  56. force-window=immediate
  57.  
  58. # Unknown and custom settings
  59. demuxer-lavf-analyzeduration=10
  60. //script=~~/scripts/autospeedwin.lua
  61. script=~~/scripts/stats.lua
  62. //script=~~/scripts/mpv-nordlicht.lua
  63.  
  64. [extension.webm]
  65. save-position-on-quit=no
  66. loop-file=inf
  67.  
  68.  
  69.  
  70.  
  71. # Extensions - Do not add custom settings that are not extension related below this line.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement