worst init ever
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal 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.
|
||||
Reference in New Issue
Block a user