Add Audio Effects to an Event, Track, or the Project from a Script in Vegas

In this tutorial, we look at adding Audio effect in VEGAS. VEGAS allows audio effects to be added in three different places: Events, Tracks, and the Project itself. In this tutorial we will learn how to add effects in all three places from a script. Where you add the effect determines what is affected by Read More …

Check To See if Pan/Crop has Changed from a Script in Vegas

In this script, we look to see if Pan/Crop has been changed using a script. As there is no “Pan/Crop flag” to check, you need to check to see if there are multiple keyframes or if the size or rotation has changed. This script is based on information found in this forum post: https://www.vegascreativesoftware.info/us/forum/select-all-events-that-have-custom-pan-crop-setting–137022/ After Read More …

Looking at the OFX PushButton Parameter from a Script in Vegas

In this script, we learn how use the PushButton OFX Parmeter. There is nothing to “set” or “read” from a PushButton but we can “Push” the button. See how that’s done from a script. What scripts would you like to see? Any processes you’d like to see how to do using a script? Please sign Read More …

“Fit Background to Text” in Titles and Text from a Script in VEGAS

In this tutorial we will modify all Titles and Text generated medias on the timeline and change the “Background” color and turn on the new “Fit Background to Text” option. You will need a current version of VEGAS Pro 19 in order to run this script as the Fit Background to Text is a new Read More …

Easing Part 8: Keyframe Easings Extension – Finishing the code and Testing in VEGAS

In this tutorial we finish making the custom command by selecting the desired easing style and then look at the code that adds the keyframes to the selected keyframe range for the selected parameter. Then we test the custom command and see the results of the added keyframes. To test this Custom Command, simply download Read More …

Easing Part 7: Keyframe Easings Extension – Finding the Effect, Parameter & Keyframe Range in VEGAS

In this tutorial we continue building the Keyframe Easings custom command. Previously we found the event and listed the effects. Now we determine what will happen when we select one of those effects and that will be to list all valid parameters that we can adjust. Then we figure out what happens when we select Read More …