Fluidr
about   tools   help   Y   Q   a         b   n   l
User / Nomadic Mark / Using ffmpeg and vidstab to stabilise videos. The video is a quick vlog on Storm Brendan and a collapsed tree
25,541 items
The settings:

The right is the stabilised version.

## Analyse
ffmpeg -i "2019-10-27 Shaky Timelapse Miami.MP4" -vf vidstabdetect -f null -

## Stabalise
ffmpeg -i clip01.MOV -vf vidstabtransform=smoothing=10:input="transforms.trf" clip-stabilized.mov

#### High Quality
ffmpeg -i clip01.Mov -vf vidstabtransform=input=transforms.trf:zoom=0:smoothing=10,unsharp=5:5:0.8:3:3:0.4 -vcodec libx264 -tune film -acodec copy -preset slow stabilized.mov

## Side by side
ffmpeg -i clip01.MOV -i stabilized.mov -filter_complex hstack merged.mov
Popularity
  • Views: 1591
  • Comments: 0
  • Favorites: 8
Dates
  • Taken: Jan 18, 2020
  • Uploaded: Jan 18, 2020
  • Updated: Oct 3, 2022