Video Stabilization on YouTube 14 years ago
You can try something similar on linux using transcode with these two lines:
transcode -J stabilize --mplayer_probe -i $infile
transcode -J transform --mplayer_probe -i $infile -y xvid4 -o $outfile
I found this blog post with more info: http://kevin.deldycke.com/tag/transcode/