Adjusting the “Bounds” in Pan/Crop in Vegas Pro

In the Newspaper Spin tutorial, we learned how to use the “ScaleBy” and “RotateBy” options to adjust the Pan/Crop settings. In this tutorial, we look at several Pan/Crop settings that are available to adjust in scripts. The “Bounds” settings control where the top left, top right, bottom left, and bottom right corners are located. Each Read More …

Deselect Locked Events in Vegas Pro

This short tutorial answers another forum question. When selecting events, if any of the events have been locked then none of the events can be moved. So this script will deselect any locked events from the event that have been selected allowing the non-locked events to be moved/modified. Please sign up here and leave comments Read More …

Building a Custom Command in VEGAS – Part 9 – Passing Parameters and Locating the Config file

In this tutorial, we see how parameters can be passed to a script by looking at the four methods VEGAS can use to call the script. public void FromVegas(Vegas vegas) public void FromVegas(Vegas vegas, String scriptFile) public void FromVegas(Vegas vegas, String scriptFile, XmlDocument scriptSettings) public void FromVegas(Vegas vegas, String scriptFile, XmlDocument scriptSettings, ScriptArgs args) We Read More …