Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. #MPC-HC KEYBINDS FOR MPV
  2.  
  3. #Basics
  4. SPACE cycle pause #pause/unpause
  5. MOUSE_BTN0 cycle pause; cycle ontop #pause/unpause (with left click)
  6. Alt+ENTER cycle fullscreen #fullscreen/un-fullscreen (with double left click)
  7. MOUSE_BTN0_DBL cycle fullscreen #fullscreen/un-fullscreen
  8. Alt+x quit-watch-later #quit and save position
  9. 1 cycle border #Cycle between no titlebar/ "View Minimal in mpc-hc"
  10. Ctrl+a cycle ontop # keep mpv window on top of others
  11. n show-text ${filename} #show filename
  12. PGUP add chapter -1
  13. PGDWN add chapter 1
  14. LEFT seek -0.6
  15. RIGHT seek 0.2
  16. q quit_watch_later
  17.  
  18. #Video
  19. PGDWN playlist-next; write-watch-later-config #Skip to next file
  20. PGUP playlist-prev; write-watch-later-config #Skip to previous file
  21. Alt+1 set window-scale 0.5 #50% zoom / Half Size
  22. Alt+2 set window-scale 1.0 #100% zoom / "Original"
  23. Alt+3 set window-scale 2.0 #200% zoom / Double Size
  24. Alt+i screenshot # take a screenshot
  25.  
  26. #Audio
  27. UP add ao-volume +5 #Increases the volume by number
  28. DOWN add ao-volume -5 #Decreases the volume by number
  29. MOUSE_BTN3 add ao-volume +5 #Increases the volume by number
  30. MOUSE_BTN4 add ao-volume -5 #Decreases the volume by number
  31. + add audio-delay 0.100 # this changes audio/video sync
  32. - add audio-delay -0.100
  33. a cycle audio #Next audio track
  34. Shift+a cycle audio down #Prev audio track
  35. Ctrl+M cycle mute # cycle between mute
  36.  
  37. #Subs
  38. s cycle sub #cycle forward between subs
  39. S cycle sub down #Cycle backwards between subs
  40. u cycle sub #cycle forward between subs
  41. y cycle sub down #Cycle backwards between subs
  42. w cycle sub-visibility #cycle sub visilibility
  43. F1 seek -85
  44. F2 seek 85
  45.  
  46. #Frame-Step
  47. Ctrl+RIGHT frame-step
  48. Ctrl+LEFT frame-back-step
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement