refactor: replace rust-ffmpeg with simple process call

This commit is contained in:
Elias Wendland
2026-07-16 16:50:40 +02:00
parent edfe5aab3e
commit f8b5372e2e
3 changed files with 41 additions and 48 deletions
-1
View File
@@ -48,7 +48,6 @@ clap = { version = "4.6.1", features = ["derive"] }
image = "0.25.10"
infer = "0.16.0"
petgraph = "0.8.3"
rust_ffmpeg = "1.0.0"
tempfile = "3.27.0"
thiserror = "2.0.18"
tokio = { version = "1.52.3", features = ["rt", "rt-multi-thread"] }