Skip to main content
jérômel65546684
Participating Frequently
February 3, 2016
Question

Is GPU based on premiere PrGPUFilterBase class working on After effect?

  • February 3, 2016
  • 1 reply
  • 607 views

Hello,

I have wrote a plugin for premiere pro (that works) based on an sample project (SDK_ProCamp) that uses GPU and particularly the PrGPUFilterBase.

It is still unclear for me if I can use that class to make the plugin working on after effect ? Or if I should use OpenGL based After effect functions...

Thanks a lot!

This topic has been closed for replies.

1 reply

February 8, 2016

As far as I know, After Effects does not (yet) support plugins compiled with the Premiere Pro SDK.

The other way round it works though: plugins made with the AE SDK can be loaded in Premiere Pro, although some restrictions apply (different pixel layout, no scripting, limited suites/AEGP availability, different rendering scheme/function calls)