bandersnatch/make.sh

8 lines
232 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
2022-01-10 12:57:50 +00:00
ffmpeg -hide_banner -v warning -stats -f concat -safe 0 -i out/${SEED}.txt -c copy -movflags +faststart out/${SEED}.mp4
2022-01-10 12:29:51 +00:00
echo out/${SEED}.mp4