2022-11-28 23:47:44 +11:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -e # stop on error
|
|
|
|
|
2022-12-05 22:51:22 +11:00
|
|
|
make animation
|
2022-11-28 23:47:44 +11:00
|
|
|
|
2022-12-05 22:51:22 +11:00
|
|
|
time ./animation | tee animation.log
|
2022-11-30 12:52:16 +11:00
|
|
|
|
2022-12-05 22:51:22 +11:00
|
|
|
./encode.sh WS/nanim/ quux.mp4
|
2022-11-30 12:52:16 +11:00
|
|
|
|