Show ffmpeg progress (#270)

This commit is contained in:
bytedream 2023-12-08 22:27:12 +01:00
parent 9ca3b79291
commit 9487dd3dbf
4 changed files with 176 additions and 32 deletions

View file

@ -34,8 +34,11 @@ serde_plain = "1.0"
shlex = "1.2"
sys-locale = "0.3"
tempfile = "3.8"
tokio = { version = "1.34", features = ["macros", "rt-multi-thread", "time"] }
tokio = { version = "1.34", features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }
rustls-native-certs = { version = "0.6", optional = true }
[target.'cfg(not(target_os = "windows"))'.dependencies]
nix = { version = "0.27", features = ["fs"] }
[build-dependencies]
chrono = "0.4"