go-nvenc
Go CGo wrapper for NVIDIA's NVENC hardware video encoding API.
Link
Related resources
- video-toolbox-rsRust bindings for Apple VideoToolbox, supporting H.264/H.265 hardware encode and H.264/H.265/VP9/AV1 hardware decode.
- V4L2 Stateless Video Decoder Interface (Linux kernel uAPI)Canonical kernel documentation for the V4L2 stateless decoder API used by modern SoC hardware decoders, covering the Request API and per-sl…
- hardware-video-encoderHardware encode wrapper (VAAPI/NVENC) for H.264/HEVC via FFmpeg libraries, supporting VBR/CQP on Linux.
- GMAT — NVIDIA GPU media processing toolkitNVIDIA datacenter GPU video/image processing and transcode toolkit (formerly ffmpeg-gpu-demo) with smart decode and HEIF via NVENC/NVDEC.
- rAV1atorGUI application for rav1e video encoding paired with Opus audio encoding.
- 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…
- 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.
- 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.
- 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…
- Making the rav1d Video Decoder 1% FasterDetailed performance teardown of the Rust rav1d AV1 decoder versus C dav1d, walking through profiling and codegen-level fixes.