bandersnatch/make.sh
alyssadev 7a5d9a1f04 init
2022-01-10 22:29:51 +10:00

8 lines
211 B
Bash

#!/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