Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Does After effects go Pixel Deep??

  • Does After effects go Pixel Deep??

    Posted by Deadittex on May 17, 2006 at 11:58 pm

    I am trying to calculate the Pixel rate that the Layer is moving at, IE how far a pixel moves perframe, we are trying to get it at three and have done the calculations, to do so. However I am wondering is there a way in after effects to Adjust or control, or check in upon the rate at which the pixels are traveling… for each layer .. this is very important do to the fact we are filming out tese comps, once exported as Targa…?? Thank you for your speedy reply?

    Deadittex replied 19 years, 11 months ago 2 Members · 4 Replies
  • 4 Replies
  • Dan Ebberts

    May 18, 2006 at 1:29 am

    You could display the speed of a layer by adding an expression like this to a text layer’s Source Text property:

    thisComp.layer(“your layer”).position.speed

    This gives you pixels per second. If you want pixels per frame, this should work:

    thisComp.layer(“your layer”).position.speed*thisComp.frameDuration

    Dan

  • Deadittex

    May 18, 2006 at 5:41 pm

    Thank you. . . Just as a side bar, once the expression is entered will the pixel rate be displayed in the value menue under position or if not where should it be display?

  • Dan Ebberts

    May 18, 2006 at 6:58 pm

    The text layer that you apply the expression to will display the speed in the comp window.

    You can also look at it by twirling open the Position property and looking at the speed value (you don’t need the expression to do that).

    Dan

  • Deadittex

    May 18, 2006 at 7:15 pm

    thanks again…

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy