get another frame from the layer
hi,everyone
here's question:
i wanna read frames(pf effect world) in layer in effect plug-in , use of them make effect.
but didn't find method either in sdk guide or in examples.
i find
"answers timeless question, 'how rendered frame
from after effects?' "
in example "grabba" don't know plug-in appears in after effects.
now want access frames, no matter in effect or aegp.
btw,
"in_data->current_time.params[0]"
which appears in sdk guide doesn't seem exist.
expecting answer
han
hi hohokyo!
welcome forum!
there few ways of getting layer's pixels (any layer in comp, including 1 effect on).
two of discussed here:
http://forums.adobe.com/message/4015513#4015513
the concept of sampling times other current referred "wide_time", , there;s flag set work.
in both methods can specify time wish sample, can access frame in sequence @ time.
for both these methods must have layer param, pointing @ layer wish check (you can set point self default).
that param can hidden user needs not bothered it.
there third way, involves accessing source footage item of layer , rendering it, far less recommended, doesn't let ae know in advance you're do, ae doesn't cache these frames.
the advantage of method on other 2 can called @ time, while first 2 can give images during render call.
that's it.
:-)
More discussions in After Effects SDK
adobe
Comments
Post a Comment