-
Simple “Split” Script
Posted by Fred Paskiewicz on June 7, 2005 at 7:22 pmHaving looked almost everywhere, does anyone have or know where I can get a Vegas 5.0b script that acts as a basic “Split” command (“S” on Keyboard)?
Thanks,
FredFred Paskiewicz replied 21 years, 2 months ago 3 Members · 14 Replies -
14 Replies
-
Gary Kleiner
June 7, 2005 at 7:33 pm -
Fred Paskiewicz
June 7, 2005 at 7:50 pmThat’s it — a preference. I’d rather click a script on the toolbar above the timeline.
Fred
-
Edward Troxel
June 7, 2005 at 8:01 pmRun the Select Events tool in Excalibur 4 or Tsunami 1. Choose either all events before the cursor or all events after the cursor (your choice will be selected upon completion). Then make sure the “Split at Cursor Location” is checked. All events will be split at the cursor location.
I tested using the “selection area” but it resulted in an error becuase the selection area had no length.
-
Fred Paskiewicz
June 7, 2005 at 8:16 pmOr I could go to Edit/Split. Trying to get it to one click and above the timeline. Isn’t this possible?
Fred
-
Edward Troxel
June 7, 2005 at 8:18 pmYou CAN do it with one click in Excalibur. Just set your defaults as I’ve stated and add the “Select Events” individual tool to the toolbar. One click and you’re done. You’ll never even see a screen appear – all you know is that the events are split and the specified items are selected (i.e. all right of cursor or all left of cursor)
-
Fred Paskiewicz
June 7, 2005 at 8:25 pmSo I need Excalibur or Tsunami — is that the only way this can be done?
Fred
-
Edward Troxel
June 7, 2005 at 8:43 pmNo, it’s not the only way it could be done. Personally, I just press “S”. Alternately, you could write a script that does this. I was just looking at options that were already written instead of sitting down to write a NEW script specifically for this function.
Just for you, though, take a look at this script I just created:
https://www.jetdv.com/scripts/SplitEvents.jsIt will also UNGROUP them for you so you’ll need to regroup as needed.
-
Fred Paskiewicz
June 7, 2005 at 9:09 pmVery kind of you — I do appreciate it. I do a lot of “splitting” and it would save a lot of “clicks” at the end of the day. But I was hoping it would act exactly like the “S” key and not split the audio. Just tell me when to quit…
Thanks,
Fred -
Edward Troxel
June 7, 2005 at 9:23 pmThe “S” key DOES split the audio.
Do you have Ignore Event Grouping turned on? Exactly how are you splitting? This script will simply split EVERYTHING at the cursor location. Having it not do audio is simply a matter of telling it to ignore audio tracks. A very simple change.
From:
SplitEvents(track, Vegas.Cursor);
To:
If (track.IsVideo())
SplitEvents(track, Vegas.Cursor); -
Fred Paskiewicz
June 7, 2005 at 9:30 pmWhat I get is, yes the “S” key cuts according to the event grouping. Video only when Ignore Event Group is selected. The script cuts both Video and Audio regardless.
Fred
Reply to this Discussion! Login or Sign Up

