Advertisement
eik

mpv config

eik
Jan 13th, 2021 (edited)
1,144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 0.96 KB | None | 0 0
  1. #--fullscreen
  2. #--ytdl-raw-options=178.62.24.94:80
  3. #--ytdl-raw-options-append=proxy=http://178.62.24.94:80
  4.  
  5. --ontop
  6.  
  7. #--sub-back-color=0.0/0.0/0.0
  8. --sub-scale=0.5
  9. #--ytdl-format=bestvideo[height<=?360]+bestaudio/best
  10.  
  11. #--ytdl-format=bestvideo[height<=?1080]+bestaudio/best
  12. --ytdl-format=bestvideo[height<=?720]+bestaudio/best
  13. #--ytdl-format=bestvideo[height<=?360]+bestaudio/best
  14. #--hwdec
  15. #--interpolation
  16. #--video-sync=display-1
  17.  
  18. --autofit=20%
  19. --geometry=20:100
  20. --script-opts=osc-deadzonesize=1
  21. #--osd-level=3
  22. --osd-on-seek=msg-bar
  23. --no-osd-bar
  24. --osd-duration=500
  25. #--loop
  26. --loop-playlist=inf
  27. #--volume=50
  28.  
  29. #--cache=200
  30. #--cache-secs=1800
  31. #--cache-secs=15
  32. #--cache-secs=10
  33. #--vo=opengl-hq
  34. #--opengl-win
  35. --volume-max=600
  36. #--video-rotate=270
  37. #--sub-back-color=0.0/0.0/0.0/0.99
  38.  
  39. #--video-aspect=4:4
  40.  
  41. #'--d3d11-flip=yes
  42.  
  43. [twitch]
  44. vid=720
  45. ytdl-format=900p60__source__,720p60__source__,900p60,720p60,1080p60__source__,1080p60,best,900,720,1080p
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement