
Online video stabiliser that takes shaky Image frames and emits steadied Image frames. It estimates inter-frame motion, smooths the warp over a moving window, and re-warps each frame, optionally cropping the margins the warp reveals to keep output size constant.
Steady handheld footage before text extraction.
Stabilise a live feed and stream the steadied frames to the browser.
smoothing_radius sets how many frames the warp is averaged over; larger values are smoother but lag real camera moves, smaller values track faster but leave more residual shake.
motion_model corrects more distortion but needs more reliable keypoints, and motion estimation that fails for a frame falls back to no correction for that frame rather than erroring.
crop_borders on, the warp-revealed margins are cropped and the valid region is rescaled to the original size; with it off, full size is kept with black fill. Output dimensions always match the input either way.
Automated release