What is cqp in obs

Last updated: April 1, 2026

Quick Answer: CQP (Constant Quality Profile) in OBS is a video encoding method that maintains consistent quality throughout a video by adjusting the bitrate automatically, rather than fixing the bitrate to a specific value.

Key Facts

Understanding CQP in OBS

CQP (Constant Quality Profile) is a quality-based video encoding mode available in Open Broadcaster Software (OBS). Unlike traditional constant bitrate (CBR) encoding, which limits the data rate to a fixed value, CQP prioritizes maintaining a consistent level of visual quality throughout the entire video recording or stream.

How CQP Works

With CQP encoding, the encoder analyzes each frame and allocates as much bitrate as needed to maintain the target quality level. Complex scenes with lots of motion or detail receive higher bitrates, while simpler scenes receive lower bitrates. This results in more efficient use of bandwidth and storage space while ensuring visual quality remains constant.

CQP vs Other Encoding Methods

CQP differs from CBR (Constant Bitrate), which maintains a fixed bitrate regardless of content complexity, and VBR (Variable Bitrate), which allows quality to vary. CQP is superior for recording because it guarantees quality consistency, though the output file size may vary. CBR is better for live streaming on platforms with bandwidth restrictions.

System Requirements

Using CQP requires adequate CPU or GPU resources. H.265 (HEVC) with CQP offers better quality at lower bitrates than H.264 but demands more processing power. Ensure your hardware can handle the encoding load, especially if streaming simultaneously.

When to Use CQP

CQP is best for local recordings where file size is not a primary concern, and quality consistency is paramount. It's less suitable for live streaming to fixed-bandwidth platforms like Twitch or YouTube without careful monitoring of the resulting bitrate.

Related Questions

What is the difference between CBR and CQP encoding?

CBR (Constant Bitrate) maintains a fixed bitrate regardless of content, while CQP adjusts bitrate to maintain consistent quality. CBR is more predictable for streaming, while CQP is better for ensuring quality consistency in recordings.

What CQ level should I use in OBS?

CQ level typically ranges from 0-51, with lower values providing better quality. A CQ level of 18-23 is recommended for high-quality recordings, while 28-32 offers a balance between quality and file size.

Does CQP work for live streaming?

CQP can be used for live streaming, but variable bitrate output may cause issues on platforms with bandwidth limitations. It's generally more suitable for local recordings than live broadcasts.

Sources

  1. OBS Project Official Website GPL-2.0
  2. Wikipedia - H.264/MPEG-4 AVC CC-BY-SA-4.0