“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 …

Easing Part 6: Building the Keyframe Easings Extension – Finding the Event in VEGAS

In this tutorial we continue building the Keyframe Easings custom command. In this tutorial we learn how to determine where the custom command is located on the hard drive and pass that information to the main form. The we add code to the button to find which event is selected. If it is a video Read More …

Easing Part 5: Building a Custom Command to add the Easings Easily to Any Event in VEGAS

In this tutorial we start making the keyframe easings easier to use by beginning the construction of a custom command. We get the base custom command code added and modified and start dragging a few tools to the form. Please sign up here and leave comments with suggestions of tasks you would like to see Read More …

Easing Part 4: Moving Between Two Effect Keyframes using easeOutBounce from a Script in VEGAS

In this tutorial we expand further the possibility of “easing” moving between two existing keyframes using the first keyframe as the starting point and the second keyframe as the ending point. Please sign up here and leave comments with suggestions of tasks you would like to see automated. You can help guide the direction of Read More …

Easing Part 3: Bouncing Ball using easeOutBounce using Effect Keyframes from a Script in VEGAS

In this tutorial we expand the possibility of “easing” using keyframes by keyframing an OFX Effect. By using OFX Effect “center” keyframes, we re-create the “bouncing ball” from the previous tutorial without needing Pan/Crop. Please sign up here and leave comments with suggestions of tasks you would like to see automated. You can help guide Read More …

Easing Part 2: Bouncing Ball using easeOutBounce using Pan/Crop from a Script in VEGAS

In this tutorial we expand the possibility of “easing” using keyframes. By using Pan/Crop keyframes, the frame is moved left to right over time and moved up and down based on the function to create the bouncing ball. Please sign up here and leave comments with suggestions of tasks you would like to see automated. Read More …