跳转到主要内容
How it works 5 min read

How Video Stabilization Works: Estimation and Cost

Why shaky handheld footage can be "steadied" — the tool estimates the frame’s overall drift shot by shot, then shifts every frame back into alignment. Stability is paid for in field of view; understanding the mechanism tells you when to use it and how hard.

What shake is: the framing drifting

When you shoot handheld, your hands micro-drift and the camera’s framing drifts with them — the wall and the horizon wander around the frame. Viewers are extremely sensitive to this: even slight drift reads as amateur.

Stabilization is not about making the picture sharper — it is an alignment problem: put the wall back where it was in the previous frame, and the wander disappears.

Motion estimation and reverse compensation

The stabilizer searches neighboring frames for the picture’s overall displacement (global motion estimation): within a set search radius, it compares the current frame against a reference and answers "how many pixels did the whole picture move, and which way".

Once the displacement is known, the frame is shifted back — reverse compensation. A larger search radius corrects larger shake (the 8-32 pixel strength slider is exactly this radius) at higher compute cost. The 16-pixel default suits mild walking shake.

The cost: crop and resolution

After shifting back, the frame edges expose a sliver of "no content" — the picture moved, so regions outside the original framing squeeze in from the border. The fix is scaling the compensated picture up slightly and cropping the edges away.

So stability is bought with field of view: stronger correction means more crop and lower effective resolution (scaling spreads the same pixels thinner). Mild stabilization is visually free; heavy settings are noticeable.

Where it hits the limit

Translation compensation only fixes translation-type shake. Rotational drift (wrist rotation tilting the frame) and rolling-shutter skew (the jelly effect bending straight lines) are not translations — they cannot be estimated or compensated away.

Violent shake (running, vehicle mounts) exceeds the search radius too. Stabilization rescues mild wobble, not disaster footage. Optical stabilization and gimbals on the capture side are always better — they cost no crop — and a stabilizer is the last line of defense.

Frequently asked questions