• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Automate Editing with json file

New Here ,
Nov 26, 2020 Nov 26, 2020

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 ?

TOPICS
Editing , Effects and Titles , SDK

Views

495

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Nov 26, 2020 Nov 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

Votes

Translate

Translate
Adobe Employee ,
Nov 26, 2020 Nov 26, 2020

Copy link to clipboard

Copied

Specifically, which text boxes?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 26, 2020 Nov 26, 2020

Copy link to clipboard

Copied

Sorry if I was not clear !

Text boxes like this one :

Intro95_0-1606410664719.png

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

Intro95_1-1606410743867.png

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 26, 2020 Nov 26, 2020

Copy link to clipboard

Copied

LATEST

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/PPR...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines