this part need a lot of more work !

This commit is contained in:
tTh
2023-02-11 17:00:58 +01:00
parent 87191666b4
commit 6c9f562c13
13 changed files with 84 additions and 50 deletions

View File

@@ -4,9 +4,13 @@ set -e # stop on error
make animation
date > animation.log
LOG="log.animation"
time ./animation | tee animation.log
date >> $LOG
./encode.sh WS/nanim/ quux.mp4
./encode.sh WS/colmap/ zzz.mp4
time ./animation | tee -a $LOG
./encode.sh WS/nanim/ gravity-field.mp4
./encode.sh WS/colmap/ gravity-colmap.mp4
ls -rtl *.mp4 >> $LOG