Commit before breaking everything
[matches/honours.git] / research / simulations / egun / movie.sh
diff --git a/research/simulations/egun/movie.sh b/research/simulations/egun/movie.sh
new file mode 100755 (executable)
index 0000000..ba5d17e
--- /dev/null
@@ -0,0 +1,9 @@
+for i in *.dat; do
+       echo $i
+       out=$( echo $i | sed 's:\.dat::g')
+       ./plot.sh $i $out.png
+       
+done
+
+ffmpeg -r 10 -b 1024k -i %d.png movie.mp4
+

UCC git Repository :: git.ucc.asn.au