Introduction to Intel® Media SDK Tutorials
masterThe Intel® Media SDK provides hardware acceleration for video decoding, encoding, and Video Pre/Post-Processing (VPP).
This tutorial series is designed to teach the SDK by progressing from simple to complex implementations. It primarily uses the H.264 (AVC) codec as a baseline, but the patterns are applicable to other supported codecs by adjusting configuration parameters.
Key Concepts:
- Layered Complexity: Concepts are introduced incrementally. It is recommended to use a file difference tool to compare successive tutorial steps.
- Self-Contained Samples: Most tutorial samples are self-contained. Common logic (like bitstream reading/writing or raw frame handling) is moved to a
commonfolder to improve readability. - Reference Material: For deep technical details, refer to the SDK API Reference Manual. The SDK also includes a set of official samples that showcase a wider range of parameters and scenarios.