A Go project to display videos using ascii characters in the terminal.
- Display colored pixels
- Supports 256 colors
- Easy to use
Option | Flag | Default | Description |
---|---|---|---|
Video path | -v string | video.mp4 | Path to the video |
Colored output | -c | False | Enable colored display |
Fullfilled | -f | False | Display characters at max alpha (Only works with colored output) |
Frame rate | -fr int | 30 | Set framerate |
Run the project:
./player
or
go run main.go