This is the thesis
[matches/honours.git] / thesis / simulation / egun / movie.sh
diff --git a/thesis/simulation/egun/movie.sh b/thesis/simulation/egun/movie.sh
new file mode 100755 (executable)
index 0000000..2811f9a
--- /dev/null
@@ -0,0 +1,8 @@
+for i in *.dat; do
+       echo $i
+       out=$( echo $i | sed 's:\.dat::g')
+       
+done
+
+ffmpeg -r 10 -b 1024k -i %d.png movie.mp4
+

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