This commit is contained in:
Simon Gardling
2021-03-26 15:11:18 +00:00
parent a7bc5599bc
commit 7965d55de9
3 changed files with 17 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
### 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.mp4` maybe use a rust library to do the same (more research needed)
- Instead of using the command `ffmpeg -r 20 -i tmp/out_%d.png -vcodec libx265 -crf 25 -s 512x512 test.mp4` maybe use a rust library to do the same (more research needed)
- GPU compute via [ArrayFire-rust](https://github.com/arrayfire/arrayfire-rust)