Search found 17 matches

by amitzinman
May 17th, 2010, 9:01 am
Forum: Expression Discussion
Topic: including external text file in an expression
Replies: 6
Views: 20004

including external text file in an expression

My expression is as follows:

#include 'file:///f:/collager/texts.txt';
try{eval(thisLayer.name)}catch(err){"not found"}


and I am applying it to the Source Text property of a text layer.
However, for some reason I am getten a Syntax Error on this.

What am I doing wrong?
by amitzinman
May 17th, 2010, 3:35 am
Forum: Script requests
Topic: Replacing text using an external text file
Replies: 2
Views: 8647

Re: Replacing text using an external text file

The problem with using this script as I see it is that it doesn't update an existing project. Rather, it creates new comps with updated information.
I have one project that I need to update with external information. Creating new comps will just mess it up :(
by amitzinman
May 17th, 2010, 3:16 am
Forum: Script requests
Topic: Rendering a project externally
Replies: 2
Views: 8763

Re: Rendering a project externally

yes, but bgrendered runs from inside AE. I need something that runs in the OS.
by amitzinman
May 8th, 2010, 1:08 am
Forum: Script requests
Topic: Rendering a project externally
Replies: 2
Views: 8763

Rendering a project externally

Hi,

I am working on a project in which I need to automatically render a AE Project.
I need a script that would run AE in the background and render a comp that was already sent to the render queue.

Thanks,

Amit
by amitzinman
May 6th, 2010, 1:13 am
Forum: Script requests
Topic: Replacing text using an external text file
Replies: 2
Views: 8647

Replacing text using an external text file

So, I've been tasked with coming up with a solution to this: We are building an automated system for creating a short reel with some text. replacing the images is simple, but I need to find an easy way of replacing the text. I've checked the text replace script but it doesn't really do what I need. ...
by amitzinman
February 19th, 2010, 9:56 am
Forum: Script requests
Topic: script to replace layers in compositions
Replies: 9
Views: 16594

Re: script to replace layers in compositions

Therer is an e-mail address for the site, is that the one you mean? Hi Amit, For example 1 you will need a custom script as I am not aware of anything out there that will do this. For example 2, Immigration can be your friend but it all depends on the names of the files so a bit of a wild card here....
by amitzinman
February 18th, 2010, 1:42 am
Forum: Script requests
Topic: script to replace layers in compositions
Replies: 9
Views: 16594

Re: script to replace layers in compositions

so, any ideas?
by amitzinman
February 12th, 2010, 1:33 pm
Forum: Script requests
Topic: script to replace layers in compositions
Replies: 9
Views: 16594

Re: script to replace layers in compositions

Not to keep harping but I am eager to help you out :-) Let me see if I can follow along. Let's do a simplified example. You have a project that you already created with 10 comps that each have 100 photo layers that are already animated in a way that you like. Now you want an easy way of replacing t...
by amitzinman
February 11th, 2010, 11:36 pm
Forum: Script requests
Topic: script to replace layers in compositions
Replies: 9
Views: 16594

Re: script to replace layers in compositions

I might be missing something, but doesn't immigration only works on already existing footage or when importing a folder hirearcy? To re-iterate, I now have 200 compositions each with its own video layers. However, next project could be with 90 compositions with jpeg layers. Point is I need to be abl...
by amitzinman
February 11th, 2010, 2:30 pm
Forum: Script requests
Topic: script to replace layers in compositions
Replies: 9
Views: 16594

Re: script to replace layers in compositions

Just watched a tutorial for immigration, and then remembered I actually know of it. However, it doesn't help me with this particular type of project. I am not using multi-passes. A more concrete definition of what I need is a script taking a single comp with a video layer, duplicating it N times and...
by amitzinman
February 10th, 2010, 9:23 am
Forum: Script requests
Topic: script to replace layers in compositions
Replies: 9
Views: 16594

script to replace layers in compositions

Hi, This happened to me on the last project I was working on. I has to create a "video slide show" of 200 employees. So I designed one comp and created 199 duplicates and replaced video layers on each comp. Then I used a bunch of scripts and presets to control the comps in 3D space (Schofi...
by amitzinman
November 22nd, 2009, 11:38 am
Forum: Script requests
Topic: Script faciliting HD online
Replies: 1
Views: 6790

Script faciliting HD online

Hi, I have a project in Premiere that I edited by converting HD material to DV quality. I imported it to AE and am replacing the DV clips with their HD source. However, this could be quite the manual labor. Is there a script that can batch replace clips by using names? How difficult it would be to w...
by amitzinman
May 20th, 2009, 10:43 am
Forum: Expression Discussion
Topic: Parent lens flare centre
Replies: 6
Views: 15700

Re: Parent lens flare centre

Dan Eberts posted this expression as a reply to this query, but in another forum... L = thisComp.layer("Null 1"); p = L.transform.position; r = L.transform.rotation; d = valueAtTime(0) - p.valueAtTime(0); angle = degreesToRadians(r - r.valueAtTime(0)); s = Math.sin(angle); c = Math.cos(ang...
by amitzinman
May 20th, 2009, 6:23 am
Forum: Expression Discussion
Topic: Parent lens flare centre
Replies: 6
Views: 15700

Re: Parent lens flare centre

also, not helping if the tracking data has rotation values.
by amitzinman
May 20th, 2009, 5:30 am
Forum: Expression Discussion
Topic: Parent lens flare centre
Replies: 6
Views: 15700

Re: Parent lens flare centre

yes, I did that but it doesn't parent it. Its just follows the null's position which is way far off.