avpipe
Go/C library built on FFmpeg internals providing a simple API to transcode into MP4/M4S (HLS/DASH) segments on the fly, used in production media infra.
Link
Related resources
- allyourcodebase/ffmpegFFmpeg repackaged with the Zig build system, providing a static library and Zig bindings without the FFmpeg CLI.
- Unified Origin Live — just-in-time live packaging documentationOfficial docs for running Unified Origin as a live JIT-packaging origin: DASH-IF Live Media Ingest Interface 1 (encoder HTTP POST), archive…
- DASH-IF Live Media Ingest ProtocolSpecification defining Interface 1 (CMAF track ingest) and Interface 2 (DASH/HLS ingest) for pushing live media from encoders to origins/pa…
- vp9-encodeCLI/interactive ffmpeg VP9 encoding wrapper with Google-recommended settings, auto-crop black borders, opus channel-bug fix.
- vp9-parser (Rust)Rust VP9 bitstream-only parser (no decode), built for Vulkan Video/VA-API/NVDEC pipelines.
- 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…
- 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…
- Comparing Video Encoders — Methodology GuidePractitioner guide to fair encoder comparison using SSIMULACRA2 and XPSNR: CRF sweeps, score aggregation, and common benchmarking pitfalls.
- libiamf — AOMedia IAMF Reference ImplementationReference decoder library for the Immersive Audio Model and Formats specification, supporting the base-enhanced profile.
- 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…
- Tinkering with AV1-SVC Support in JanusMeetecho engineering write-up on implementing AV1 SVC layer forwarding in a production SFU, including Dependency Descriptor handling.
- FLACReference implementation of the FLAC lossless audio codec.
- CloudTranscodeDistributed transcoding stack using AWS SWF/SQS/S3, workers run locally or on EC2/Beanstalk/Docker, tunable for cost/performance.