We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPU decoding using Nvidia libraries
Currently, the main bottleneck to speed is GPU decoding. Perhaps integrating NVidia libraries (DALI) would improve the performance.
The text was updated successfully, but these errors were encountered:
Note: DALI library turns out to be very limited. It refuses to decode VFR video, which for the sampling use case is a must.
PyNvVideoCoded seems to be still supported, so there's hope for future improvement: https://docs.nvidia.com/video-technologies/pynvvideocodec/pynvc-api-prog-guide/index.html#video-demuxing__video-demuxing-api-details
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🚀 Feature Request
GPU decoding using Nvidia libraries
🔈 Motivation
Currently, the main bottleneck to speed is GPU decoding. Perhaps integrating NVidia libraries (DALI) would improve the performance.
The text was updated successfully, but these errors were encountered: