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