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

Automate Title Creation

New Here ,
Jun 25, 2017 Jun 25, 2017

Copy link to clipboard

Copied

Hi all,

Is it possible to develop an import plugin to generate titles and populate them with text?  If so, where can I find a bit of information on how to begin with this?

The goal will be to parse an excel sheet and generate titles.

Thank you!

TOPICS
SDK

Views

2.7K

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 , Jun 27, 2017 Jun 27, 2017

Not possible, today, without involving After Effects to do the text replacement in existing titles.

We plan to enable such programmatic changes within Essential Graphics Template-generated titles, in our next major release.

Votes

Translate

Translate
Adobe Employee ,
Jun 27, 2017 Jun 27, 2017

Copy link to clipboard

Copied

Not possible, today, without involving After Effects to do the text replacement in existing titles.

We plan to enable such programmatic changes within Essential Graphics Template-generated titles, in our next major release.

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
Engaged ,
Jun 27, 2017 Jun 27, 2017

Copy link to clipboard

Copied

Hey Fran

If you're willing to slum it and use the Legacy Title format then what you want to do is possible via an ExtendScript based panel extension...  but there would be hoops to jump through. For example,  you can't save a Legacy Title Template with the CC 2017 release,  so you'd have to also install an earlier build (eg CC2015)  in order to  set up your templates.

If that's something you'd want to try then (Legacy) Title Templates (.PRTL) files are XML files that can be easily manipulated programmatically.

Basic process would be to a) read in the Legacy Title Template file and the Excel Spreadsheet, b) for each title instance (from spreadsheet) write a modified copy of the Legacy Title Template file to disk, c) import the generated Title files, d) insert the imported Titles into the sequence accordingly.

I think pretty much everything needed for the above is covered in the various sample panel scripts, especially the PProPanel sample.

GitHub - Adobe-CEP/Samples: Samples for Adobe Common Extensibility Platform (CEP)

Cheers

Andy

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
Engaged ,
Jun 28, 2017 Jun 28, 2017

Copy link to clipboard

Copied

The question is, what kind of "titles"?

Are we talking about "open caption type titles", like opening / ending credits or lower thirds, or are we talking about subtitles/closed captions? Both of which could, but the latter definitely should, use timed text, not single burn-in titles.

As long as the challenge is presented in this generic fashion, there's no short answer (even though Bruce has tried ).

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
Community Beginner ,
Nov 10, 2017 Nov 10, 2017

Copy link to clipboard

Copied

see my question, but with more in-depth explanations : Premiere data driven clip MOGRT

you basically want to be able to import a JSON file into premiere...

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 ,
Apr 10, 2019 Apr 10, 2019

Copy link to clipboard

Copied

LATEST

2019 solution found here:  https://videohive.net/item/batch-title-script/19754692

Worked great!  Created over 100 png titles from a text file in minutes.

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