Copy link to clipboard
Copied
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 ?
1 Correct answer
Ahh, that's a motion graphics template (.mogrt).
Yes, those are controllable, via ExtendScript; here's some usage, from the PProPanel example.
Copy link to clipboard
Copied
Specifically, which text boxes?
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Ahh, that's a motion graphics template (.mogrt).
Yes, those are controllable, via ExtendScript; here's some usage, from the PProPanel example.

