sheathe 0.1.2

Pure-Rust HLS/DASH/CMAF media packager (Shaka Packager alternative) — `sheathe` CLI
sheathe-0.1.2 is not a library.

sheathe

Pure-Rust HLS / DASH / CMAF media packager — a memory-safe, dependency-light alternative to Shaka Packager.

cargo install sheathe
sheathe package input.mp4 --out site/ --dash --hls

Demuxes MP4, writes CMAF init + media segments, and emits DASH (SegmentTimeline) and HLS (master + media, audio rendition groups) with correct RFC 6381 codec strings. CENC cenc / cbcs encryption via --enc-key KID:KEY.

See the project repository for the full README, ROADMAP, and crate breakdown. Licensed under MIT OR Apache-2.0.