Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Motion Tracking Off Screen

  • Motion Tracking Off Screen

    Posted by Please_do_not_use_all_caps_for_your_name_or_when_posting on July 5, 2007 at 3:18 pm

    I have searched the archives and thus far have not found a suitable solution to my motion tracking problem, maybe there isn’t one… Anyway I have a dolly panning shot that moves from left to right and I have an animation of vines growing that I want to span the entire panning shot correctly from a fixed birth point in the first frame to the terminal point in the last frame. I have tried using motion tracker to poor results and even tracking frame by frame which is better but still remains a shakey solution. Any options I am missing? Am I using motion tracker wrong? Is there a suitable option for off screen motion tracking?

    Thanks

    Danny

    Scott Roberts replied 18 years, 10 months ago 4 Members · 3 Replies
  • 3 Replies
  • Darby Edelen

    July 5, 2007 at 4:39 pm

    Well, you inherently need something in the video to track, so there’s no way to use a feature outside the frame of the footage. But if you examine the help documentation on motion tracking you should find that you can have your track feature and your attach point in different locations (see the help if you’re not familiar with these terms).

    This can cause problems if the feature doesn’t move at the same rate as the location you’re trying to attach to (due to parallax or other optical phenomenon), but if you can pull it off then it’s really one of the better options.

    The only other option I’m aware of is animating the beginning and ending keyframes by hand or using an expression on the applied position data:

    keyTime = position.key(1).time;
    if(time > keyTime) loopOut("continue");
    else loopIn("continue");

    This will cause the layer’s position property to keep changing linearly based on the first known speed/direction and last known speed/direction. Since it’s linear it often doesn’t give great results, but it can be enough to fake the layer entering and exiting the screen.

    Note: I didn’t get a chance to check that expression for syntax, if it causes problems let me know.

    Darby Edelen
    DVD Menu Artist
    Left Coast Digital
    Aptos, CA

  • Mike Clasby

    July 5, 2007 at 4:45 pm

    I don’t know if this is what you want, but if you want to move the the track points but leave the attach point in the same place (as the original attach point and tracking pointss move off screen), this might help:

    Tracking obscured objects in video

    https://studio.adobe.com/us/tips/tip.jsp?p=1&id=399&xml=aft6tracking

    Here’s an excerpt:

    5. Move the search and feature regions. When the tracked object becomes obscured so that the feature region can no longer track it, stop the analyzing process. If necessary, back up a few frames, and then move the feature and search regions to the new feature. Leave the attach point in the same location by pressing Alt (Windows) or Option (Mac OS) as you drag the area of the track point between the search and feature regions, or by dragging the edge of the feature region.

    So can you just start tracking and move the track point just before it’s about to leave the screen (on the left), move it to the right while pressing Alt (Windows) or Option (Mac OS), if I’m reading correctly.

  • Scott Roberts

    July 6, 2007 at 5:26 am

    Check out “Mocha” from Imagineer Systems: https://www.mokey.com/products/mocha/

    Color Grading presets for After Effects, Premiere, etc., plus free presets and more.

    LITTLE BLACK BIRD – PROFESSIONAL VISUAL EFFECTS

    https://www.littleblackbird.com

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