Project Auditing Script

johnmeyer wrote on 10/3/2003, 12:54 PM
Does anyone know whether anyone has written an auditing script for Vegas?

One of the few problems with Vegas -- and it can be nasty -- is that it is very easy to accidentally "bump" an event's opacity level or sound level, or move a track level control from 100%. I suspect many reports of long rendering time (possibly including some of those reported in the press), come from making such a mistake, thereby forcing Vegas to needlessly re-render certain events or tracks.

The script I envision would walk through every event, and report back, perhaps via a text file, on any event that has a visibly non-obvious ("hidden") setting that will force that event to be re-rendered. It would also do the same for each track. A user could run this script immediately prior to rendering in order to spot such mistakes and fix them.

Comments

jetdv wrote on 10/3/2003, 1:49 PM
I don't see a way to see the track "level" or audio volume. You can definitely check for mute or solo.

Definitely sounds like an interesting idea, though.
johnmeyer wrote on 10/3/2003, 7:00 PM
I don't see a way to see the track "level" or audio volume.

If you don't see it, I'm sure not going to find it. I looked through the API document and didn't see anything on how to read this information.
SonyPJM wrote on 10/6/2003, 4:14 PM

Fade.Gain is there for event opacity and volume. I'll add
AudioTrack.Volume & AudioTrack.Pan properties to my to-do list for
Vegas 5.
jetdv wrote on 10/6/2003, 4:23 PM
What about VideoTrack.Level?
SonyPJM wrote on 10/6/2003, 4:56 PM
You're right... VideoTrack.FadeLevel and VideoTrack.CompositingLevel added to my list as well.
johnmeyer wrote on 10/11/2003, 9:31 PM
Thanks to both of you.
BrianStanding wrote on 10/21/2003, 10:04 AM
As long as we're putting a Project Audting Script together, I'd like to see something that:
- standardizes transition settings (i.e. convert all overlaps to 1-sec duration);
- eliminates gaps or overlaps between events that are under a user-specified length (i.e., eliminate gaps/crossfades under .5 seconds), with options to preserve project length, or to ripple edit all tracks accordingly

This would be in addition to the opacity settings described above.