Comments

johnmeyer wrote on 7/31/2006, 7:55 AM
The only way I know to do this is with a script. I think the original one came with Vegas, but I made a lot of changes, most of which were designed to make the Render Regions part of the program work better. It is posted over at VASST:

Batch Render GUI

You will need to change the line in the script that reads:

import SonicFoundry.Vegas;

to

import Sony.Vegas;

Stonefield wrote on 7/31/2006, 1:09 PM
Ok, I found the original thread ( now that I'm awake ) that helped me out. It was Grazie that provided the solution.....

http://www.sonymediasoftware.com/forums/ShowMessage.asp?ForumID=4&MessageID=347029

But here's the weird part. I go back to where he told me, in V5 ( which I'm still using ) Tools-Scripting-Batch Render.......but it's gone ????? The Batch Render tool is anyways.

Anyone know why it would be gone and if I can put that back ?

Stan
TeetimeNC wrote on 7/31/2006, 1:30 PM
Stan, I just checked my V5.0b and it is a SCRIPT (not a fixed menu item) under Tools/Scripting.

Jerry
johnmeyer wrote on 7/31/2006, 6:39 PM
Do a search on your whole computer for files that end in "js". In other words, search for:

*.js

You should find the location of all the script files (some of these will be stuff that your browser downloads and will be in the temporary folder -- ignore those). You should find that the files that appear in your scripts folder are all in one location. The batch render script may, for some reason, not be in that folder. If so, all you have to do is move it to the location where the other scripts reside, and then tell Vegas to "rescan the scripts folder" (you'll find this option in the scripts menu).
Stonefield wrote on 8/1/2006, 12:10 AM
John, that was it buddy.

Yup, they got moved somehow which is weird cause I rarely use scripts. ( Like most Hollywood productions )

Did a search and moved them back where they should be, and there they are back where they belong.

Thanks John !!!

Stan
johnmeyer wrote on 8/1/2006, 8:01 AM
You're welcome, Stan. Always nice to know I actually helped someone.