Skip to main content
georgiz21054047
Participating Frequently
November 17, 2015
Answered

ExtendScript edit title object

  • November 17, 2015
  • 2 replies
  • 2541 views

Hi

I want to edit a title object using a script. The problem is I don't know which class represents a title object. What I want to do is change the title and also position it where I choose. Please, help with reference!

Thanks

This topic has been closed for replies.
Correct answer Bruce Bullis

You'll need to export the title (from the project, to a .prtl file) first.

https://helpx.adobe.com/premiere-pro/using/creating-editing-titles.html

2 replies

Bruce Bullis
Community Manager
Community Manager
February 25, 2016

Turns out, I was wrong: when a .prtl is imported, it creates a new Titler instance...which has no path.

So, you can change what's IN the .prtl, then re-import it, but you can't change the title once it's instantiated.

Bruce Bullis
Community Manager
Community Manager
November 17, 2015

There is no API around changing elements of a title.

However, you may find that the .prtl file itself is .xml, formatted in a pretty human-readable fashion...

georgiz21054047
Participating Frequently
November 18, 2015

Hi, thanks for your reply Can you please clarify where exactly can I find and edit the .prtl file?

Bruce Bullis
Community Manager
Bruce BullisCommunity ManagerCorrect answer
Community Manager
November 18, 2015

You'll need to export the title (from the project, to a .prtl file) first.

https://helpx.adobe.com/premiere-pro/using/creating-editing-titles.html