-
- Downloads
initial commit
parents
No related branches found
No related tags found
.gitignore
0 → 100644
Cargo.toml
0 → 100644
# -*- eval: (cargo-minor-mode 1) -*- | ||
[package] | ||
name = "render_video" | ||
version = "0.0.0" | ||
publish = false | ||
edition = "2021" | ||
[dependencies] | ||
anyhow = "1.0" | ||
camino = "1.1" | ||
clap = { version = "4.4", features = ["derive"] } | ||
ffmpeg = { package = "ffmpeg-next", version = "6.0" } | ||
serde = { version = "1.0.188", features = ["derive"] } | ||
serde_with = "3.4" | ||
toml = { package = "basic-toml", version = "0.1.4" } |
rustfmt.toml
0 → 100644
src/main.rs
0 → 100644
src/time.rs
0 → 100644
Please register or sign in to comment