Advertisement
eik

input mpv

eik
Mar 3rd, 2021
1,990
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 0.58 KB | None | 0 0
  1. Ctrl+LEFT script-message Cycle_Video_Rotate -90
  2. Ctrl+RIGHT script-message Cycle_Video_Rotate 90
  3.  
  4. #ctrl+r cycle-values video-rotate 0 90 180 270
  5.  
  6.  
  7. RIGHT seek  5 exact
  8. LEFT  seek -5 exact
  9. UP    seek  60 exact
  10. DOWN  seek -60 exact
  11.  
  12.  
  13. Shift+RIGHT  seek  1 exact
  14. Shift+LEFT   seek -1 exact
  15. Shift+UP     seek  10 exact
  16. Shift+DOWN   seek -10 exact
  17.  
  18.  
  19. Alt+left  add video-pan-x  0.03
  20. Alt+right add video-pan-x -0.03
  21. Alt+up    add video-pan-y  0.03
  22. Alt+down  add video-pan-y -0.03
  23.  
  24.  
  25. - multiply speed 0.5
  26. + multiply speed 2.0
  27.  
  28. s cycle sub
  29. S cycle sub down
  30.  
  31.  
  32. a vf toggle hflip
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement