https://github.com/grazen0/video-ascii
A CLI tool that plays videos as ASCII text
https://github.com/grazen0/video-ascii
ascii nodejs typescript
Last synced: 10 months ago
JSON representation
A CLI tool that plays videos as ASCII text
- Host: GitHub
- URL: https://github.com/grazen0/video-ascii
- Owner: Grazen0
- License: mit
- Created: 2021-08-05T15:47:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T17:02:04.000Z (about 3 years ago)
- Last Synced: 2024-09-03T18:05:01.580Z (over 1 year ago)
- Topics: ascii, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 11.6 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# video-ascii
A cool terminal app that converts videos into ASCII text and reproduces them.

## Installation
The package must be installed globally to work:
```bash
$ npm i -g video-ascii # npm
$ yarn global add video-ascii # yarn
```
## How does it work?
First, use the `convert` command on a .mp4 file:
```bash
$ vii convert my_video.mp4
```
This will create a file called `my_video.vii` on the same directory.
Next, use the `play` command to reproduce the .vii file:
```bash
$ vii play my_video.vii
```