this part need a lot of more work !
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user