Rendering in VEGAS – Rendering Tracks from Regions – Part 4

In this script, we tackle a special request from a viewer. This option will allow rendering each track separately for every region on the timeline. So, for example, if you had three tracks and five regions, you would end up with 15 files – five from each of the three tracks. Please sign up here Read More …

Rendering in Premiere – Rendering the Full Project – Part 3

In the previous tutorials, we found out how to create a preset and then how to select that preset file and how to ask for the destination folder and desired file name for the render. In this tutorial, we will use that information to send a full project render job to Media Encoder. We will Read More …

Rendering in VEGAS – Rendering Regions – Part 3

In this tutorial, we continue from the previous tutorial which would render the entire project. Using the same techniques, we now pass the “DoRender” routine the information to render a smaller portion of the track. By doing this, we can now render each region separately. Each region will be named with the word “Region” followed Read More …

Rendering in Premiere- Selecting a Destination Folder and Filename – Part 2

In the previous tutorial, we found out how to create a preset and then how to select that preset file. In this tutorial we continue by determining a destination folder. Then we also get the desired file name for the render. Along the way, we discover some issues with the file/folder names and work around Read More …

Rendering in VEGAS – Rendering the Full Project – Part 2

In this tutorial, we continue from the previous tutorial which read the available renderers and templates. Using that list, we now select the desired template, add a destination folder, and add a file name, and then tell it to render the complete project. The “DoRender” routine will then be passed the renderer, template, and destination Read More …

Rendering in Premiere- Creating and Selecting a Render Preset – Part 1

This is the first of several tutorials that will show how to render from a script in Premiere. This first tutorial will show the first step: how to create the desired render preset and then select that preset using a form so that any specific renderer can be chosen. Once we know the desired render Read More …

Rendering in VEGAS – Finding and Reading Renderers and Templates – Part 1

This is the first of several tutorials that will show how to render from a script in VEGAS. This first tutorial will show the first step: how to read the available renderers and templates and place them in a drop-down box on a form so that any specific renderer/template can be chosen. Once we know Read More …

How Do I Add File To Timeline Using a Script in Vegas – API and Samples – Part 3

In this script, we look at our code and figure out how we determined the commands that were used to develop that code. We examine the API that lists various commands that are available to control VEGAS, look at samples that are provided by Magix, and also consider how the code is formatted to help Read More …

How Do I Add File To Timeline Using a Script in Premiere – API and Samples – Part 3

In this script, we look at our code and figure out how we determined the commands that were used to develop that code. We examine the API that lists various commands that are available to control Premiere, look at samples that are provided by Adobe, and also consider how the code is formatted to help Read More …