Skip to main content

Module abr

Module abr 

Source
Expand description

Adaptive bitrate (ABR) ladder for multi-rendition HLS / DASH output.

This module provides AbrLadder and Rendition. An AbrLadder holds an ordered list of Renditions (resolution + bitrate pairs) and produces multi-variant HLS or multi-representation DASH output from a single input file in one call.

Structsยง

AbrLadder
Produces multi-rendition HLS or DASH output from a single input.
Rendition
A single resolution/bitrate rendition in an ABR ladder.