Is it possible to directly use the decoded yuv buffers from a CUvideodecoder in OpenGL without the need of an intermediate copy as shown in the AppDecodeGL example?
Good question. From what I see in the NVDEC API, it is not really possible unless nvidia gives us ability to share GL resources for decoder input, as in NVENC
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Fastest solution to present decoded frames with OpenGL with NVDEC | 1 | 1581 | November 15, 2022 | |
| The fastest way to decoded video frame to opengl texture? | 2 | 2418 | February 9, 2022 | |
| Get GPU buffer after NVDEC | 1 | 662 | April 20, 2018 | |
| About decode ,display and encode memory copy outof GPU | 7 | 1241 | October 18, 2021 | |
| Decoding, processing and displaying video w/ Nvidia Codec SDK & CUDA interop using OpenGL GLFW | 4 | 1274 | December 7, 2021 | |
| How to copy the decoded YUV data to the buffer | 4 | 574 | October 15, 2021 | |
| Can I get the result file in YUV format from the 00_video_decode example? | 2 | 492 | October 18, 2021 | |
| Mixing two videos using a GLSL shader into a h264 stream. Is it possible? | 1 | 699 | March 31, 2020 | |
| NVDEC video & audio in OpenGL | 2 | 736 | March 23, 2020 | |
| [MMAPI] How to copy the videoDecoder decoded valid data to another NvBuffer for rendering | 3 | 809 | October 18, 2021 |