C# support for h264 encoding/decoding

Hello,

I am looking for c# support on per frame h264 encoding/decoding using cuda device. Please let me know if there are any packages/wrapper available. Also let me know if a detailed documentation is available for frame encoding/decoding.

Regards

Hello @vksroy and welcome to the NVIDIA developer community!

Your best bet to make use of CUDA accelerated H.264 video encoding is to use the NVIDIA Video Codec SDK. At its core it is a standard C-API, so you shouldn’t have a problem wrapping it in your C# code the way you would any other native library.

The documentation is part of the SDK download, but also available online here.

I hope I could help you!