Skip to main content
Inspiring
November 24, 2021
Question

List of SDK suites supported in Premiere Pro

  • November 24, 2021
  • 0 replies
  • 194 views

I'll start this post and hope some others will add to this.

First, non of the AEGP_ calls are supported in PrMr.

 

From the docs - 

After Effects suite call	            Premiere Pro equivalent function
WorldTransformSuite1()->copy()	        PF_COPY()
WorldTransformSuite1()->convolve()	    in_data->utils->convolve()
FillMatteSuite2()->fill()	            PF_FILL()
PF_PixelDataSuite1->get_pixel_data8()	PF_GET_PIXEL_DATA8()

 

From the example - Checkout

PF_EffectUISuite1 and

PF_ChannelSuite1 are  not supported. 

 

From the example - SDK_Noise, 

PF_PixelFormatSuite1 is supported.

 

From Pathmaster - none of the mask suites seem to be supported. So, how do we access masks in Premiere Pro ?

Unsupported - 

PathQuerySuite1,  

PF_MaskSuite1 

 

From Convolutrix - 

PF_NEW_WORLD, PF_BLEND, PF_FILL are supported.

 

This topic has been closed for replies.