View Full Version : How do I automatically put in chapter markers every (say) 10 mins?
corey19981
08-13-2007, 08:21 AM
Hello, is there a way of automatically putting in chapter markers for example every 10 mins of my Vegas project without having to do it manually?
Thanks
Corey
24Peter
08-13-2007, 11:17 AM
I don't think so. Perhaps one of the third party add-on/plug-in/script folks has something that can help. You can also insert markers during playback by pressing the M key.
epicedium
08-14-2007, 02:19 PM
Trivial to script- let me know if you'd like me to do this, can probably find time tomorrow or Thurs.
corey19981
08-15-2007, 06:21 AM
that would be great! yes please!
epicedium
08-15-2007, 08:14 AM
http://www.thehold.co.uk/temp/Kris_markerIntervalsInRegion.js
Edit the file in notepad to set the 'Interval' .. then drop it into your Vegas 7.0\Script Menu folder.
Select a region that you want to create markers within, then run the script. It'll keep adding markers at your specified interval until it reaches the end of your selected region.
Hope that helps!
plainman007
08-16-2007, 03:10 PM
Hey Epicedium,
How do you do that. Is that Javascript. Where does one learn Scripting for Vegas.
Thanks
epicedium
08-16-2007, 04:58 PM
There is an API document, available from Sony's site, or mirrored here-
http://www.ayizwe.net/VegasScripts/VegasScriptAPI.html
That's basically it- just javascript, and using the Sony.Vegas library ( import Sony.Vegas; ), which imports a bunch of classes for structures such as Track, TrackEvent, etc.
plainman007
08-17-2007, 03:04 AM
Epicedium > are you sayng one should learn java programming to be able to script for vegas ?
epicedium
08-17-2007, 04:47 AM
Javascript, rather than full Java. Most of Java isn't relevant. Learn Javascript, it's useful for web design and vegas scripting.
jeditdv
08-21-2007, 05:57 PM
Here's (http://www.jetdv.com/vegas/forum/viewtopic.php?t=783) another one I wrote a couple of years ago.