png2t is a fun little program that allows you to print out image or play a video format in a shell, so long as the shell supports ANSI escape codes!
png2t was written entirely in Rust! It currently depends on FFMPEG being installed to the system, but later versions of this will hopefully use an internal image library rather than external shell calls. png2t decomposes videos into .exr image files of each of their frames, loads them into memory, then prints them as individual RGB pixels using ANSI Truecolor sequences. It even plays the sound!
It's cool!
Visit https://rustup.rs/ for installation instructions!
Debian-based:
sudo apt install -y ffmpeg
Fedora-based:
sudo dnf install -y ffmpeg
git clone [email protected]:bepri/png2t.git && cd png2t
cargo build --release
Resulting binary will be at target/release/png2t
- Go here and download
rustup-init.exe
- Run & follow prompts
- Install Visual Studio or the Visual C++ Build Tools, being sure to check the boxes for "C++ Tools" and "Windows 10 SDK"
Downloads can be found at this link.
git clone [email protected]:bepri/png2t.git && cd png2t
cargo build --release
Resulting binary will be at target/release/png2t.exe