vpx-encode

Description

Rust interface to the libvpx VP8/VP9 encoder.

Resource details

Category path
Encoding & Codecs
Classification
Not yet classified

vpx-encode is cataloged in Encoding & Codecs.

URL

Related resources

  • libvpx-rsRust bindings for libvpx supporting VP8/VP9 encode/decode with prebuilt binaries.
  • video-toolbox-rsRust bindings for Apple VideoToolbox, supporting H.264/H.265 hardware encode and H.264/H.265/VP9/AV1 hardware decode.
  • av1-grainRust library for parsing and generating AV1 film grain synthesis data, extracted from the rav1e encoder.
  • hardware-video-encoderHardware encode wrapper (VAAPI/NVENC) for H.264/HEVC via FFmpeg libraries, supporting VBR/CQP on Linux.
  • libvpx-goAuto-generated Go bindings for libvpx, enabling VP8/VP9 encode/decode from Go.
  • AV1 Encoding with libsvtav1 on QencodeThe libsvtav1 encoder (SVT-AV1) is an AV1 implementation tuned for both compression efficiency and parallel performance. This guide covers…
  • nano-hevcMinimal educational HEVC encoder written in pure Python, readable-over-fast, for teaching codec internals.
  • 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.
  • Differentiable VMAF Re-implementation on PyTorchDifferentiable PyTorch reimplementation of VMAF metric enabling gradient-based codec/RDO optimization, with companion code.
  • Performance Comparison of AV1, JEM, VP9, and HEVC EncodersFraunhofer HHI SPIE 2017 paper comparing codec internals, BD-BR, and complexity across AV1, JEM, VP9, and HEVC.
  • Opus (xiph/opus)Reference implementation of the Opus audio codec, recently adding deep-learning-based packet loss concealment.