Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. //mpv
  2. Win + R > %appdata% > mpv > mpv.conf
  3.  
  4. # Video
  5. profile=gpu-hq
  6. scale=ewa_lanczossharp
  7. cscale=ewa_lanczossharp
  8. video-sync=display-resample
  9. interpolation
  10. tscale=oversample
  11. deband=yes
  12. hwdec=no
  13.  
  14. # Audio
  15. audio-pitch-correction=yes
  16.  
  17. # Screenshots
  18. screenshot-format=jpg
  19. screenshot-jpeg-quality=100
  20. screenshot-tag-colorspace=yes
  21. screenshot-high-bit-depth=yes
  22. screenshot-jpeg-source-chroma=yes
  23.  
  24. # GIF
  25. [extension.gif]
  26. loop-file=inf
  27.  
  28. # No Screensaver
  29. stop-screensaver
  30.  
  31. https://github.com/mpv-player/mpv/blob/master/etc/input.conf
  32. t,r - moving subtitles up or down
  33. BackSpace - Setting playback speed to 1
  34. [] / {} - fast forwarding the video
  35. Win + R > %appdata% > mpv > input.conf
  36.  
  37. RIGHT add volume 5
  38. LEFT add volume -5
  39. UP add sub-scale +0.1
  40. DOWN add sub-scale -0.1
  41. [ multiply speed 0.5
  42. ] multiply speed 2.0
  43. { multiply speed 0.9091
  44. } multiply speed 1.1
  45. BS set speed 1.0
  46. r add sub-pos -1
  47. t add sub-pos +1
  48. k seek -5
  49. h cycle audio
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement