Expand description
Rust helpers for drafting faceless YouTube short script outlines.
Pair this crate with the FacelessVideos web app: sketch the script outline locally, then paste into the editor at https://facelessvideos.app to generate narration, B-roll, captions, and the MP4.
§Example
use facelessvideos::ScriptTemplate;
let t = ScriptTemplate::new("compound interest", "casual", 45);
let outline = t.render();
assert!(outline.contains("facelessvideos.app"));Structs§
- Script
Template - A faceless YouTube short script outline.
Constants§
- HOMEPAGE_
URL - Canonical URL of the FacelessVideos web app.