Skip to main content

Module two_pass

Module two_pass 

Source
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ยง

PassOneResult
Results from the first pass of a two-pass encode.
TwoPassConfig
Configuration for a two-pass encode.
TwoPassEncoder
A two-pass encoder that manages both encoding passes.