Rate control is how an encoder allocates bits over time, and the mode you choose shapes where any quality dips appear. Constant bitrate (CBR) holds the bitrate steady, which suits strict bandwidth limits but lets quality dip on the hardest scenes; variable bitrate (VBR) lets the bitrate rise and fall to keep quality more even; and constant-quality modes such as CRF hold a chosen quality and let the bitrate vary with scene difficulty. Capped CRF combines the two, targeting constant quality but enforcing a bitrate ceiling so a hard scene cannot run away. This matters to quality measurement because the mode decides whether a low-percentile dip shows up as a quality problem (CBR on a hard scene) or a bitrate spike (capped CRF), which in turn affects how a quality gate or regression test should read the result. A quality target naturally pairs with constant-quality modes, since both fix quality and let the bitrate float; CRF is the specific knob used to approximate the target.