radek-k / FFMediaToolkit

FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
MIT License
357 stars 56 forks source link

Cuda and hardware acceleration support #84

Closed coccoalberto97 closed 3 years ago

coccoalberto97 commented 3 years ago

Hello, I can't find information about video decoding using HWaccel, Cuda, and h264_nvenc support, I can use them from the command line but I need to access this functionality in my application. Is there any support?

thank you in advance for your attention.