pub fn stripe_count(height: i32, output_mode: i32, fullframe: bool) -> usizeExpand description
How many horizontal stripes a frame of height is split into, which is the choice of how
much encode parallelism to spend on it.
A full-frame session is one contiguous stream and so a single stripe; otherwise the frame fans out across cores, bounded so no stripe is shorter than a macroblock row. Both the encoder and the settings line report from here, so what is logged is what is encoded.