prepare writing ffmpeg commands

This commit is contained in:
Dominic 2023-10-28 23:38:17 +02:00
parent d59ca4aceb
commit 823d8ce5dc
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
6 changed files with 434 additions and 11 deletions

View file

@ -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" }