Skip to main content

Python interface for nvcodec. Encode/Decode H264 with Nvidia GPU Hardware Acceleration.

Project description

## Require * cuda >= 11.2 * numpy >= 1.7 * python >= 3.6 * gcc >= 7.5 * make >= 4.1

## Install `shell pip install pynvcodec `

## Usage

### 0. Init PyNvCodec `python from nvcodec import VideoSource, VideoDecoder, VideoEncoder `

### 1. Use VideoSource

`python source = VideoSource("rtmp://RTMP_URL") h264_data = source.read() `

#### 2. Use VideoDecoder `python decoder = VideoDecoder() frames = decoder.decode(h264_data) # frames can be NULL or List<frame> `

#### 3. Use VideoEncoder `python encoder = VideoEncoder(width, height) h264_data = encoder.encode(frame) `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pynvcodec-0.0.3.tar.gz (116.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page