Advertisement
Guest User

input.conf

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