nannou-sketches/render-video.sh

2 lines
76 B
Bash

(cd $1 && ffmpeg -framerate 60 -i frames/%05d.png -pix_fmt yuv420p out.mp4)