CAN/CSA-ISO/IEC 13818-2:15 is the Canadian adoption of the international standard ISO/IEC 13818-2:2015, technically identical to ITU-T Recommendation H.262. This standard specifies the video coding technology commonly referred to as MPEG-2 Video. It defines a high‑quality, widely‑deployed video compression algorithm used in digital television, DVD video, broadcast services, video on demand, and professional video production. This article examines the scope, technical requirements, implementation considerations, and compliance aspects of the standard.
Scope and Application
The scope of CAN/CSA-ISO/IEC 13818-2:15 covers the syntax and semantics of a compressed video bitstream and the processes required for decoding. It is designed to support a wide range of applications:
- Broadcast television – Standard-definition (SDTV) and high-definition (HDTV) distribution over terrestrial, cable, and satellite networks.
- Physical media – DVD-Video and Blu-ray disc authoring.
- Professional video – Contribution and production links, studio recording, and editing.
- Streaming and storage – Video servers, personal video recorders, and IPTV systems.
As a Canadian standard, CAN/CSA-ISO/IEC 13818-2:15 ensures interoperability across domestically manufactured and deployed equipment while maintaining full conformance with the global ISO/IEC and ITU‑T frameworks. The standard is maintenance‑reviewed by CSA Group to reflect any corrigenda or amendments adopted by the international bodies.
Technical Requirements and Codec Architecture
MPEG-2 Video is a hybrid block‑based compression standard that combines intra‑frame coding with inter‑frame motion‑compensated prediction. The encoding process includes the following key stages:
- Color space conversion and subsampling (mainly 4:2:0, with extensions for 4:2:2 and 4:4:4).
- Block‑based motion estimation and compensation (macroblock size 16×16).
- Discrete cosine transform (DCT) on 8×8 blocks.
- Quantisation with perceptual weighting.
- Run‑length and variable‑length entropy coding (Huffman tables).
The standard defines three picture types: I‑frames (intra‑coded), P‑frames (predictive), and B‑frames (bidirectionally predictive). GOP (Group of Pictures) structures arrange these frames to balance random access, compression efficiency, and latency.
Profiles and Levels
A powerful tool of the standard is the profile/level system, which constrains syntactic and semantic parameters to enable interoperable interoperability between encoders and decoders with different capabilities.
| Profile | Level | Max Resolution | Max Frame Rate | Max Bitrate | Typical Use |
| Simple Profile | Main Level | 720×576 | 30 fps | 15 Mbit/s | Basic SDTV (no B‑frames) |
| Main Profile | Main Level | 720×576 | 30 fps | 15 Mbit/s | DVD, DVB‑SD |
| Main Profile | High Level | 1920×1152 | 30 fps | 80 Mbit/s | HDTV (ATSC, DVB‑HD) |
| 4:2:2 Profile | Main Level | 720×608 | 30 fps | 50 Mbit/s | Professional production |
| 4:2:2 Profile | High Level | 1920×1152 | 30 fps | 300 Mbit/s | High‑end contribution links |
Implementation Tip: When designing encoders for streaming or broadcast, the VBV (Video Buffering Verifier) model defined in §C.4 of the standard must be respected to ensure decoders can handle instantaneous data rate variations without buffer underflow/overflow.
Additional technical constraints include the maximum number of macroblocks per picture and per second, the support of scalability modes (spatial, temporal, SNR), and the handling of pan‑scan and 3:2 pulldown signalling. The standard also specifies a transport stream encapsulation path in conjunction with ISO/IEC 13818‑1 (MPEG‑2 Systems).
Implementation Highlights
Adopting CAN/CSA-ISO/IEC 13818-2:15 into a product or service requires careful attention to encoding optimisation, decoder compliance, and system integration.
Encoder Design Considerations
- Rate control: The standard does not mandate a specific rate‑control algorithm, but implementers must produce bitstreams that satisfy the hypothetical reference decoder (HRD) model. Constant bitrate (CBR) and variable bitrate (VBR) operation are both allowed.
- GOP structuring: Closed‑GOP and open‑GOP choices affect random access delay and compression efficiency. For broadcast, typical GOP lengths are 12 or 15 frames.
- Motion estimation: While not standardised, accurate motion compensation directly influences quality. Field/frame motion compensation can be used for interlaced material.
Decoder Requirements
Decoders claiming conformance must support the mandatory features of the declared profile and level. Key requirements include:
- Compliance to the decoding process defined in §6 and Annex B of the standard.
- Correct handling of repeat_first_field and top_field_first flags for interlaced sequences.
- Management of the VBV buffer size (which varies by level).
Compliance Warning: Some marketed “MPEG‑2 compatible” decoders may not correctly implement all extensions (e.g., 4:2:2 or scalable modes). Always verify conformance with the profile/level combination required by your application.
In modern systems, MPEG-2 Video is often paired with MPEG‑2 AAC or Dolby Digital for audio. Transcoding to newer codecs (H.264, H.265, AV1) is common, but source material should be decoded using a compliant MPEG-2 decoder to preserve original visual quality.
Compliance and Testing
CAN/CSA-ISO/IEC 13818-2:15 is identical to the international base standard, so conformance testing follows the procedures laid out in ISO/IEC 13818‑4 (Conformance testing).
Conformance Bitstreams
The standard includes a set of conformance bitstreams that exercise all mandatory and optional syntax features. Encoders and decoders are tested using these bitstreams to verify that they produce and interpret legal syntax and numerical accuracy within allowed tolerances.
Certification in Canada
CSA Group offers testing services for video equipment seeking compliance marks for the Canadian market. The certification process involves:
- Declaration of the intended profile(s) and level(s).
- Submission of encoder output or decoder for laboratory testing.
- Verification of peak signal‑to‑noise ratio (PSNR) bounds, decoding timing, and buffer conformance.
- Issue of a Certificate of Compliance when all tests are passed.
Compliance Success: Manufacturers that achieve CSA certification for CAN/CSA-ISO/IEC 13818-2:15 gain a competitive advantage by demonstrating interoperability with Canadian broadcast and cable headends, as well as international markets that recognise the same base standard.
Risk of Non‑Compliance: Use of unauthorised modifications to the coding algorithm (e.g., proprietary quantisation matrices without proper signalling) can lead to bitstreams that are not decodable by standard‑compliant receivers, potentially causing legal and operational liabilities.
Frequently Asked Questions
Q: Is CAN/CSA-ISO/IEC 13818-2:15 technically different from the original ISO/IEC 13818-2:2015?
A: No. The CAN/CSA version is an adoption that reproduces the international standard verbatim, adding only Canadian front matter and administrative information. All technical requirements are identical to the ISO/IEC document.
Q: Which profiles and levels are most commonly used in Canadian broadcast?
A: Main Profile @ Main Level (MP@ML) for standard definition (720×576) and Main Profile @ High Level (MP@HL) for high definition (1920×1080i) are predominant. Some contribution links employ 4:2:2 Profile @ High Level (422P@HL) for higher chroma fidelity.
Q: Does CAN/CSA-ISO/IEC 13818-2:15 include scalable video coding?
A: The standard defines spatial, temporal, and SNR scalability syntax. However, scalable profiles have seen limited deployment in consumer equipment. Encoders and decoders may optionally support these extensions, but compliance must be explicit.
Q: How can I verify that my MPEG-2 encoder is compliant with this standard?
A: Use the conformance bitstreams from ISO/IEC 13818-4. Commercial tools such as Elecard StreamEye, VideoCheck, or the open‑source libmpeg2 can be used for bitstream analysis. For formal certification, contact a testing lab accredited by CSA Group.
© 2026 – Technical Article. All rights reserved.