Comments

johnmeyer wrote on 9/11/2003, 1:10 PM
I don't think this is the script that you want. BatchRenderGUI is useful to take a single project, directly from the Vegas timeline, and render it several times using different templates. This is useful if you want to have a streaming version at different bandwidths and media types, or if you want to render to DVD Architect which requires that the video be rendered seperately from the audio.

There are a number of scripts that do what you want, namely to open up several Vegas project files (VEG files), and then render them one after another. Here are the names to search for:


Batch_Project_RenderQueue.js
* This script can be used to queue up multiple Vegas project files
* to be rendered.

RenderQueue.js
* This script can be used to queue up multiple Vegas project files
* to be rendered.

doctorjellybean wrote on 9/11/2003, 2:31 PM
Many thanks....I'll give that a go!
will-3 wrote on 9/22/2003, 4:25 PM
John,

Where would one find these two files?

thanks,

Will
jetdv wrote on 9/23/2003, 8:43 AM
Most of them are somewhere on the Sundance site:

http://www.sundancemediagroup.com/help/kb/kb_files.asp

but the particular one you are looking for may be here:
http://www.ayizwe.net/VegasScripts/
johnmeyer wrote on 9/24/2003, 12:56 PM
See this post:

Script sources

or this one:

More on script sources

I actually provided the code for one of these scripts here:

Batch Render Code