mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Rework ffmpeg preset, add 3 quality levels and custom flags (#108)
This commit is contained in:
parent
b3226cdde5
commit
e115dcd87f
5 changed files with 356 additions and 116 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -315,6 +315,7 @@ dependencies = [
|
|||
"sanitize-filename",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"shlex",
|
||||
"signal-hook",
|
||||
"sys-locale",
|
||||
"tempfile",
|
||||
|
|
@ -1476,6 +1477,12 @@ dependencies = [
|
|||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "shlex"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
||||
|
||||
[[package]]
|
||||
name = "signal-hook"
|
||||
version = "0.3.14"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue