Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums VEGAS Pro Skipping ahead during playback

  • Skipping ahead during playback

    Posted by James Maxwell on July 26, 2012 at 1:42 pm

    Does anyone know a shortcut for skipping ahead by, say 5 seconds during playback? Right now I am having to move my cursor, doubleclick 5 seconds ahead in the timeline, move my cursor again, etc. I am watching hours of lecture footage and am trying to find key points. All other shortcuts I have found do not work during playback, only when the video is stopped. Thanks for your help

    Tyson Onaga replied 14 years ago 3 Members · 2 Replies
  • 2 Replies
  • Mike Kujbida

    July 26, 2012 at 7:10 pm

    The only shortcut I can find that sort of does what you want are the Page Up/Page Down keys.
    The only “gotcha” with them is that they jump according to grid spacing so the more you’re zoomed in, the shorter the time jumped.
    There is a certain zoom point where the grid lines are exactly 5 sec.apart and that might work for you.

  • Tyson Onaga

    July 26, 2012 at 9:33 pm

    Create a script with this line:
    vegasApp.Transport.CursorPosition = Timecode.FromMilliseconds( vegasApp.Transport.CursorPosition.ToMilliseconds() + 5000 );

    You could make a second script that used “- 5000” to move back. Change the 5000 to another millisecond value if you need a different sized jump.

    As far as running it, one of:
    (a) Place it in a folder of your choosing and use Ctrl-Shift-S, then pick it from the list of scripts.
    (b) Put it in the Vegas Script folder ([userName]/Documents/Vegas Script Menu)
    (c) Or add item (b) into the Vegas Toolbar via Options, Customize Toolbar … but note you’ll get a truly generic icon in the toolbar. “Mouse hover” does reveal the script name as a tooltip though.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy