Vcodex — An Overview of H.264 Advanced Video Coding
Iain Richardson's explainer series on H.264 structure: NAL units, slices, macroblock syntax and what the standard actually specifies.
Link
Related resources
- Quick Dive into MP4 — Hands-On Box Parser TutorialGuided tutorial building an MP4 box parser in Go, walking through ISOBMFF structure box by box.
- World's Smallest H.264 EncoderSingle-C-file all-I-frame baseline H.264 encoder walkthrough that writes SPS/PPS and slice headers — a minimal way to learn bitstream const…
- FFmpeg 7.0: A Question of Threads (Jean-Baptiste Kempf)VLC founder's analysis of FFmpeg 7.0's multi-threaded CLI refactor and what it does and doesn't change for transcoding throughput.
- NYU ECE 6123 — Image and Video Processing (Yao Wang)Per-week lecture notes including hybrid video coding, rate-distortion mode decision, rate control, GoP structures, H.264/SVC, HEVC and mult…
- Stanford EE398A — Image and Video Compression (Course Handouts)Complete graduate course slides on entropy coding, rate-distortion theory, transform coding, motion estimation and motion-compensated video…
- WebCodecs Fundamentals — projects and patterns catalogDocumentation site cataloging WebCodecs-based projects and implementation patterns for in-browser encoding, decoding, muxing and "FFmpeg fo…
- ubitux (Clément Bœsch) — FFmpeg Post IndexFFmpeg developer's blog index collecting deep technical posts, including the canonical high-quality GIF palettegen/paletteuse guide and FFm…
- WebCodecs Fundamentals — Muxing and DemuxingIndependent tutorial site teaching WebCodecs pipelines from first principles, including container muxing/demuxing and library comparisons.
- Kostya's Boring Codec World — FFhistory: Early Reverse EngineersActive codec reverse-engineering blog documenting the history of FFmpeg's early codec implementations and obscure format internals.
- FFmpeg at Meta: Media Processing at Scale (2026)March 2026 engineering post on Meta's FFmpeg fleet architecture, upstream engagement and hardware encoder integration across its media pipe…