Skip to main content
antc27331130
Participant
January 22, 2019
Question

Is there a way to adjust keyframes on the x or y planes after track motion is applied?

  • January 22, 2019
  • 1 reply
  • 336 views

I'm doing the image of a face thing tracked onto a video of a face. 

I track the motion and apply x and y directions of the object ot the null object (and attach the face to the null object).

My problem is the face is going up and down too much (on the y plane). My trackers were tracked well on the face but I'd like to take the vertical movements down a rung.

Is there an expression that can do a  y * 0.4  operation on the vertical movement of the face?

I suspect it is more complicated than this since the y values probably don't have a mean of zero.

I tried a few expressions like that in the null object where text goes in the 'Position' area but no luck. I'm quite new to this.

This topic has been closed for replies.

1 reply

Mylenium
Legend
January 23, 2019

But then you have no reference point and your face could be anywhere in the shot... This won't work because the position data is absolute in comp space, not relative to your face. You need to at least add one track point for the overall face. Once you have that, you simply subtract the values and multiply the difference, then adding it back. Nothing to do with the expressions, a general flaw in your approach.

Mylenium

antc27331130
Participant
January 23, 2019

>you simply subtract the values and multiply the difference 

I was wondering if there was a way to extract the keyframes so I could perform a function on all the y values.

Can they be exported to a csv?

Mylenium
Legend
January 23, 2019

AE has forever created as copy&paste data as tab separated (TSV) data which can transparently inserted and edited in Excel and text editors. Still, without a reference point you're still stuck in the same situation and it won't matter whether you do the math with an expression or externally.

Mylenium