IDR vs. CRA Frames in HEVC – Explanation & Use Cases Simplified

IDR (Instantaneous Decoder Refresh) and CRA (Clean Random Access) frames are types of IRAP (Random Access Pictures) in video encoding and specifically, the HEVC video codec, that ensure proper video decoding and playback. They serve as reference points for the decoder, allowing the video to start playing from specific points without needing information from earlier frames (in most cases, as we shall see).

This article provides an in-depth analysis of IDR (Instantaneous Decoding Refresh) & CRA (Clean Random Access) pictures, their differences, and their use cases.

Note: for a refresher on frame types (I, P, B-frames), please visit our in-depth tutorial here. To learn about GOPs, Closed, and Open-GOPs, please visit our GOP-tutorial here.

IDR Frames

Instantaneous Decoder Refresh (IDR) frames are critical reference frames in video encoding, often used in H.264/AVC and H.265/HEVC codecs. An IDR frame is a self-contained frame that does not require any other frames to decode the image correctly – and it only contains I-slices.

They are also known as I-frames (Intra-coded frames) because they only use intra-frame prediction to compress data. Intra-frame prediction exploits spatial redundancy within the frame, as opposed to inter-frame prediction, which takes advantage of temporal redundancy between consecutive frames.

When the decoder encounters an IDR frame, it can immediately start decoding the video from that point.

IDR frames also have the following properties:

  1. They serve as reference frames for subsequent Inter-coding (P and B) frames.
  2. IDRs reset the decoder state, allowing for a clean start in video decoding. This is also referred to as flushing the decoder state and removing all the pictures that have been stored in the decoder buffer.
  3. IDRs define the beginning of a Group of Pictures (GOP), a sequence of frames starting with an IDR frame followed by inter frames (P and B) that reference it. IDRs, thus, are associated with Closed GOPs – where pictures that follow the IDR cannot refer to pictures that come before the IDR.
IDR picture used in a Closed GOP
Closed GOP uses IDR Pictures

Use Case of IDR Frames:

IDR frames are particularly useful in scenarios where random access is crucial, such as video streaming services, video conferencing applications, and broadcast television. They allow users to seamlessly start playback from any point in the video, enable fast-forwarding and rewinding, and facilitate error recovery if the video data is lost or corrupted during transmission.

In common video streaming protocols, such as HLS or MPEG-DASH, every video segment starts with an IDR frame. This allows every segment of video to be independently decodable at the video player.

CRA Pictures

Clean Random Access (CRA) pictures, introduced in the H.265/HEVC codec, are similar to IDR frames but with a slight difference.

While they allow the decoder to start decoding from that point, they do not reset the decoder state entirely (unlike, IDR Frames that cause the decoder to be flushed).

Instead, CRA frames reference other frames within the same decoding session, preserving some information from the previous GOP. This feature, referred to as an “Open GOP” can be beneficial in reducing the bitrate, as CRA frames often require fewer bits to represent the same image quality compared to IDR frames.

By preventing the decoder from being flushed, the CRA frames allow decoders to keep using reference frames from before the CRA frame for subsequent inter-coded frames, which improves compression efficiency.

This characteristic allows CRA frames to provide better overall compression performance than IDR frames in some scenarios and allows for random access.

Open GOP uses CRA pictures
Open GOP uses CRA Pictures

Use Case of CRA Frames:

CRA frames are well-suited for applications where improved compression efficiency and random access capabilities are essential, such as adaptive bitrate streaming, where video quality needs to be dynamically adjusted based on available bandwidth. CRA frames enable seamless switching between different quality levels without abrupt visual artifacts.

Differences Between IDR & CRA frames

Random Access Level

IDR frames provide the highest level of random access, as they allow decoders to start decoding from any IDR frame without the need for prior frames. CRA frames also offer random access capabilities but maintain a “clean” state by not mandating the discarding of reference frames.

Compression Efficiency

IDR frames are the least efficient in terms of compression, as they only use intra-frame prediction and are self-contained.

CRA frames improve upon IDR frames by allowing the continued use of reference frames, leading to better compression performance.

Error Resilience

IDR frames can also facilitate error recovery, but they generally require a higher frequency of insertion in the video sequence, which increases the overall bitrate. CRA frames are not great options for achieving error resilience but provide a better solution than IDR frames in some scenarios.

Conclusion

In summary, IDR frames offer the highest level of random access and error recovery, while CRA frames strike a balance between random access and compression efficiency.

krishna rao vijayanagar
Krishna Rao Vijayanagar
Founder at OTTVerse

Krishna Rao Vijayanagar, Ph.D., is the Editor-in-Chief of OTTVerse, a news portal covering tech and business news in the OTT industry.

With extensive experience in video encoding, streaming, analytics, monetization, end-to-end streaming, and more, Krishna has held multiple leadership roles in R&D, Engineering, and Product at companies such as Harmonic Inc., MediaMelon, and Airtel Digital. Krishna has published numerous articles and research papers and speaks at industry events to share his insights and perspectives on the fundamentals and the future of OTT streaming.

Pallycon April NAB 2024

2 thoughts on “IDR vs. CRA Frames in HEVC – Explanation & Use Cases Simplified”

  1. Pingback: Easy Guide to HEVC Encoding using FFmpeg - CRF, CBR, 2-Pass, and More! - OTTVerse

  2. Pingback: I, P, and B-frames - Differences and Use Cases Made Easy - OTTVerse

Leave a Comment

Your email address will not be published. Required fields are marked *

Enjoying this article? Subscribe to OTTVerse and receive exclusive news and information from the OTT Industry.