add ascii mode

This commit is contained in:
2026-03-09 20:24:31 +01:00
parent bf3f061b19
commit c0562b5043
4 changed files with 742 additions and 0 deletions

9
termshrek/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "termshrek"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.60", features = ["derive"] }
ffmpeg-next = "8.0.0"
term_size = "0.3.2"