Skip to main content

Module bitrate_control

Module bitrate_control 

Source
Expand description

Bitrate control and rate estimation for transcoding pipelines.

Provides rate-control mode selection, target bitrate specification, and a rolling estimator for measuring live encoding throughput.

Structs§

BitrateEstimator
Tracks per-frame sizes and derives a rolling bitrate estimate.
TargetBitrate
Target bitrate specification with peak, average, and minimum limits.

Enums§

RateControlMode
Rate-control algorithm used during encoding.