I am trying to use the NVENC H264 hardware encoder (using Quadro K4000 card) to encode video where each frame is the result of several OpenGL pre-processing functions.
The processed frame resides in YUV format in a PBO object.
What is the most efficient way to pass this PBO pointer (or pointers into each YUV plane) to the encoder as input data?
Thanks,
Shachar