tux3/Evolve

add video conversion script

infoburp opened this issue · 2 comments

ffmpeg -i input.mp4 frame%04d.png

for f in *.png; do
./Evolve "$f"
done

ffmpeg -i %05d.render.png output.mp4

tux3 commented

I'm not sure it's really in the scope of the repo.

I created a userscripts repo for mad stuff like this
https://github.com/infoburp/Evolve-userscripts/