Beautify conversion script and delete junk files

This commit is contained in:
Marco Thomas
2022-04-17 19:11:25 +02:00
parent 9478afd490
commit d5de0d3db6
1098 changed files with 55 additions and 10961 deletions

View File

@@ -2,7 +2,10 @@
* Features
* Dependencies
The video-to-ascii conversion script uses [[https://github.com/ivanl-exe/image-to-ascii/][image-to-ascii]] for the conversion in the background.
It is assumed to be located on the same height as this project and that it is build in release-mode (due to performance).
* TODO
- [ ] Add README Stuff
- [ ] Python script should allow to reduce framerate (drop every X frame)
- [ ] Add args to python script
- [ ] Rewrite ascii conversion in Rust (with an own impl of ascii-to-text)