PyNvVideoCodec 2.1 is released

We are pleased to announce the release of PyNvVideoCodec 2.1, the latest version of our high-performance, GPU-accelerated Python library for video decoding, encoding, and transcoding , all with the simplicity and flexibility of Python.

This release brings in deeper insights into video and enhanced usability, making it easier to build, optimize, and scale video workflows for AI.

New Features in PyNvVideoCodec 2.1

  • Video insights through decode statistics: Access to low-level decode statistics such as QP, coding units, and motion vectors for deeper insights into video — useful for smarter video curation and training.

  • Jupyter notebook tutorials: Interactive examples showcasing SimpleDecoder for frame sampling and a real-world object detection pipeline where ThreadedDecoder overlaps decoding with inference for higher throughput.

  • Enhanced sample applications: Simplified samples with improved documentation to help you prototype and experiment faster.

  • Enhanced documentation: A comprehensive programming guide and API reference with practical code snippets to quickly understand the library.

Refer for more details: Getting started with PyNvVideoCodec