FFMPEG – Stabilize video in two commands
ffmpeg2 -i video_file.MOV -vf vidstabdetect=shakiness=5:show=1 video_file.MOV
ffmpeg2 -i video_file.MOV -vf vidstabtransform,unsharp=5:5:0.8:3:3:0.4 video_file.MOV
ffmpeg2 -i video_file.MOV -vf vidstabdetect=shakiness=5:show=1 video_file.MOV
ffmpeg2 -i video_file.MOV -vf vidstabtransform,unsharp=5:5:0.8:3:3:0.4 video_file.MOV