bandersnatch/make.sh

8 lines
211 B
Bash
Raw Normal View History

2022-01-10 12:29:51 +00:00
#!/bin/bash
read SEED length <<<$(SEED=${SEED} python3 bandersnatch.py)
echo $length >&2
ffmpeg -hide_banner -v warning -stats -f concat -safe 0 -i out/${SEED}.txt -c copy out/${SEED}.mp4
echo out/${SEED}.mp4