20 lines
317 B
Markdown
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. |