prepare writing ffmpeg commands
This commit is contained in:
parent
d59ca4aceb
commit
823d8ce5dc
6 changed files with 434 additions and 11 deletions
|
@ -10,7 +10,10 @@ edition = "2021"
|
|||
anyhow = "1.0"
|
||||
camino = "1.1"
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
ffmpeg = { package = "ffmpeg-next", version = "6.0" }
|
||||
#ffmpeg = { package = "ffmpeg-next", version = "6.0" }
|
||||
indexmap = "1.9"
|
||||
rational = "1.4"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_with = "3.4"
|
||||
svgwriter = "0.1"
|
||||
toml = { package = "basic-toml", version = "0.1.4" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue