Advertisement
Guest User

Untitled

a guest
Jul 18th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. # Video settings
  2.  
  3. vo=opengl-hq:backend=dxinterop:linear-scaling:interpolation:tscale=oversample:scale=ewa_lanczossharp:cscale=ewa_lanczossoft:dscale=ewa_lanczossharp
  4.  
  5. #vo=opengl-hq:backend=dxinterop:interpolation:tscale=oversample:user-shaders="~~/shaders/faux-HDR.glsl":
  6.  
  7. #vo=opengl-hq:interpolation:tscale=oversample:user-shaders="~~/shaders/SSimSuperRes.glsl":scale=ewa_lanczos:backend=angle:
  8.  
  9. #Additional Video Settings
  10. video-sync=display-resample
  11. ytdl-format=bestvideo+bestaudio/best
  12. hwdec=no
  13.  
  14. # Audio settings
  15. volume=50
  16. audio-channels=stereo
  17. audio-normalize-downmix=yes
  18. volume-max=150
  19. alang=Japan,jpn,jp
  20. #af=volume=5 #ups the voume higher than default
  21. #audio-device=wasapi/{ed7f17e5-b139-4b58-bcb1-5411e36f3628} #switch audio output
  22.  
  23. # OSC settings
  24. script-opts=osc-layout=bottombar,osc-timetotal=yes,osc-minmousemove=0.5
  25. script-opts=osc-layout=box,osc-seekbarstyle=bar
  26.  
  27. # OSD settings
  28. osd-font="Geogrotesque Medium"
  29. osd-font-size=33
  30. osd-border-size=2
  31. osd-spacing=1
  32. no-osd-bar
  33. #osd-scale-by-window=no #Make the OSD-FONT scale by window
  34.  
  35.  
  36. # Subtitles
  37. sub-text-font-size=55
  38. sub-text-font="Nolan Next Med"
  39. sub-text-margin-y=40
  40. sub-text-shadow-offset=1
  41. sub-text-border-size=2.5
  42. sub-text-color="#ffffffff"
  43. sub-text-shadow-color="#82000000"
  44. sub-text-border-color="#dc161616"
  45. sub-auto=fuzzy # Load all additional subtitle files which contain the media filename
  46. sub-paths=ass;srt;sub;subs;subtitles; # search for external subs in the listed subdirectories
  47. sub-use-margins=no #subs on black bars if any
  48. slang=English,eng,en
  49.  
  50. # Screenshot settings
  51. screenshot-template="~~/Pictures/Player/%08n"
  52. screenshot-format=png
  53. screenshot-png-compression=1
  54. screenshot-png-filter=0
  55. screenshot-tag-colorspace=yes
  56. screenshot-high-bit-depth=no
  57.  
  58. # Window settings
  59. keep-open=yes
  60. autofit=45%
  61. geometry=99%:98%
  62.  
  63. # Miscellaneous settings
  64. save-position-on-quit
  65. ontop
  66. #log-file=log.txt
  67. no-border
  68.  
  69. # Playback
  70. [protocol.http]
  71. #youtube-dl settings
  72. no-resume-playback
  73.  
  74. [protocol.https]
  75. profile=protocol.http
  76.  
  77. [extension.gif]
  78. loop-file=inf
  79.  
  80. [extension.webm]
  81. loop-file=inf
  82.  
  83. [extension.wav]
  84. loop-file=inf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement