Implementation of "Auto-Directed Video Stabilization with Robust L1 Optimal Camera Paths"(link). The algorithm computes L1-norm optimized camera paths composed of constant, linear and parabolic segments inspired from professional camera equipment like tripods and camera dolly. The algorithm is evidently laden with significance for its implementation in several modern video editors and YouTube.
ffmpeg
matlab
cvx
vlfeat
ffmpeg -i test.mp4 frames/out-%05d.jpg
main.m
and optimizeAffineTransforms.m
.main.m
.main.m
. bash create_video.sh
This project is licensed under the GPL v.2 License.