Warp Stabilizing and Frame Blending in After Effects.
I have some questions about Warp Stabilizing and Frame Blending in AE. I don't like AE. It's too complicated for my liking, but a few times a years I have to use it. So bear with me.
The project involves a 35-min home movie from the late 1960s. The scan first goes into After Effects, to adjust the frame rate from 16 to 24fps, by blending every second frame 50:50 with the next. I use a script that someone on this forum wrote for me several years ago:
n=3 //For m:n pulldown. Do not use for 1:2 pulldown.
f = timeToFrames(time);
f=f-2;
s =Math.floor(f);
if (s%n==n-2)
50
else 100
I don't understand it, but I know how to use it. In my opinion, it gives better results than the inbuilt frame blending. Anyway, from AE the blended composition is sent to Premiere, where I have cut it into about 300 scenes, each scene edited for colour and contrast, and a frame or two removed at the splice points. Dozens of hours work so far. And I have a horrible suspicion I may have gone about this the wrong way if I want to use Warp Stabilizing. But I can live without it.
At the moment, in AE, I have two items in the Project window: a 24 fps composition, and the film itself at 16fps. In the window at the bottom I have two copies of the film. The top copy has the script applied, and both have been moved in a certain way to align them so that the script works properly. And everything works fine – in AE and in Premiere.
Ques 1
But it is not stabilized. The problem is: how do I stabilize and not have scene changes and frame blending bugger up the stabilizing? Is there any way I can stabilize inside my existing AE project and not have it interfere with what's already in Premiere?
I think this is what I should have done:
1. Import the 16fps film into AE, cut it into scenes, and remove the splice imperfections.
2. Stabilize each scene.
3. Somehow get that edited and stabilized 16fps version into a 24fps composition, ready for frame blending via the script.
4. Send to Premiere for colour and contrast correction.
Ques 2
Assuming the above steps would work, when I import a razored AE composition into Premiere, do the razor points appear in Premiere? Or would I have to manually apply 300 razor points?
Looking at all the above, I may have to forget stabilizing this time. But next time…
