qencoder

Per-scene VMAF-targeted encoder wrapper supporting VP9, VP8, and AV1.

Link

Related resources

  • vpx-encodeRust interface to the libvpx VP8/VP9 encoder.
  • AV1-benchmarksBenchmark repo comparing VP9, AV1, and x265 encoders using Av1an chunked encoding framework.
  • hardware-video-encoderHardware encode wrapper (VAAPI/NVENC) for H.264/HEVC via FFmpeg libraries, supporting VBR/CQP on Linux.
  • Av1anCross-encoder command-line orchestrator for AV1/H.264/H.265/VP9 encoding. Splits input by scene detection, dispatches chunks in parallel ac…
  • xin26xFrom-scratch HEVC/H.26x encoder written in plain C, claims 4x speed vs x265 single-core.
  • SVT-AV1 documentation treeCanonical SVT-AV1 docs covering encoder parameters, build guide, encoder design and per-tool appendices for CDEF, CfL, film grain, global m…
  • Xilinx/AMD Video SDK — on-prem getting started (Alveo U30)Official docs for deploying the Alveo U30 video acceleration stack: XRT, the XRM resource manager and FFmpeg/GStreamer plugins with the XMA…
  • 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.
  • rigaya/QSVEncIntel QuickSync (QSV) hardware encoder CLI with transcoding plus quality/performance testing; Broadwell+ Linux/Windows packages.
  • nyanmisaka/ffmpeg-rockchipFFmpeg fork supporting Rockchip rkmpp hardware decode/encode and RGA scaling, Jellyfin-focused for RK35xx SoCs.
  • avm (AOM Video Model) — AV2 reference codecAOMedia's reference encoder/decoder for the next-gen AV2 codec (successor to AV1); experimental research codebase with first 1.0.0 tag.
  • Qencode Transcoding API referenceREST API documentation for Qencode cloud transcoding covering HLS/DASH/MP4 outputs, H.264/H.265/VP9, DRM, thumbnails, subtitles and custom…