TL;DR
- 1CBR gives predictable bandwidth and storage planning, which helps NVR sizing and constrained uplinks.
- 2VBR can improve image quality or reduce file size when scene motion changes, but storage forecasts become less predictable.
- 3For CCTV, the best choice depends on whether the design priority is network predictability, evidence quality, or retention cost.
Definition
CBR and VBR are bitrate control methods used by CCTV encoders and IP cameras. Constant bitrate (CBR) keeps the stream close to a fixed data rate, while variable bitrate (VBR) changes bandwidth and file size as scene complexity, motion, and compression settings change.
Why it matters
Bitrate strategy directly affects storage cost, uplink sizing, remote viewing quality, and how video behaves under motion-heavy conditions. Choosing the wrong mode can waste storage, overload links, or degrade usable evidence during critical events.
Where you'll see it
- CCTV storage calculators and NVR retention planning.
- Multi-camera network design where uplink capacity and PoE switch aggregation matter.
- Camera stream profiles for perimeter scenes, gates, warehouses, and low-light areas.
Common Pitfalls
- ⚠Choosing VBR without leaving storage headroom for night noise, rain, moving vegetation, or busy gate traffic.
- ⚠Using CBR so aggressively that the stream preserves bandwidth but loses important forensic detail.
- ⚠Comparing cameras by resolution alone while ignoring bitrate mode, GOP, codec, scene motion, and frame rate.
Implementation Notes
- Use CBR when bandwidth contracts, wireless links, or NVR sizing require predictable stream rates.
- Use VBR when image quality matters and the storage design includes enough headroom for complex scenes.
- Test bitrate behavior with real day/night footage before freezing retention, frame rate, and codec assumptions.
Related Terms
H.264
H.264 is a widely used video compression standard for CCTV and IP cameras. It reduces bandwidth and storage compared with frame-by-frame formats such as MJPEG while preserving practical evidence quality for live viewing, recording, and NVR retention.
H.265
H.265, also known as HEVC, is a video compression standard that can deliver similar visible quality to H.264 at lower bitrates when conditions are favorable. In CCTV, H.265 is usually considered when storage pressure or constrained bandwidth makes higher compression efficiency attractive.
MJPEG(Motion JPEG)
MJPEG is a video compression format that sends each frame as a separate JPEG image. It is simple and broadly compatible, but it usually uses much more bandwidth and storage than H.264 or H.265 in CCTV and perimeter-security systems.