sheathe 0.1.2

Pure-Rust HLS/DASH/CMAF media packager (Shaka Packager alternative) — `sheathe` CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# sheathe

**Pure-Rust HLS / DASH / CMAF media packager** — a memory-safe, dependency-light
alternative to [Shaka Packager](https://github.com/shaka-project/shaka-packager).

```sh
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](https://github.com/vbasky/sheathe) for the full
README, ROADMAP, and crate breakdown. Licensed under MIT OR Apache-2.0.