Interpolation
Chooses the position between Image0 and Image1; 0.5 is the midpoint.
Optical-flow interpolation between two images
Synthesizes an intermediate frame between two images using interpolation, depth ordering and optical-flow warping.
Tween is useful for motion-compensated in-between frames, short retiming repairs and transitions where a simple dissolve would create obvious double exposure.
Overview
Tween is useful for motion-compensated in-between frames, short retiming repairs and transitions where a simple dissolve would create obvious double exposure.
Think of Image0 and Image1 as the endpoints of a tiny time interval. Tween estimates motion between them and moves pixels toward the requested Interpolation position.
Think of Image0 and Image1 as the endpoints of a tiny time interval. Tween estimates motion between them and moves pixels toward the requested Interpolation position.
Flow anatomy
The port structure shows how this node fits into a Fusion graph.
Source image for the operation.
Source image for the operation.
Optional mask that limits where the node affects the image.
The processed result from this node.
Inspector
Start with these controls before reaching for more complicated workarounds.
Chooses the position between Image0 and Image1; 0.5 is the midpoint.
Chooses which motion should appear on top at occlusions.
Gives the fastest-moving warped regions priority when they overlap.
Gives the slower or more stable warped regions priority when they overlap.
Reduces edge gaps created by warping.
Chooses which source frames and forward/backward optical-flow warps contribute to the in-between frame.
Uses Image0 with the forward optical-flow warp.
Uses Image1 with the forward optical-flow warp.
Uses Image0 with the backward optical-flow warp.
Uses Image1 with the backward optical-flow warp.
Opens the motion-estimation method and advanced optical-flow controls used by Tween.
Uses Classic for method.
Uses Advanced for method.
Exposes deeper optical-flow controls for difficult shots.
Practical setup
Connect the two neighboring frames.
Set Interpolation to 0.5 for the hardest test.
Compare depth-ordering modes.
Check edge clamping.
Compare Classic and Advanced flow.
Inspect occlusions in motion.
Examples
Generate a synthetic frame between two neighbors.
Insert Tween into a short optical-flow repair chain.
Troubleshooting
Production notes
Related nodes