Fix ffmpeg progress not working with fast encoder

This commit is contained in:
bytedream 2023-12-10 14:27:05 +01:00
parent 8613ea80cc
commit 0a26083232
3 changed files with 49 additions and 23 deletions

View file

@ -38,6 +38,7 @@ shlex = "1.2"
sys-locale = "0.3"
tempfile = "3.8"
tokio = { version = "1.34", features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }
tokio-util = "0.7"
tower-service = "0.3"
rustls-native-certs = { version = "0.6", optional = true }