app
Adom Video Post-Production
Public Made by Adomby adom
AI-driven studio for finishing demo videos: review every captured clip, flag and re-record the weak ones, speed up dead air, narrate, mux and auto-level, validate the final cut, and publish straight to the wiki, driven end to end by your AI.
[package]
name = "adom-video-post"
version = "1.0.3"
edition = "2021"
description = "Post-process screen recordings: speed up boring sections with overlay captions, voiceover after the fact, publish to the Adom Wiki"
license = "MIT"
[[bin]]
name = "adom-video-post"
path = "src/main.rs"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
clap = { version = "4", features = ["derive", "env"] }
tiny_http = "0.12"
uuid = { version = "1", features = ["v4"] }
[profile.release]
strip = true
lto = "thin"
opt-level = "z"