worst init ever

This commit is contained in:
2026-01-19 22:25:41 +01:00
commit 53ad022bba
7 changed files with 653 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# VideoToAscii
## Usage
Have a file called bad_apple.mp4 in the root.
Then,
```sh
xmake run
```
## Install libs
```sh
apt install libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev
```
## Future
I'm too lazy right now to continue this.