CLI tool for converting your images into ASCII art
-
CC linker (Windows - Microsoft Visual Studio with C++ Support) (Linux - gcc)
-
Important: Current minimal Rust version is 1.87!
Using cargo:
cargo install tapciifyUsing cargo-binstall:
cargo binstall tapciify -y-
Run:
tapciify -i imagePath -w imageWidthfor image. -
Run:
tapciify -i imagePath -w imageWidth -rfor reversed colors.
In this example I set framerate to 24 (but you can use any another)
Requires ffmpeg
-
Make frames from video into dir:
mkdir frames; ffmpeg -i bad_apple.mkv frames/%08d.jpeg -
Run:
tapciify -i frames/* -w videoWidth -f 24






