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

Autofilled mogrt in Premiere with a json file

New Here ,
Jan 16, 2023 Jan 16, 2023

Copy link to clipboard

Copied

Hello everyone,

 

I'm trying for a project with a lot of different exports to automatically import data from a json file into a mogrt in Premiere and the rush accordingly.

To be a bit clearer, here's what I'd like to do:

- I have a folder with 500 video files

- I have a json file with 500 names linked with the previous files (could also be an excel tab. What's important is that I have, for each video file, a coresponding speaker name)

- I want to automatically create 500 sequences that each have a video file, and on top of that a mogrt layer with the right name.

 

My problem is that I could create those sequences with XML (for instance) but I can't force to add a mogrt on another chanel, neither tell what to filled in the mogrt.

I know I could do that in after effects maybe quicker, but I'll have to edit the rush later, so premiere is my hope here.

 

Do you know how I can achieve this? script? Specific format file? (xml, json, excel, csv, you name it)

Thank you so much!

TOPICS
SDK

Views

318

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 , Jan 18, 2023 Jan 18, 2023

>To be a bit clearer, here's what I'd like to do:...

That's possible, using a CEP panel + ExtendScript, in PPro. 

Here's the PProPanel sample, which contains example code showing sequence generation, adding track items, inserting .mogrts, and manipulating .mogrt params.

Votes

Translate

Translate
Adobe Employee ,
Jan 18, 2023 Jan 18, 2023

Copy link to clipboard

Copied

>To be a bit clearer, here's what I'd like to do:...

That's possible, using a CEP panel + ExtendScript, in PPro. 

Here's the PProPanel sample, which contains example code showing sequence generation, adding track items, inserting .mogrts, and manipulating .mogrt params.

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 ,
Jan 19, 2023 Jan 19, 2023

Copy link to clipboard

Copied

LATEST

Thank you very much, I'll have a deep look into that.

 

Best,

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