Why Legacy VOB Files Use More Space Than HEVC

Legacy VOB (Video Object) files consume substantially more storage space per minute than modern HEVC (High Efficiency Video Coding) files primarily due to generational differences in video compression technology. Standardized in the mid-1990s for DVD media, VOB files rely on the antiquated MPEG-2 codec, which lacks modern data-reduction algorithms. In contrast, HEVC (H.265) uses advanced mathematical modeling, larger variable block sizes, and sophisticated prediction algorithms, allowing it to preserve the same or superior visual fidelity at a fraction of the bitrate and file size.

The Compression Gap: MPEG-2 vs. H.265

The fundamental driver of file size is bitrate—the amount of data processed per second of video. VOB files encapsulate MPEG-2 video streams, an architecture finalized in 1995. MPEG-2 requires a high bitrate (typically 4,000 to 9,000 kilobits per second) to deliver standard-definition (480p or 576p) video without severe artifacting.

HEVC, released in 2013, was specifically engineered to reduce bandwidth and storage requirements by roughly 50% compared to its immediate predecessor (H.264), and by more than 75% compared to MPEG-2. To produce a standard-definition image comparable to a DVD, HEVC needs only 500 to 1,000 kilobits per second, translating directly to massive storage savings.

Rigid Macroblocks vs. Flexible Coding Tree Units

MPEG-2 processes frames using rigid "macroblocks" fixed at 16x16 pixels. Whether analyzing an intricate texture or a flat, solid blue sky, the MPEG-2 encoder divides the entire image into these same small blocks. This creates substantial computational inefficiency because uniform areas still consume significant data.

HEVC replaces rigid macroblocks with Coding Tree Units (CTUs), which can dynamically scale from 4x4 up to 64x64 pixels. For expansive, uniform areas like walls or backgrounds, HEVC allocates massive 64x64 blocks with minimal metadata. It only subdivides down to smaller blocks in areas with complex detail, drastically reducing the data footprint.

Primitive vs. Advanced Prediction Algorithms

Video compression achieves high efficiency by predicting redundant information instead of storing every pixel in every frame.

Entropy Coding Efficiency

After video data is mathematically transformed and quantized, it undergoes entropy encoding—the final lossless packaging step. MPEG-2 uses basic Variable Length Coding (VLC), which relies on fixed Huffman lookup tables.

HEVC employs Context-Adaptive Binary Arithmetic Coding (CABAC). CABAC dynamically adapts to the probability of changing symbols in the video stream, packing the final data representation far more densely than the static tables of MPEG-2.

Summary

A minute of VOB video uses substantial storage because MPEG-2 cannot intelligently detect patterns, compress large uniform surfaces, or track complex motion. HEVC leverages decades of algorithmic advancements to discard visually redundant data, resulting in files that are up to 80% to 90% smaller than legacy VOB files at the same resolution.