Generate an adaptive-bitrate HLS package (master playlist + variant playlists + CMAF segments) for self-hosted video delivery. Output is a ZIP ready to drop onto any static host.
Pick a source video, pick a bitrate ladder (720p single, 720p+480p, or 1080p+720p+480p), pick a segment duration, and the tool produces a ZIP containing one variant playlist + CMAF .ts segments per rung, plus a master playlist that points to all variants.
Unzip the package, upload to any static host (S3, Cloudflare R2, plain nginx) and an HLS-capable player will pick the right bitrate based on the viewer's bandwidth.
Skip Mux / Cloudflare Stream for occasional video. Ship the HLS package alongside your assets.
Internal video portal where Mux feels like overkill. HLS over static hosting is enough.
Long-form recordings that should still play smoothly on slow connections, without buying a streaming product.