Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.
3056 Discussions

Is it available to use OGL renderbuffer or texture as input

rtfss1gmail_com
Beginner
330 Views
Similar to other question in thread is possible to use OGL texture directly as media sdk input buffer.. if not how it's possible to use that as input without host copies/transfers (remaining all in GPU mem).. I asked OpenCL forums if it's possible to create a OCL context with simultaneousOGL and D3D/DXVA interopas that would be a solution, not?
0 Kudos
1 Reply
Eric_S_Intel
Employee
330 Views

Hi,

No, Sorry the Media SDK cannot work directly on a OGL texture surface, the format of the surface would need to be in NV12. The Media SDK has a limited set of color conversions that can be done in HW (YU12, YUY2, RGB4) but you would need to convert the OGL texture to one of those inputs.

-Eric

0 Kudos
Reply