Files
VideoToAscii/README.md
2026-01-19 22:25:41 +01:00

20 lines
317 B
Markdown

# 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.