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 …

How Do I Add File To Timeline Using a Script in VEGAS- Breaking Code into Subroutines – Part 2

In this script, we take the code from our previous script that added a file to the timeline and break it up into smaller reusable pieces called subroutines. By breaking the code into smaller pieces, the entire coding process becomes simpler as each small piece is simpler. Then when creating a new script, these smaller Read More …

How Do I Add File To Timeline Using a Script in Premiere – Breaking Code into Subroutines – Part 2

In this script, we take the code from our previous script that added a file to the timeline and break it up into smaller reusable pieces called subroutines. By breaking the code into smaller pieces, the entire coding process becomes simpler as each small piece is simpler. Then when creating a new script, these smaller Read More …