Skip to main content

Module bitrate_estimator

Module bitrate_estimator 

Source
Expand description

Bitrate estimation from QP/CRF, resolution, and frame-rate parameters.

This module also integrates RunningStats and BitrateRunningAnalyzer so that callers can accumulate per-frame bitrate statistics incrementally (Welford online algorithm) without storing all past values.

Structsยง

BitrateEstimator
Estimates output bitrate (bits per second) from encode parameters.
VideoParams
A helper that bundles video parameters for convenience.