add helper scripts
This commit is contained in:
5
generate.sh
Executable file
5
generate.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
||||
do
|
||||
./make-svg.sh $i
|
||||
ffmpeg -i $i.svg -vf "scale=800:600" -pix_fmt argb -r 30 -f rawvideo $i.dat
|
||||
done
|
||||
Reference in New Issue
Block a user