Understanding Rate Control Modes (x264, x265, vpx)
What is “rate control”? It’s what a video encoder does when it decides how many bits to spend for a given frame.
Link
Related resources
- x264/x265/SVT-HEVC/SVT-AV1 shootout threadCommunity encoder comparison thread on VideoHelp forum, bitrate-vs-quality tradeoffs discussion.
- What Is HLS Streaming and How Do You Deploy ItDeployment-focused HLS writeup from embedded/streaming infrastructure consultancy engineers.
- Doom9 – New and Alternative Video CodecsDoom9 subforum dedicated to deep technical discussion of new/alternative codecs (SVT-AV1, x265, VVC).
- EME, CDM, AES, CENC, and Keys — Understanding DRM Building BlocksOTTVerse explainer (Mile-High Video blog-award winner) tying together the core DRM protocol/technology building blocks: EME, CDM, AES, CENC…
- Stanford EE368B: Image and Video CompressionBernd Girod's course handouts covering DCT/wavelet transforms, motion compensation, rate-distortion theory, and MPEG/JPEG standards.
- 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.
- 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.
- 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.
- Ronald S. Bultje — Random thoughtsPersonal blog by ex-Google VP9 lead dev, dav1d/Eve encoder co-creator, Two Orioles founder. Deep VP9/AV1 codec internals writeups.
- OTT Reference Architecture (Fora Soft)Conceptual model framing OTT platforms as data plane (ingest/encode/package/encrypt/origin/CDN/player) vs control plane (identity/entitleme…
- MDN: Media Source Extensions APIOfficial MDN reference documentation for the Media Source Extensions API (MediaSource, SourceBuffer, SourceBufferList) used to build custom…
- 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.