Answered
how to call .aex file in after effects script?
i want to apply a transition between two video clips and the transition is a .aex file. i can apply ffx with "applyPreset".
how can i apply it via script? or even an outside code?
thanks!
i want to apply a transition between two video clips and the transition is a .aex file. i can apply ffx with "applyPreset".
how can i apply it via script? or even an outside code?
thanks!
So are you asking how you would apply a transition effect to a layer? I guess that would be like this:
var myLayer = app.project.activeItem.layer(1);
myLayer.property("Effects").addProperty("Linear Wipe");
Dan
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.