(no title)
eksu | 2 years ago
How does compression work vs say a side by side as a single stream in HEVC? Does either format allow them to compress based off of redundant information from the views being so similar?
eksu | 2 years ago
How does compression work vs say a side by side as a single stream in HEVC? Does either format allow them to compress based off of redundant information from the views being so similar?
jitl|2 years ago
> The multiview extension of HEVC (MV-HEVC) provides support for coding multiple views with inter-layer prediction. It is was designed as a high-level syntax only extension to allow reuse of existing decoder components.
If it was just a container, you’d need 2x independent HEVC data streams decoded independently into 2x video streams. It sounds like MV-HEVC is a single encoded data stream decoded into multiple video streams.