Skip to main content
Participant
May 29, 2025
Answered

Need Support for Developing a Premiere Plugin for Graphic Title Creation

  • May 29, 2025
  • 2 replies
  • 251 views

Dear all Adobe Developer, Adobe Developer Support

I am reaching out to express my interest in developing a plugin for Adobe Premiere Pro focused on creating graphic titles. However, I’ve encountered a challenge: there appears to be no specific API or functions provided in the Premiere Pro SDK that directly support the creation or manipulation of graphic titles.

Could you please clarify if there are any existing APIs, SDK tools, or workarounds that would enable developers to build plugins for generating or customizing graphic titles within Premiere Pro? If such resources are not currently available, I’d like to suggest adding this functionality to the SDK, as it would greatly benefit developers looking to enhance title creation workflows.

Thank you for your assistance. I look forward to your guidance or any relevant documentation you can provide.

Best regards

Correct answer Bruce Bullis

Hello sxctvl,

>there appears to be no specific API or functions provided in the Premiere Pro SDK that directly support the creation or manipulation of graphic titles.

Create .mogrt = Use After Effects, not an API.

 

Import .mogrt: https://github.com/Adobe-CEP/Samples/blob/9efca02ea88ad32a8c22571f5ffe2407ae732cd8/PProPanel/jsx/PPRO/Premiere.jsx#L1865

 

Manipulate .mogrt: https://github.com/Adobe-CEP/Samples/blob/9efca02ea88ad32a8c22571f5ffe2407ae732cd8/PProPanel/jsx/PPRO/Premiere.jsx#L1884


 

2 replies

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
May 29, 2025

Hello sxctvl,

>there appears to be no specific API or functions provided in the Premiere Pro SDK that directly support the creation or manipulation of graphic titles.

Create .mogrt = Use After Effects, not an API.

 

Import .mogrt: https://github.com/Adobe-CEP/Samples/blob/9efca02ea88ad32a8c22571f5ffe2407ae732cd8/PProPanel/jsx/PPRO/Premiere.jsx#L1865

 

Manipulate .mogrt: https://github.com/Adobe-CEP/Samples/blob/9efca02ea88ad32a8c22571f5ffe2407ae732cd8/PProPanel/jsx/PPRO/Premiere.jsx#L1884


 

Peru Bob
Community Expert
Community Expert
May 29, 2025