Skip to main content
New Participant
November 26, 2020
Answered

Automate Editing with json file

  • November 26, 2020
  • 1 reply
  • 847 views

I would like to automatically replace text boxes with data from a json file.

 

Example : a text box "NAME" in my Premiere project is replaced by 

{
"identity": {
"name": "Bernard",
},

in my json file.

 

Do plugins exist to do something like that ?

This topic has been closed for replies.
Correct answer bbb_999

Ahh, that's a motion graphics template (.mogrt).

 

Yes, those are controllable, via ExtendScript; here's some usage, from the PProPanel example.

 

https://github.com/Adobe-CEP/Samples/blob/ff7e2afab20eca144dcad0bb8d893d8b275ad38e/PProPanel/jsx/PPRO/Premiere.jsx#L1860

1 reply

Bruce Bullis
Community Manager
Community Manager
November 26, 2020

Specifically, which text boxes?

Intro95Author
New Participant
November 26, 2020

Sorry if I was not clear !

Text boxes like this one :

This idea is : the word NAME is automatically replaced by the data NAME in a text or JSON file

 

bbb_999
Adobe Employee
bbb_999Correct answer
Adobe Employee
November 26, 2020

Ahh, that's a motion graphics template (.mogrt).

 

Yes, those are controllable, via ExtendScript; here's some usage, from the PProPanel example.

 

https://github.com/Adobe-CEP/Samples/blob/ff7e2afab20eca144dcad0bb8d893d8b275ad38e/PProPanel/jsx/PPRO/Premiere.jsx#L1860