Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects blending/mixing motion-trackers

  • blending/mixing motion-trackers

    Posted by Cache on October 29, 2007 at 4:47 pm

    hello !

    excuse me if the answer is around here somewhere, did a few search but could not find anything..

    I’ve got two motion trackers set up in cs3, tracking two different points of a footage.

    Is there a(n easy) way to average them (their values), and apply this new, blended/mixed tracker to a footage/layer ?

    thanks in advance for any suggestions!

    Cache replied 18 years, 6 months ago 2 Members · 2 Replies
  • 2 Replies
  • Kevin Camp

    October 29, 2007 at 6:18 pm

    if you have trackers applied to nulls, you could apply an expression like this to your layer’s position (or the position of another null and parent the footage to that null).

    a = thisComp.layer("Null 1").transform.position;
    b = thisComp.layer("Null 2").transform.position;
    div((a + b), 2)
    

    Kevin Camp
    Designer – KCPQ, KMYQ & KRCW

  • Cache

    October 30, 2007 at 12:01 am

    thank you so much for your help, its working perfectly !
    (man, i love creativ cow!)

    have a nice day !

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