Search found 3 matches

by tedmihu
October 20th, 2014, 7:46 am
Forum: Script requests
Topic: Batch Render for Keying
Replies: 1
Views: 8389

Batch Render for Keying

Hello, I need what I think is a very simple script. Below is what my composition looks like: http://i.imgur.com/A0JMiaa.png?1 What I need is a loop which sets the work area of the composition to each layer's duration, and adds that clip to the render que. I'll be looking up how to do this myself and...
by tedmihu
September 19th, 2014, 11:00 am
Forum: Expression Discussion
Topic: Extract keyframes from audio without opening the composition
Replies: 1
Views: 10066

Extract keyframes from audio without opening the composition

Hello, I have this script, and part of the script deals with opening the comp in the viewer so that it can select the audio layer and create an audio null from it. I was wondering if there is a way to do this without opening the composition in the viewer, as this makes After Effects pop up over any ...
by tedmihu
June 29th, 2014, 11:39 am
Forum: Expression Discussion
Topic: Audio synch to Video Speed
Replies: 7
Views: 18571

Re: Audio synch to Video Speed

Hello, I'm trying to make a script work and the part I keep having issues with is selecting the audio layer and getting an audio amplitude null from it. The code is below: var selectedItems = app.project.selection; var bodyComp = app.project.items[1]; var mouthComp = app.project.items[2]; for (var i...