Can Premiere pro plugins execute on cloud?
Hi, I want to develop my own plugins using Premiere Pro SDK and integrate my video processing algorithms into plugins. However, my algorithm is complex and time-consuming so that a powerful GPU, or even powerful GPU clusters is necessary.
So can I let the plugin execute on cloud? Specifically, put the calculation/algorithm phase on privately deployed GPU clusters or public cloud GPUs, so that users can use my plugin on their PC, regardless of their pc's performance.
If not, are there any other ways to do it?