facelessvideos
Rust helpers for drafting faceless YouTube short script outlines, paired with the FacelessVideos web app.
Why
FacelessVideos generates full AI-narrated faceless YouTube videos from a script. This crate helps Rust developers sketch script structures locally before submitting to the web app.
Install
[]
= "0.1"
Usage
use ScriptTemplate;
let t = new;
println!;
Output:
[Hook 0-3s] compound interest — grab attention.
[Body 3-40s] Cover compound interest in casual tone.
[CTA 40-45s] Subscribe / link in description.
Generate the full video at https://facelessvideos.app
Pair with the FacelessVideos web app
The output is intended as a script seed. Paste the outline into the FacelessVideos editor to generate narration, B-roll selection, captions, and the final MP4.
Related resources
License
MIT — see LICENSE.