mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix ffmpeg progress not working with fast encoder
This commit is contained in:
parent
8613ea80cc
commit
0a26083232
3 changed files with 49 additions and 23 deletions
|
|
@ -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 }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue