PyNvVideoCodec API Programming Guide
NVIDIA's Python bindings over the Video Codec SDK for GPU-accelerated decode/encode pipelines feeding ML and analytics workloads.
Link
Related resources
- PyTorch Blog: TorchCodec — Easy and Efficient Video DecodingOfficial launch post explaining TorchCodec's design, seeking/indexing model, GPU decode tradeoffs and benchmarks against prior PyTorch medi…
- TwelveLabs Marengo — Video Embedding Model DocumentationDocs for a multimodal video embedding model supporting long-form video with shot-boundary segmentation, used for search, dedup and content…
- TorchCodec Documentation — FFmpeg-Backed Video Decoding to TensorsMeta's library docs for decoding video/audio directly into PyTorch tensors with CPU and CUDA/NVDEC paths, index- and PTS-based frame access…
- threefive (SCTE35_threefive) — Maintained SCTE-35 Parser/EncoderActively maintained Python library to parse, decode and encode SCTE-35 in MPEG-TS, HLS and DASH, with base64/hex/int/JSON/XML I/O.
- opentestbenchCodec testbench running consecutive encode/decode passes with PSNR measurement and bit-flip error robustness testing.
- hdr10plus_tool — Codec Wiki Usage GuideCommunity reference with flags and FFmpeg pipe recipes for extracting, injecting and inspecting HDR10+ dynamic metadata in HEVC/MKV.
- VapourSynth Python ReferenceCanonical scripting API reference for VapourSynth's frameserver, covering core.std, resize and text filter namespaces used in high-end enco…
- Tdarr — Distributed Transcode AutomationServer/node architecture for distributed library transcoding over FFmpeg and HandBrake with folder watching, health checks, plugin pipeline…
- Shutter Encoder DocumentationDocs for the professional FFmpeg-based conversion GUI, covering its encode/decode functions, subtitle generation via Whisper, upscaling, an…
- ColorVideoVDP — reference implementationPyTorch implementation of the ColorVideoVDP full-reference metric (SIGGRAPH 2024), usable as a CLI quality tool or as a differentiable perc…
- ColorVideoVDP — color spatiotemporal visible difference predictor (Cambridge Rainbow Group)Project page for ColorVideoVDP, a full-reference perceptual video quality metric modeling chromatic and spatiotemporal contrast sensitivity…