Redo high_five movie with correlate.py, do tank_battle movie with correlate.py, rough...
[stop_motion.git] / high_five / n.sh
1 #!/bin/sh
2 rm -f *.png
3 ../down.sh
4 ../correlate.py down_ out0_
5 ../correlate.py out0_ out1_
6 ../mean.py out1_*.png mean.png
7 # visually inspect mean.png and place clipping information in post.txt
8 ../post.py <post.txt
9 ffmpeg -framerate 5 -pattern_type glob -i 'post_*.png' -s 1366x768 -pix_fmt yuv420p -c:v libx264 high_five.mp4