-
Smooth Credit Roll in 23.976 from After Effects to Final Cut 7
Hi Everyone,
I’m having some problems making a smooth credit roll in after effects for a 23.976 fcp7 project and can’t make them smooth for the life of me. I’m using an equation(posted below) to convert my movement to whole pixel amounts and it works just fine in 1080i29.97. I’m also viewing these through a kona lhi to an FSI monitor.
After talking with AJA my understanding is that the issue is 720p23.98 is an acquisition only format so final cut can’t actually play it back, it’s really playing back 720p59.94. I tried creating a 720p59.94 credit roll it and it plays back perfectly in 59.94 sequences but when placed in my 720p59.94 sequence unsurprisingly it goes all jittery again.
I’m hoping someone out there has run into this before and has a good solution! My only idea at the moment is the convert the final output to 59.94 and then add the credits on since I understand correctly that is essentially what Final Cut is doing when it playsback 23.976 anyways.
Equation I’m currently using but I’ve tried the rate+timeToFrames(time one) and the big funky one with lots of if than statements.
t = time;
fr = t/thisComp.frameDuration;
x = value [0];
s = -4; //Speed in pixels per frame[x, fr*s]