MDN — Video processing concepts (WebCodecs)
MDN primer on codecs, containers, frame types and colour handling framed for developers building with the WebCodecs API.
Link
Related resources
- Engineering at Scale — Internals of Video StreamingDeep-dive article on video streaming internals: frames, codecs, transcoding, temporal compression and rate control.
- Codec WikiCommunity-maintained reference documenting codecs and quality metrics (XPSNR, SSIMULACRA2, etc.), with definitions and practical usage guid…
- Demuxed Conference Talks (YouTube Channel)The YouTube channel for Demuxed, an annual conference for video engineers. Features recorded talks covering streaming protocols, codecs, pl…
- Stack Exchange – Video ProductionA Q&A community for video production and post-production. Topics often include editing, codecs, formats, and troubleshooting video workflow…
- Vcodex — Video Coding WalkthroughIain Richardson's figure-by-figure walkthrough of video coding: motion compensation, residual coding, transform, quantization and entropy c…
- Abhik Sarkar — Interactive H.264 GuideInteractive H.264 compression explainer with live-adjustable parameters and macroblock visualizations, by an independent expert.
- Avid Media Composer FirstAvid's free tier of Media Composer, offering a subset of the professional editing tools for beginners. It's widely used in the film & TV in…
- YouTube Creator Academy – CaptionsA tutorial from YouTube's Creator Academy about adding captions and subtitles to videos. It explains how to create, upload, and auto-sync c…
- ffmpeg tutorialTutorial series teaching FFmpeg usage and video processing fundamentals for developers. Note: the official site is served over plain HTTP —…
- Shaka Player — Welcome Tutorial (official dev docs)Official Shaka Player developer onboarding tutorial hub (JSDoc-generated), entry point for building with the library.
- Netflix TechBlog – Official BlogNetflix's engineering blog often covers innovations in video encoding, quality metrics, and streaming architecture that Netflix has develop…
- Rebuilding Netflix Video Processing Pipeline with MicroservicesNetflix Tech Blog post (part of a series) describing how Netflix migrated their video processing pipeline to a microservices architecture t…
- 3 Cases from a Video Expert: Encoding BasicsVicuesoft blog article explaining fundamental video encoding concepts through practical case studies.
- Shaka Player architecture documentationComponent-level design documentation for Shaka Player showing how manifest parsing, streaming engine, MSE and EME layers interact.
- DAZN Engineering BlogEngineering blog of live sports streaming service DAZN, covering playback architecture, scale events and cloud streaming infrastructure.