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

Automate Editing with json file

New Here ,
Nov 26, 2020 Nov 26, 2020

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
708
Translate
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

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

Specifically, which text boxes?

Translate
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

Sorry if I was not clear !

Text boxes like this one :

Intro95_0-1606410664719.pngexpand image

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

Intro95_1-1606410743867.pngexpand image

 

Translate
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
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...

Translate
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