Advertisement
Guest User

input.conf

a guest
Mar 22nd, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. # tracks
  2. F1 cycle video
  3. F2 cycle audio
  4. F3 cycle sub
  5.  
  6. # playback
  7. ESC set fullscreen no
  8. q quit
  9. Q quit-watch-later
  10. f cycle fullscreen
  11. F cycle fullscreen
  12. m cycle mute
  13. o show-progress
  14. O no-osd cycle-values osd-level 1 2 3
  15. l ab-loop
  16. L cycle-values loop-file "inf" "no"
  17. SPACE cycle pause
  18. p show-text ${playlist}
  19. ç show-text ${chapter-list}
  20. Ç show-text ${track-list}
  21. ´ show-progress ; set osd-bar yes ; set osd-bar-align-y 0 ; set osd-bar-w 80 ; set osd-bar-h 0.24
  22. F12 stop
  23.  
  24. # seek
  25. ENTER playlist-next ; show-text ${playlist}
  26. BS playlist-prev
  27. RIGHT seek 10
  28. LEFT seek -10
  29. UP seek 60
  30. DOWN seek -60
  31. Shift+RIGHT no-osd seek 1 exact
  32. Shift+LEFT no-osd seek -1 exact
  33. Shift+UP no-osd seek 5 exact
  34. Shift+DOWN no-osd seek -5 exact
  35. Ctrl+LEFT no-osd sub-seek -1
  36. Ctrl+RIGHT no-osd sub-seek 1
  37. PGUP add chapter 1
  38. PGDWN add chapter -1
  39. Shift+PGUP seek 600
  40. Shift+PGDWN seek -600
  41. HOME seek 0 absolute-percent
  42. END seek 99 absolute-percent ; cycle pause
  43. . frame-step
  44. , frame-back-step
  45. > seek 1 keyframes
  46. < seek -1 keyframes
  47.  
  48. # volume
  49. + add volume 2
  50. - add volume -2
  51. / add volume 2
  52. \ add volume -2
  53.  
  54. # video
  55. 1 add brightness +1
  56. 2 add brightness -1
  57. 3 add saturation +1
  58. 4 add saturation -1
  59. 5 add contrast +1
  60. 6 add contrast -1
  61. 7 add gamma -1
  62. 8 add gamma 1
  63. 9 add hue -1
  64. 0 add hue 1
  65. ¹ cycle icc-profile-auto
  66. ² cycle-values target-prim "auto" "bt.470m" "bt.601-525" "bt.601-625" "bt.709"
  67. ³ cycle-values target-trc "auto" "bt.1886" "srgb" "gamma2.2"
  68.  
  69. # screenshot
  70. s async screenshot
  71. S async screenshot video
  72. Ctrl+s screenshot window
  73. Ctrl+S cycle-values screenshot-template "mpv-screenshot%n" "%F - [%P]" "vlcsnap-%tY-%tm-%td-%tHh%tMm%tSs%wT"
  74. Alt+s screenshot each-frame
  75. Alt+S cycle screenshot-format
  76.  
  77. # subtitles
  78. a cycle-values sub-ass-override "force" "no"
  79. A cycle sub-ass-vsfilter-aspect-compat
  80. Ctrl+a add sub-pos -1
  81. Ctrl+A add sub-pos +1
  82. Alt+a add sub-font-size +2
  83. Alt+A add sub-font-size -2
  84.  
  85. # window
  86. F5 cycle-values video-aspect "16:9" "4:3" "2.35:1" "-1"
  87. F6 cycle-values window-scale 0.25 0.5 0.75 0.9 1.0
  88. F7 cycle border
  89.  
  90. # scripts
  91. #DEL script-message osc-visibility cycle
  92. i script-binding stats/display-stats
  93. I script-binding stats/display-stats-toggle
  94. W script-binding display-webm-encoder
  95. tab script-binding progressbar/toggle-inactive-bar
  96. mouse_btn0 script-binding progressbar/left-click
  97.  
  98. # memes
  99. KP1 cycle-values scale "ewa_lanczos" "ewa_hanning" "haasnsoft"
  100. KP2 cycle-values cscale "ewa_lanczos" "ewa_hanning" "haasnsoft"
  101. KP3 cycle-values dscale "mitchell" "ewa_robidoux" "ewa_robidouxsharp"
  102. KP4 cycle-values glsl-shaders "~~/shaders/debandgrain.hook" ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement