libvidstab

Video stabilization library and plugin for Transcode

brewmacoslinux
Try with needOr install directly
Source

About

Transcode video stabilization plugin

Commands

vidstab

Examples

Analyze video for stabilization using default settings$ transcode -i input.avi -J stabilize -o output.avi
Apply stabilization with custom shakiness threshold$ transcode -i input.avi -J stabilize=shakiness=4 -o output.avi
Generate stabilization metadata for two-pass processing$ transcode -i input.avi -J stabilize=gen_transforms=1 -o /dev/null