You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It takes any video in .mp4 format, converts it to ASCII, and plays it in the terminal. I included one little video that I tested out and it works nicely. However, I haven't tried with any other videos, so results might be different. I did this all on windows, but im sure it will work on macOS and Linux too.
6
+
7
+
## Installation
8
+
I used OpenCV. Just run this command:
9
+
10
+
```bash
11
+
pip install opencv-python
12
+
```
13
+
## Usage
14
+
Make sure you're inside the folder, open up your terminal and just type:
0 commit comments