This is the thesis
[matches/honours.git] / thesis / simulation / egun / movie.sh
1 for i in *.dat; do
2         echo $i
3         out=$( echo $i | sed 's:\.dat::g')
4         
5 done
6
7 ffmpeg -r 10 -b 1024k -i %d.png movie.mp4
8

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