first step in revamping
This commit is contained in:
@@ -3,14 +3,17 @@
|
||||
set -e # stop on error
|
||||
|
||||
make animation
|
||||
echo err = $?
|
||||
|
||||
LOG="WS/log.animation"
|
||||
|
||||
date >> $LOG
|
||||
|
||||
rm WS/colmap/* WS/nanim/*
|
||||
|
||||
time ./animation | tee -a $LOG
|
||||
|
||||
./encode.sh WS/nanim/ gravity-field.mp4
|
||||
./encode.sh WS/nanim/ gravity-nanim.mp4
|
||||
./encode.sh WS/colmap/ gravity-colmap.mp4
|
||||
|
||||
ls -rtl *.mp4 >> $LOG
|
||||
|
||||
Reference in New Issue
Block a user