Search found 461 matches

by lloydalvarez
April 4th, 2006, 11:51 am
Forum: General Scripts Library
Topic: Compify 720x486 -- update for AE7 to allow adding Presets
Replies: 18
Views: 54239

great script. couple questions though. is it possible to modify the script so that more than one effect can be added, and settings of eihter effect be adjusted? for example, if in addtion to the broadcast colors, i wanted to add a levels pass as well with the output white setting adjusted to 249. i...
by lloydalvarez
April 4th, 2006, 11:25 am
Forum: General Scripts Library
Topic: Footage Compify 720x486 and Footage Compify w Preset
Replies: 0
Views: 9794

Footage Compify 720x486 and Footage Compify w Preset

These are versions of the Compify 720x486 script that work with Footage sources instead of Comps. Basically this script takes any Footage Items that are selected in the Project window, creates new 720x486 D1 Comps, adds and resizes the footage item to fit and gives you the option to add them to the ...
by lloydalvarez
April 4th, 2006, 9:53 am
Forum: General Scripts Library
Topic: Compify 720x486 -- update for AE7 to allow adding Presets
Replies: 18
Views: 54239

heh. actually i've got another question. is it possible to have it make a new comp from a selected movie and have it do the same thing, rather than having to make a 720x540 comp first? the reason i ask is i usually render everything at 720x540 and then create a new project to convert my movies to D...
by lloydalvarez
April 3rd, 2006, 6:38 am
Forum: General Scripts Library
Topic: Compify 720x486 -- update for AE7 to allow adding Presets
Replies: 18
Views: 54239

thanks for pointing that out.. it's been fixed :)

COMPIFY-720x486_w_Preset-AE7.jsx
by lloydalvarez
March 2nd, 2006, 10:36 am
Forum: Expression Discussion
Topic: Sync between pre-comp and main comp
Replies: 2
Views: 8657

that works.. thanks!
by lloydalvarez
March 1st, 2006, 7:20 pm
Forum: Expression Discussion
Topic: Sync between pre-comp and main comp
Replies: 2
Views: 8657

Sync between pre-comp and main comp

I have a main comp that has pre-comps that start staggered in time. The pre-comps have elements that i would like to be animated using sound keys, but the sound keys output is in the main comp. When i link the items in the pre-comp to the sound keys output, it always goes to frame 1 instead of where...
by lloydalvarez
October 20th, 2005, 11:51 am
Forum: Expressions Library
Topic: Imitating a film projector with FPS control
Replies: 2
Views: 37353

great addition goldomega, since the Offset plugin does not motion blur!

Small correction to the expression, apparently .speed only pulls a 1 number array, so no need for the [1]:

Code: Select all

multiplier=.0001; 
effect("Offset")("Shift Center To").speed*multiplier
by lloydalvarez
October 19th, 2005, 8:13 am
Forum: Expressions Library
Topic: Imitating a film projector with FPS control
Replies: 2
Views: 37353

Imitating a film projector with FPS control

Add the Distort->Offset plugin to a piece of footage and add this expression to the "Shift Center To" property. If you want a black line or film frame around the footage, pre-comp and do it there. fps= 24; t=time * fps; move= t * thisComp.height; reset=Math.floor(move/thisComp.height); mov...
by lloydalvarez
October 18th, 2005, 1:10 pm
Forum: Expression Discussion
Topic: getting past the 32K AE limit
Replies: 2
Views: 9438

awesome.. that did the trick!

thanks,

Lloyd
by lloydalvarez
October 18th, 2005, 8:52 am
Forum: Expression Discussion
Topic: getting past the 32K AE limit
Replies: 2
Views: 9438

getting past the 32K AE limit

I wrote and expression using the Offset plugin to imitate a film projector: fps= 24; t=time * fps; move= t * 486; [effect("Offset")("Shift Center To")[0],effect("Offset")("Shift Center To")[1] + move] This expression works great until the Offset value gets pas...
by lloydalvarez
August 30th, 2005, 9:47 pm
Forum: General Scripts Library
Topic: Fit to Frame
Replies: 2
Views: 13986

By the way, I updated my Compify-720x486 script to work with non 4:3 Comps (it letterboxes them).

-Lloyd
by lloydalvarez
August 30th, 2005, 12:59 pm
Forum: General Scripts Library
Topic: Fit to Frame
Replies: 2
Views: 13986

Fit to Frame

Fits selected layers (they can be different sizes and pixel aspect ratios) proportionally to fill the Comp frame by giving you the choice of either cropping or letterboxing.

You can download the script here http://aescripts.com/2005/08/30/fit2frame/
by lloydalvarez
August 30th, 2005, 9:54 am
Forum: Script requests
Topic: fit-to-frame pics of diff sizes and aspect ratios
Replies: 2
Views: 9420

Hey Scott,

I wrote a script that should do what you want.. You can download it here:


Fit2Frame.jsx

Please let me know how it works out..

-Lloyd
by lloydalvarez
August 30th, 2005, 5:54 am
Forum: General Scripts Library
Topic: Compify 720x486 -- update for AE7 to allow adding Presets
Replies: 18
Views: 54239

Re: letterbox size

I found my mistake.. I didnt see that the scale values were multiplied by 100 in setscale method. So this works fine. Now one quesion. Is there any similar formulae to fit the comp into letterbox size? Thanks, Payal Hey Payal, Thanks for pointing that out, I modified the script to work with non 4:3...
by lloydalvarez
August 30th, 2005, 5:50 am
Forum: Script requests
Topic: Freelancer's Best Friend
Replies: 3
Views: 11424

Perhaps just uploading a copy of your preferences file to a server or storing it on a disk or thumb drive would be the best approach. Then you could manually back up the machine's current preferences, copy over your own, and restore when you are done. That shouldn't be too much work. And that's wha...