AdamSpannbauer/python_video_stab
A Python library for stabilizing shaky video footage using traditional computer vision techniques via OpenCV.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This package provides a VidStab class for video stabilization based on Nghia Ho’s OpenCV-based approach. It processes input video frames to estimate motion between consecutive frames, applies smoothing transformations, and outputs stabilized video. The library offers both a Python API for programmatic use and command-line interface for batch processing.