Redo high_five movie with correlate.py, do tank_battle movie with correlate.py, rough...
[stop_motion.git] / high_five / n.sh
diff --git a/high_five/n.sh b/high_five/n.sh
new file mode 100755 (executable)
index 0000000..d5437e1
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+rm -f *.png
+../down.sh
+../correlate.py down_ out0_
+../correlate.py out0_ out1_
+../mean.py out1_*.png mean.png
+# visually inspect mean.png and place clipping information in post.txt
+../post.py <post.txt
+ffmpeg -framerate 5 -pattern_type glob -i 'post_*.png' -s 1366x768 -pix_fmt yuv420p -c:v libx264 high_five.mp4