Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. 1 and 2 Adjust contrast
  2.  
  3. 3 and 4 Adjust brightness
  4.  
  5. 5 and 6 Adjust gamma
  6.  
  7. 7 and 8 Adjust saturation
  8.  
  9. 9 and 0 Decrease/increase volume
  10.  
  11. A Cycle aspect ratio override
  12.  
  13. Alt+0 (and command+0 on OSX)
  14. Resize video window to half its original size
  15.  
  16. Alt+1 (and command+1 on OSX)
  17. Resize video window to its original size
  18.  
  19. Alt+2 (and command+2 on OSX)
  20. Resize video window to double its original size
  21.  
  22. Alt + and Alt -
  23. Combining Alt with the + or - keys changes video zoom
  24.  
  25. Alt+BACKSPACE
  26. Reset the pan/zoom settings
  27.  
  28. Alt+LEFT, Alt+RIGHT, Alt+UP, Alt+DOWN
  29. Move the video rectangle (panning)
  30.  
  31. [ and ] Decrease/increase current playback speed by 10%
  32.  
  33. / and * Decrease/increase volume
  34.  
  35. < and > Go backward/forward in the playlist
  36.  
  37. { and } Halve/double current playback speed
  38.  
  39. BACKSPACE
  40. Reset playback speed to normal
  41.  
  42. command + f (OSX only)
  43. Toggle fullscreen (see also --fs)
  44.  
  45. Ctrl + and Ctrl -
  46. Adjust audio delay (A/V sync) by +/- 0.1 seconds
  47.  
  48. Ctrl h Toggle hardware video decoding on/off
  49.  
  50. Ctrl+LEFT and Ctrl+RIGHT
  51. Seek to the previous/next subtitle.
  52. Subject to some restrictions and might not always work
  53. See sub-seek command
  54.  
  55. Ctrl+Shift+Left and Ctrl+Shift+Right
  56. Adjust subtitle delay so that the next or previous subtitle is displayed now.
  57. This is especially useful to sync subtitles to audio
  58.  
  59. Ctrl s Take a screenshot, as the window shows it (with subtitles, OSD, and scaled video)
  60.  
  61. # Cycle through the available audio tracks
  62.  
  63. _ Cycle through the available video tracks
  64.  
  65. d Activate/deactivate deinterlacer
  66.  
  67. ENTER Go forward in the playlist
  68.  
  69. ESC Exit fullscreen mode
  70.  
  71. F8 Show the playlist and the current position in it
  72. (useful only if a UI window is used, broken on the terminal)
  73.  
  74. F9 Show the list of audio and subtitle streams
  75. (useful only if a UI window is used, broken on the terminal)
  76.  
  77. f Toggle fullscreen (see also --fs)
  78.  
  79. i and I Show/toggle an overlay displaying statistics about the currently playing file such as
  80. codec, framerate, number of dropped frames and so on.
  81. See STATS for more information
  82.  
  83. j and J Cycle through the available subtitles
  84.  
  85. LEFT and RIGHT
  86. Seek backward/forward 5 seconds. Shift+arrow does a 1 second exact seek (see --hr-seek)
  87.  
  88. l Set/clear A-B loop points. See ab-loop command for details
  89.  
  90. L Toggle infinite looping
  91.  
  92. m Mute sound
  93.  
  94. o (also P)
  95. Show progression bar, elapsed time and total duration on the OSD
  96.  
  97. O Toggle OSD states between normal and playback time/duration
  98.  
  99. PGUP and PGDWN
  100. Seek to the beginning of the previous/next chapter.
  101. In most cases, "previous" will actually go to the beginning of the current chapter
  102. See --chapter-seek-threshold
  103.  
  104. p / SPACE
  105. Pause (pressing again unpauses)
  106.  
  107. Q Like q, but store the current playback position.
  108. Playing the same file later will resume at the old playback position if possible
  109.  
  110. q
  111. Stop playing and quit
  112.  
  113. r and R Move subtitles up/down.
  114. The t key does the same as R currently, but use is discouraged
  115.  
  116. Shift+BACKSPACE
  117. Undo the last seek. This works only if the playlist entry was not changed.
  118. Hitting it a second time will go back to the original position.
  119. see: revert-seek command for details
  120.  
  121. Shift+Ctrl+BACKSPACE
  122. Mark the current position.
  123. This will then be used by Shift+BACKSPACE as revert position
  124. (once you seek back, the marker will be reset).
  125. You can use this to seek around in the file and then return to the exact position where you left off
  126.  
  127. Shift+PGUP and Shift+PGDWN
  128. Seek backward or forward by 10 minutes.
  129. (This used to be mapped to PGUP/PGDWN without Shift.)
  130.  
  131. s Take a screenshot
  132.  
  133. S Take a screenshot, without subtitles.
  134. (Whether this works depends on VO driver support.)
  135.  
  136. , Step backward. Pressing once will pause, every consecutive press will
  137. play one frame in reverse and then go into pause mode again
  138.  
  139. . Step forward. Pressing once will pause, every consecutive press will
  140. play one frame and then go into pause mode again
  141.  
  142. T Toggle stay-on-top (see also --ontop)
  143.  
  144. UP and DOWN
  145. Seek forward/backward 1 minute. Shift+arrow does a 5 second exact seek (see --hr-seek)
  146.  
  147. u Switch between applying no style overrides to SSA/ASS subtitles,
  148. and overriding them almost completely with the normal subtitle style. See --sub-ass-override for more info
  149.  
  150. v Toggle subtitle visibility
  151.  
  152. V Toggle subtitle VSFilter aspect compatibility mode.
  153. See --sub-ass-vsfilter-aspect-compat for more info
  154.  
  155. w and W Decrease/increase pan-and-scan range. The e key does the same as W currently, but use is discouraged
  156.  
  157. z and Z Adjust subtitle delay by +/- 0.1 seconds. The x key does the same as Z currently, but use is discouraged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement