A CLI tool that converts videos to ASCII and displays them to the terminal on the fly
Note: I am relatively new to rust so any sort of suggestions, questions, and contributions are completely welcome!
sh
$ asc [OPTIONS] --file <FILE>
File
-f, --file <FILE
Specify the input video file to be convertered
Output
-o, --output <OUTPUT>
Optional filename for asciiframe to write rendered output to, which can be run later to display the video
cargo install asciiframe
Make sure ~/.cargo/bin
is in your path
Clone the repository then install it with
cargo install --path .
Make sure ~/.cargo/bin
is in your path
To build from source, you'll need opencv
and clang