Copy link to clipboard
Copied
Hey guys,
I'm adding a PP GPU support in my plugin and was wondering if there is a way to access the sequence data in GPU filter module?
From the examples I can see how to access the parameters but I keep some important information in the sequence data (both flattened and unflattened) and I need to access it in my GPU Render function.
I read in the documentation about OpaqueDataSuite but the methods require instanceID which I can't find anywhere either...
Any tips on that?
Thanks,
Tom
1 Correct answer
OK, looks like I missed one paragraph in the documentation.
OpaqueDataSuite works and the InstanceID can be obtained in both software and GPU-accelerated entry points.
Page 286 in the latest PremiereProSDK 2019
Copy link to clipboard
Copied
OK, looks like I missed one paragraph in the documentation.
OpaqueDataSuite works and the InstanceID can be obtained in both software and GPU-accelerated entry points.
Page 286 in the latest PremiereProSDK 2019

