56

The default setting of vlc is to skip x seconds when forwarding/rewinding based on the video length (there's also the possibility to make small steps (hotkey for that is configurable)). How can I set the steps to be a seconds long with a depending on the video length? Can I overwrite the default forward/rewind hotkeys (mouse wheel up/down when hovering over progress bar without pressing further keys) to consider this setting?

Kalle Richter
  • 6,180
  • 21
  • 70
  • 103

2 Answers2

106

I don't know if you're still looking for a solution, but this article describes how to do what you seen to want. I came across both your question and the article when I was looking for a solution myself. It worked for me on Win7 and will hopefully work on Ubuntu as well.

Steps:

  1. Launch VLC. Click "Tools" in the top menu bar, then click "Preferences" to open VLC's preferences section.

  2. Click the radio button next to "All" in the lower left-hand corner to display VLC's "Advanced settings" section. Click the arrow next to "Interfaces" in the left-hand column, and then click "Hotkeys settings."

  3. Click the text box next to the jump size you want to change in the "Jump sizes" section. Type the length of time, in seconds, that you want to set as the skip length. Repeat the process for all of the skip lengths that you want to change.

  4. Click "Save" to apply the new skip times, and close the "Preferences" window.

enter image description here

  • 4
    Good answer. Though I'd love to know if there's a way to get non-integer step times without using the Jump to time plugin. – BenB Jan 12 '16 at 00:37
  • 4
    on my VLC 2.1.6 Rincewind the steps are: Options (in window menu) -> Preferences (also Ctrl+P) -> Interface (the left menu) -> Seeking -- there set Short jump and apply. – xealits Dec 11 '16 at 19:25
  • 1
    https://www.vlchelp.com/navigate-video-audio-efficiently/ – Big Shield Jan 29 '20 at 12:56
  • 1
    You can also run grep '\(key-jump\|jump-size\)' ~/.config/vlc/vlcrc in the shell to see all the relevant options in your config file. – Ian Mackinnon Apr 12 '21 at 08:11
9

To complete on Roney answer, note that VLC has both a normal step mode (10s by default, by pressing right/left arrows) and a short step mode (3s by default, by pressing Shift+right/left arrows). To configure the time, cf Roney Michael's answer.

tobiasBora
  • 2,448