I am hoping that someone might have a good suggestion on how to overcome my problem regarding the interpolation between keyframes.
I am panning a scene that starts out with slow movent and gradually increases at a steady rate. In other words, the panning is accelerating. For example, the keyframes might have the following values for X Center: 0, 50, 100, 400, 800. My problem is that when the video plays, the change from one keyframe speed segment to the other is quite noticeable. Note that I am using Linear interpolation. If I use any other interpolation, it is far worse. For example, using the Smooth interpolation will cause the panning to slow down at each keyframe and then speed up. The term Smooth is really a misnomer.
What I really need is a Bezier curve sort of interpolation to smooth the transitions. Some keyframe-based products (like the Wax plugin) actually show you the curve path between keyframes and allow you to adjust Bezier control points to get exactly what you want. For now I have inserted additional keyframes with linear interpolation to make the transitions less noticeable. Any help on simplifying this would be appreciated.
I am panning a scene that starts out with slow movent and gradually increases at a steady rate. In other words, the panning is accelerating. For example, the keyframes might have the following values for X Center: 0, 50, 100, 400, 800. My problem is that when the video plays, the change from one keyframe speed segment to the other is quite noticeable. Note that I am using Linear interpolation. If I use any other interpolation, it is far worse. For example, using the Smooth interpolation will cause the panning to slow down at each keyframe and then speed up. The term Smooth is really a misnomer.
What I really need is a Bezier curve sort of interpolation to smooth the transitions. Some keyframe-based products (like the Wax plugin) actually show you the curve path between keyframes and allow you to adjust Bezier control points to get exactly what you want. For now I have inserted additional keyframes with linear interpolation to make the transitions less noticeable. Any help on simplifying this would be appreciated.