Historical Timeline of Video Coding Standards and Formats
An in-depth white paper by Vcodex BV that provides a comprehensive timeline of the development of video coding standards and formats. It covers the evolution of major standards like MPEG-1, MPEG-2, MPEG-4, H.261, H.263, H.264, H.265/HEVC, and H.266/VVC, offering insights into the
Link
Related resources
- A Hitchhiker's Guide to Structural SimilarityNetflix-affiliated deep-dive paper on SSIM quality metrics and their application to streaming QoE evaluation.
- Stanford EE368B: Image and Video CompressionBernd Girod's course handouts covering DCT/wavelet transforms, motion compensation, rate-distortion theory, and MPEG/JPEG standards.
- Video Streaming with AV1 Codec on Mobile Devices — Meta White PaperMeta Engineering blog and white paper on deploying AV1 codec for mobile video streaming, Sept 2025.
- Video Compression Techniques for Next Gen Comms Infra (Surrey CPD)UK university short course covering HEVC and MPEG-DASH with labs.
- Building a Simple MPEG-DASH Streaming Player (Microsoft)Official Microsoft walkthrough of building a video player using raw MSE and DASH manifest parsing.
- Streaming Media 101 (Streaming Learning Center)Jan Ozer's structured course on encoding/deploying H.264/HEVC/VP9/AV1 with FFmpeg/HandBrake labs.
- 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.
- Building Your First Video Pipeline: FFmpeg & MediaMTX Basics (Part 1)Technical tutorial walking through demux→decode→filter→encode→mux pipeline stages toward building a low-latency streaming setup with FFmpeg…
- Fora Soft: Video Streaming Deep-Dive GuideFree 9-chapter technical guide covering HLS, DASH, WebRTC, CMAF, CDN, and DRM fundamentals.
- Encoding Bitrate Optimization Using Playback Statistics for HTTP-based Adaptive Video StreamingAcademic paper with industry framing on ABR bitrate ladder optimization using real playback statistics.
- 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.
- Unreeling Netflix: Understanding and Improving Multi-CDN Movie DeliveryAcademic paper (Princeton/Bell Labs) measuring Netflix's multi-CDN delivery architecture, DNS-based CDN selection, and AWS backend.
- How Disney Built Their Streaming Data Analytics PlatformDisney+ real-time analytics architecture using Kinesis Data Streams, Kinesis Data Analytics (Flink), and Firehose feeding recommendations a…
- MDN: Media Source Extensions APIOfficial MDN reference documentation for the Media Source Extensions API (MediaSource, SourceBuffer, SourceBufferList) used to build custom…