libheif
HEIF/AVIF encoder-decoder with pluggable codec backends (libaom, dav1d, SVT-AV1, rav1e).
Link
Related resources
- Apple Lossless Audio Codec (ALAC)Apple's official open-sourced Apache 2.0 implementation of the ALAC lossless audio codec.
- FLACReference implementation of the FLAC lossless audio codec.
- libavifCanonical AVIF encode/decode library with avifenc/avifdec CLI, includes lossless mode.
- Cool-ChicLow-complexity neural image/video codec using overfitting-based coding, ~1000 multiplies/pixel at decode.
- AIVC (Orange Open Source)Fully-learned video codec with tunable rate/config, PyTorch+Docker implementation.
- Comparing Video Encoders — Methodology GuidePractitioner guide to fair encoder comparison using SSIMULACRA2 and XPSNR: CRF sweeps, score aggregation, and common benchmarking pitfalls.
- 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…
- Media CDN Origins Overview (Google Cloud)Official Media CDN docs on origin configuration: request collapsing semantics, cache-layer shielding, failover origins, and session-leader…
- 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…
- 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…
- 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…
- 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…
- 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…
- libiamf — AOMedia IAMF Reference ImplementationReference decoder library for the Immersive Audio Model and Formats specification, supporting the base-enhanced profile.