ViliamVadocz / nvidia-video-codec-sdk

Rust bindings for NVIDIA Video Codec SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVIDIA Video Codec SDK

crates.io docs.rs

Rust bindings for NVIDIA Video Codec SDK.

The documentation is also hosted on GitHub Pages here.

Versions:

  • NVIDIA Video Codec SDK 12.1.14
  • CUDA 12.2 (older CUDA versions should also work)

Installation

The build script will try to automatically locate your NVIDIA Video Codec SDK installation. You can help it by setting the environment variable NVIDIA_VIDEO_CODEC_SDK_PATH to the directory containing the library files.

  • nvEncodeAPI.lib and nvcuvid.lib on Windows,
  • libnvidia-encode.so and libnvcuvid.so on Linux.

About

Rust bindings for NVIDIA Video Codec SDK

License:MIT License


Languages

Language:Rust 78.9%Language:C 20.8%Language:PowerShell 0.1%Language:Shell 0.1%