Gradually apply stabilise including scale

Hey. Trying to gradually apply a pos/rot/scale stabilisation to a shot using a 0 to 1 multiplier for all values. Can’t for the life of me figure out how to do this with scale. Anyone know?

I use a separate axis to collect my tracking data (Called Tracker in my expressions) then use expressions modified by a dummy axis or variable, in the axis that controls the position of the image I want to variably stabilize. I scale X and Y separately. In the scaling.x the expression is ((10000/Tracker.scaling.x)*(modifier-times-.01))+(100-modifier). Substitute y for x for the scaling.y. Because of the formatting in this forum, I have used the word -times- instead of the mathmatically acceptable asterix for multiplication.

7 Likes

I have a fully working setup for this if you would like to either use it or just look at it and make your own.
VariableStabilizer.zip (9.3 KB) In this case, the modifier is the position.z channel of Tracker. If it is 0, there is no affect on the stabilization. If it is 100, the image will be fully stabilized.

12 Likes

Thank you YTF. This works exactly!

2 Likes

just found this , works great , thanks!!

1 Like