Expand description
Two-pass encoding management.
Two-pass encoding runs the encoder twice: the first pass analyzes the complexity of each frame, and the second pass uses that information to optimally distribute bits across the timeline for a given target bitrate.
Structsยง
- Pass
OneResult - Results from the first pass of a two-pass encode.
- TwoPass
Config - Configuration for a two-pass encode.
- TwoPass
Encoder - A two-pass encoder that manages both encoding passes.