Scripting Region Render

Ultravibe wrote on 4/2/2003, 8:52 AM
Hello,
I assume that this is possible, but wanted to make sure before having my company invest in 4.0:

I take large (40 min. or so) wmv files and identify regions withing them, naming each region. I want to know if it is possible to script selecting each region as a loop region, export using certain settings to a new wmv file, naming that file according to the region name?

Also, can someone give me a brief description of the scripting language? Javascript type? Lingo? Any parallels? Thanks,

Andrew

Comments

SonyPJM wrote on 4/2/2003, 1:44 PM
This is possible as long as you create the regions in a Vegas project
time line (as opposed to Vegas's trimmer or some external app that adds
markers to the media file itself). Although Vegas can read, display,
and create markers in media files, those are not currently exposed via
scripting... only project markers and regions (including command
markers & CD track regions).

The BatchRender sample script should do the rest.

JScript .NET is very similar, syntacticly, to the Javascript language
used in web browsers. There are some differences, mainly having to do
with providing access to all of the .NET Framework classes.

Similarly, VBScript .NET is an evolved form of Visual Basic.