Site icon ProVideo Coalition

After Effects ExtendScript Training: Ep. 16 Part 1 & 2

After Effects ExtendScript Training: Ep. 16 Part 1 & 2 2

Welcome to episode 16 of the After Effects ExtendScript Training series. This week we are gonna leap a little bit outside of After Effects with our code and create a full script that will allow you to open a tab delimited text document and import the text in that document as text layers. We will be building a mock lower third with a person's name and job title. We will be building a series of functions to do each of our tasks in this script. By doing this, it will help organize our code, streamline our process, and allow for easy reuse of an individual task. We'll be building separate functions to read a text document, to create comps, to parse our text data, and to create customized text layers with specified properties like font size, font, color, etc… We have much to go over in this two part episode, so let's get to it.

If you missed any of the previous episodes in this series, follow the links below.

Previous episodes in the series:

Episode 1 (Intro)

Episode 2 (Javascript Basics p1)

Episode 3 (Javascript Basics p2)

Episode 4 (After Effects Object Model structure overview / Script Preparation and development tips / Single Item Access of various project items, comps and layers)

Episode 5 (Access Renderqueue items, output modules and file paths / Multiple item access of project items, comps and layers / Batch change all renderqueue items file paths)

Episode 6 (Collecting data into an Array() / Changing values / Various tips)

Episode 7 (Create new comps and folders / Create Null, Solid, and Text layers)

Episode 8 (Create multiple comps of various sizes / Use Undo group / Add solids to match each comp / Various tips)

Episode 9 (Globally change blue solids to red / Replace solid name blue with red)

Episode 10 (Build a custom function to collect all CompItem objects / Modify function to dynamically allow for choice of CompItem, FolderItem or FootageItem)

Episode 11 (Build floating GUI)

Episode 12 Part 1 & 2 (Build dockable/floating combo GUI)

Episode 13 (ExtendScript Developer Utility script / Retrieve list of project item footage file paths)

Episode 14 (Processing text strings)

Episode 15 Part 1 & 2 (Reading, writing, and transferring Keyframes)

In this episode:
– File selection dialog box
– Read external text document
– Parse text data
– Create custom text layers
– Create comps
– Build functions to separate tasks


 

Exit mobile version