Skip to main content
Participant
November 23, 2022
Answered

How to write a Premiere Pro/After Effects plugin using Pytorch Model

  • November 23, 2022
  • 2 replies
  • 552 views

Hello,

 

I have trained a Pytorch model that increases the visual quality of an image by removing different visual artifacts.
I want to write a plugin for Premiere Pro/After Effect that uses this model. I have searched on Google but I can't find a complete tutorial explaining how to do it in a clean and fast way.
I only need to have a template code where for an input video, the plugin applies the model as a function on each frame and returns the sequence with the function applied.  

In addition, the audio must be correctly aligned with the output frames so that there is no offset.

Do you have any resources/documentation/tutorial/website that you can recommend? 

 

Thanks 

 

This topic has been closed for replies.
Correct answer Mylenium

The AE SDK is freely available from developer.adobe.com and the docs are also viewable here:

 

Welcome to the Adobe After Effects SDK Guide! — After Effects SDK Guide 22.0.0 documentation

 

Based on what you wrote, you'd likely simply use a full frame check-in/ check-out in the effects and render suites and not care much about the other APIs.

 

Mylenium

 

 

2 replies

Mylenium
MyleniumCorrect answer
Legend
November 24, 2022

The AE SDK is freely available from developer.adobe.com and the docs are also viewable here:

 

Welcome to the Adobe After Effects SDK Guide! — After Effects SDK Guide 22.0.0 documentation

 

Based on what you wrote, you'd likely simply use a full frame check-in/ check-out in the effects and render suites and not care much about the other APIs.

 

Mylenium

 

 

Participant
November 24, 2022

Hello @Mylenium ,

Thanks for your reply, I know where to start my readings.
Have a nice day !

Warren Heaton
Community Expert
Community Expert
November 24, 2022