Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Time remapping clip and tracking null

  • Time remapping clip and tracking null

    Posted by Nicolas Guionnet on July 26, 2020 at 10:56 pm

    Hi,
    I have a clip.
    In it, an object A is tracked.
    The tracking target is a null, thus following A.
    I need to remap the time of the ensemble … without having to re-track every time …

    1°) I tried to remap both the clip and the null, controlling the remapping with a slider control. No way. A null cannot be remapped, apparently.

    2°) I tried to precompose the clip + the null.
    When I try to remap the composition, the null ignores the remapping … and it stops following A.

    How can I do this ?
    Is there a way to convert the tracking null to a normal moving object ?

    Thanks

    Chaz Chester replied 5 years, 9 months ago 2 Members · 5 Replies
  • 5 Replies
  • Chaz Chester

    July 26, 2020 at 11:02 pm

    You should be able to just pre-compose the footage (without any time remapping) and the null together and then time remap the pre-comp itself, right?

  • Nicolas Guionnet

    July 26, 2020 at 11:10 pm

    OOOPPPs ! Wrong diagnostic !

    You’re right Chaz … and in fact, it works ! ( Thanks for your answer ! )

    BUT … I have another problem as an expression outside of the precomposed [ clip + tracking null ] tries to access the position of the null …
    It seems that it only gets the position at the present time ( without the time remapping ).

    Is there a way to solve this ?

    Thus, this post is now expression oriented … (sorry, wrong forum )

  • Nicolas Guionnet

    July 26, 2020 at 11:25 pm

    I simply used this code to solve my problem :
    yourTime=thisComp.layer("tracked-ball").timeRemap;
    pos = comp("tracked-ball").layer("motion-tracker").transform.position.valueAtTime(yourTime);

  • Chaz Chester

    July 26, 2020 at 11:35 pm

    One solution would be to pre-compose the layer that has the expression on it and apply the same time re-mapping to that pre-comp. If the position data is staying the same (like, you’re not planning on re-tracking the shot or moving the null), you could could convert the expression to keyframes and then re-time the keyframes to sync up with your time remapping. You can easily scale the timing of several keyframes by selecting them and holding down option/alt while dragging the first or last selected keyframe from side to side.

  • Chaz Chester

    July 26, 2020 at 11:36 pm

    ….or that. Glad you got it figured out ?

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