I am working with very large sequence of 9720 x 1920. Most things work fine but I am having trouble with simple position animations.
I have this large bitmap 19793 x 2730 that I wish to slowly move as it it were a camera pan.
Setting simple key frames on the position property in the Effect Controls makes the bitmap pan but the movement is not steady but jittery.
The movement is a simple linear interpolation between two positions.
When I do the same in a small sequence like 1920 x 1080 then there are no issues. This seems to suggest the issue is with the large project frame.
Does anyone know how to prevent the jitter?