Comparing Video Encoders — Methodology Guide
Practitioner guide to fair encoder comparison using SSIMULACRA2 and XPSNR: CRF sweeps, score aggregation, and common benchmarking pitfalls.
Link
Related resources
- Optimizing rav1d, the Rust AV1 decoder (Prossimo)Engineering writeup from ISRG's Prossimo on closing the performance gap between rav1d and dav1d, detailing the specific Rust codegen and me…
- Video Encoding on Graviton in 2025Benchmark-heavy report on Arm video encoding: Graviton4 vs Graviton3 gains, x265 3.6+ improvements of 16-34%, SVT-AV1 Arm SIMD optimization…
- MSU Video Codec Comparison Reports (compression.ru)Index of MSU's long-running annual video codec comparison studies, including recent software and hardware encoder rounds with published met…
- NVENC Video Encoder API Programming Guide (Video Codec SDK 13.0)Current NVENC API guide covering nvEncodeAPI.h usage, P1–P7 presets, rate control and low-latency vs high-quality tuning info.
- VVenC — Fraunhofer Versatile Video Encoder (Official Project Page)Official HHI page for the open source VVC/H.266 encoder: five speed presets, XPSNR-based perceptual optimization, and 20x–2400x speedups ov…
- Intel Quick Sync Video Hardware Transcoding on KubernetesHands-on guide to exposing Intel iGPU QSV transcoding in Kubernetes via the Intel Device Plugins Operator, covering render group permission…
- GPAC MP4Box — Fragmentation, Segmentation, Splitting and Interleaving guideOfficial GPAC wiki reference for MP4Box's DASH/CMAF segmenter: -dash, -frag, -split and -inter options, DASH profile conformance, and live/…
- Jellyfin Hardware Acceleration DocumentationPractical guide to Intel, AMD, NVIDIA, Apple and Rockchip hardware transcoding, jellyfin-ffmpeg requirements, VPP HDR10 tone mapping and re…
- Media CDN Origins Overview (Google Cloud)Official Media CDN docs on origin configuration: request collapsing semantics, cache-layer shielding, failover origins, and session-leader…
- libvpx VP9 Spatial SVC Encoder ExampleReference libvpx example implementing VP9 spatial and temporal scalability, showing -sl/-tl/-tlm flags, scale factors, and per-layer min/ma…
- HM — HEVC Test Model Reference Software (JVET GitLab)Canonical JVET repository for the HEVC reference encoder/decoder HM, including the software manual PDF documenting every configuration para…
- OpenAPV — Reference Encoder/Decoder for Samsung APVASWF-hosted reference implementation of the APV intra-only mezzanine codec (4:0:0–4:4:4:4, 10-16 bit) with NEON and AVX optimizations, back…
- HEVC Format Range Extensions (RExt) — Fraunhofer HHIAuthoritative explainer of the HEVC RExt profiles covering high bit depth and 4:2:2/4:4:4 chroma subsampling, with reference software point…
- libiamf — AOMedia IAMF Reference ImplementationReference decoder library for the Immersive Audio Model and Formats specification, supporting the base-enhanced profile.