295 B
295 B
Todo:
- Auto create a mp4 from generate images
- Instead of using the command
ffmpeg -r 20 -i tmp/out_%d.png -vcodec libx264 -crf 25 test.mp4maybe use a rust library to do the same (more research needed)
- Instead of using the command
- GPU compute via ArrayFire-rust