Video Coding: An Introduction to Standard Codecs
This comprehensive guide explains video coding algorithms and compression systems, covering the history of video coding, principles of video compression, and standard codecs such as JPEG, H.261, MPEG-1, MPEG-2, H.263, and MPEG-4. It serves as an in-depth resource for understandin
Link
Related resources
- Stanford CS348K: Video Compression (Traditional and Learned)Graphics/systems course lecture covering both classic block-based codecs and learned neural video compression, public slides.
- Stanford EE368B: Image and Video CompressionBernd Girod's course handouts covering DCT/wavelet transforms, motion compensation, rate-distortion theory, and MPEG/JPEG standards.
- How Netflix-Scale DRM Actually WorksDeep technical blog post on CENC/mdat-only encryption, MPEG-DASH integration, and EME spec details explaining how one encode serves three D…
- Video Compression Techniques for Next Gen Comms Infra (Surrey CPD)UK university short course covering HEVC and MPEG-DASH with labs.
- EE4C08 (TU Delft)TU Delft lecture notes/slides on image/video compression, covering DSP and JPEG/MPEG2 core math.
- Fora Soft: Video Streaming Deep-Dive GuideFree 9-chapter technical guide covering HLS, DASH, WebRTC, CMAF, CDN, and DRM fundamentals.
- Introduction to Streaming Media (Streaming Learning Center)Jan Ozer's foundational streaming media course covering encoding, delivery, and packaging basics.
- A Hitchhiker's Guide to Structural SimilarityNetflix-affiliated deep-dive paper on SSIM quality metrics and their application to streaming QoE evaluation.
- Video Encoding to AV1 Guide (WIP)Long-running community-maintained guide to AV1 software encoding (libaom/aomenc) on the Level1Techs forum.
- Building Your Own Scalable Video Streaming Server (Part 1)Code-along tutorial series building a microservices-based video streaming server with FFmpeg HLS segmenting.
- VisualOn + Axinom Joint Whitepaper: Encoding Cost Optimization2025 joint technical whitepaper covering encoding cost optimization across DASH/HLS/CMAF and DRM (Widevine/PlayReady/FairPlay) tradeoffs.
- Deep Dive into HLS Protocol ArchitectureTechnical explainer covering TS-vs-fMP4 tradeoffs, MSE API, and byte-level container overhead analysis.
- ExoPlayer Architecture & DRM (System Design Lesson)Structured system-design lesson covering ExoPlayer architecture and DRM integration.
- ExoPlayer/Media3 Deep Architecture WikiAuto-generated deep-dive architecture wiki covering ExoPlayer/Media3 core rendering pipeline and modular components.
- FFmpeg for Adaptive Bitrate Production (Udemy)Hands-on course covering H.264/HEVC/VP9 encoding and HLS/DASH packaging using FFmpeg for adaptive bitrate production.