Encoding & Codecs
Browse 579 curated video encoding tools and codec resources — FFmpeg, AV1, HEVC/H.265, H.264, and VP9 encoders for developers on Awesome Video.
Subcategories
- Benchmarking & Performance Tools for Codecs
- Cloud-Based Encoding Solutions
- Codecs
- Comparative Analysis of Codecs
- Containerization & Packaging Tools
- Encoding Tools
- FFmpeg-Based Tools
- Hardware Accelerated Transcoding
- Hardware Codecs & Acceleration
- Multi-format Packaging Tools
- Next-Generation Codecs AV1 VVC
- Open Source Encoder Projects
- Real-Time Encoding Solutions
- Scripting & Automation Tools
- Software Codecs
- Software Transcoding Tools
Resources
- jxs (JPEG XS reference)Reference software implementation of ISO/IEC 21122-5 (JPEG XS) including jxs_encoder binary, supports PNM/PGX/raw YUV/RGB input.
- libavifCanonical AVIF encode/decode library with avifenc/avifdec CLI, includes lossless mode.
- libheifHEIF/AVIF encoder-decoder with pluggable codec backends (libaom, dav1d, SVT-AV1, rav1e).
- mlvc (Microsoft)MIT-licensed successor to DCVC, cross-platform NPU-targeted real-time neural video codec.
- multicoreware / x265 / wiki / Home — BitbucketDocumentation and development wiki for x265, an open-source H.265/HEVC video encoder project hosted on Bitbucket.
- rusty-av1-toolkit — rav1e fork with fast paths and bitstream speed moderav1e fork offering a byte-identical fast path plus a --racecar bitstream-changing speed mode, using a rav1d fork as its conformance oracle.
- scalable-kvazaar — Open Source SHVC (Scalable HEVC) EncoderFork of Kvazaar implementing scalable HEVC (SHVC) encoding with spatial and quality layers.
- x265 DocumentationComplete documentation for x265, an open-source HEVC video encoder library and application.
- xin26xFrom-scratch HEVC/H.26x encoder written in plain C, claims 4x speed vs x265 single-core.
- ABR BroadcasterA real time encoder for Adaptive Bitrate Broadcast
- Content-Driven Frame-Level Bit Prediction for Rate Control in Versatile Video CodingAcademic paper on frame-level rate control for VVC, building on VVenC rate-capping for real-time-oriented bit allocation.
- DeepGameReal-time content-adaptive encoding for cloud gaming using spatiotemporal DNN to weight regions by player gaze/interest, cutting bandwidth…
- Evaluation of GPU Video Encoders for Low-Latency Real-Time 4K UHD EncodingAcademic benchmark of HEVC/AV1 GPU encoders targeting sub-2-second and sub-500ms latency tiers for real-time 4K UHD encoding.
- FPGA-based Logarithmic Hop Encoding for Low-Latency Real-Time Video (Drones)Peer-reviewed paper on an FPGA-implemented low-latency real-time video encoder (LHE) for embedded/drone applications, with companion code r…
- Gstreamillencoder with hls output based on GStreamer.
- Live Video Transmuxing/Transcoding: FFmpeg vs TwitchTranscoder, Part 2Technical comparison examining FFmpeg and Twitch's proprietary transcoder for live video transmuxing and transcoding in production environm…
- Live Video Transmuxing/Transcoding: FFmpeg vs TwitchTranscoder, Part ITechnical comparison examining FFmpeg and Twitch's proprietary transcoder for live video transmuxing and transcoding in production environm…
- LiveForgeGo single-binary multi-protocol live media server supporting RTMP/RTSP/SRT/WHIP/WHEP/HLS/LL-HLS/DASH ingest and delivery.
- LiveVideo10msAndroid library for real-time video decoding with under 10ms latency, relevant for real-time streaming pipelines.
- RTSP StreamOut of box solution for RTSP - HLS live stream transcoding. Makes RTSP easy to play in browsers.
- StreamPack - Multiprotocol live streaming broadcaster libraries for AndroidStreamPack is a lightweight, high-performance toolkit for building streaming video processing pipelines on Android. It provides reusable co…
- VidaptiveDecouples video encoding from transport, pacing frames at congestion-control rate and dynamically retargeting encoder bitrate to CCA capaci…
- go-transcodeOn-demand HTTP transcoding origin for live inputs and static files with NVIDIA GPU acceleration via Docker.
- hls_transcoder (Rust)Rust library building GStreamer pipelines to transcode to HLS with hardware (NVENC) and software (x264) support.