facelessvideos 0.1.0

Rust helpers for drafting faceless YouTube short script outlines, paired with the FacelessVideos web app.
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented1 out of 4 items with examples
  • Size
  • Source code size: 4.9 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 316.22 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • jacky-xbb/facelessvideos-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jacky-xbb

facelessvideos

Crates.io docs.rs

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

[dependencies]
facelessvideos = "0.1"

Usage

use facelessvideos::ScriptTemplate;

let t = ScriptTemplate::new("compound interest", "casual", 45);
println!("{}", t.render());

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.