CloudTranscode
Distributed transcoding stack using AWS SWF/SQS/S3, workers run locally or on EC2/Beanstalk/Docker, tunable for cost/performance.
Link
Related resources
- serverless-distributed-live-platformServerless live/VOD platform with Lambda-based segmented transcoding, DynamoDB-tracked chunks, tested to 2160p60.
- gostyScalable video transcoding service on Kubernetes with RabbitMQ queue, Grafana monitoring, chaos-mesh tested.
- Huawei Cloud Serverless Video TranscodingFFmpeg-based serverless transcoding solution on Huawei Cloud FunctionGraph, triggered by OBS object storage events.
- AIVC (Orange Open Source)Fully-learned video codec with tunable rate/config, PyTorch+Docker implementation.
- nvidia-patchRemoves Nvidia's consumer-GPU cap on simultaneous NVENC encoding sessions, widely used with NVENC-based transcoding setups.
- 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…
- Jellyfin Hardware Acceleration DocumentationPractical guide to Intel, AMD, NVIDIA, Apple and Rockchip hardware transcoding, jellyfin-ffmpeg requirements, VPP HDR10 tone mapping and re…
- Comparing Video Encoders — Methodology GuidePractitioner guide to fair encoder comparison using SSIMULACRA2 and XPSNR: CRF sweeps, score aggregation, and common benchmarking pitfalls.
- 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/…
- 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…
- MSVP: Meta's Scalable Video Processor ASICMeta's engineering description of its first video transcoding ASIC: PCIe-DMA architecture, on-chip scheduling, H.264/VP9 support and ~9x li…
- FLACReference implementation of the FLAC lossless audio codec.
- avpipeGo/C library built on FFmpeg internals providing a simple API to transcode into MP4/M4S (HLS/DASH) segments on the fly, used in production…
- 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…