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..f4c45ca
--- /dev/null
@@ -0,0 +1,9 @@
+for i in *.dat; do
+       echo $i
+       out=$( echo $i | sed 's:\.dat::g')
+       ./plot.sh $out.png
+       
+done
+
+ffmpeg -r 10 -b 1024k -i %d.png movie.mp4
+

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