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

Code to upgrade captions into Graphics? + Doing it manually though Third tier program?

Engaged ,
Feb 19, 2024 Feb 19, 2024

Hello,

Is there any code API, that allow you to convert all captions into graphics somehow?

_

Otherwise, is it possible to program a code that transforms them into text graphics?

The problem is I looked at my project.prproj and its giberrish, I cannot identify where are the text graphics I had to see How I can reproduce them.

In any case I need a solution.

What can we do?

 

Thanks

TOPICS
SDK
286
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 , Feb 19, 2024 Feb 19, 2024

>Is there any code API, that allow you to convert all captions into graphics somehow?

No. As we've said a few times, there is no API around Captions. 

Translate
Adobe Employee ,
Feb 19, 2024 Feb 19, 2024

>Is there any code API, that allow you to convert all captions into graphics somehow?

No. As we've said a few times, there is no API around Captions. 

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
Engaged ,
Feb 19, 2024 Feb 19, 2024
LATEST

What I was looking for is a way to interact with captions, direclty or indireclty, so we stablished there is no API around them, but there might be methods involving PPRO itself that could allow us to interact with the captions.

For instance, PPRO ability to read XML files it seems (https://www.youtube.com/watch?v=pWRLDcrOhIA, as mentioend in the other post, at 3:40 )

So this can be used like the following:

- Import SRT file from captions (manually)

- use a script to modify the srt (indireclty the captions) - If you have useful prior info about the changes needed to be made.

- transform the srt into an XML, with your own local script.

- Import the XML into PPRO and use it to produce TEXT graphics on a video track (just like the youtuber did)

- run the API that can INTERACT WITH TRACK ITEMS, to modify as you see fit

 

Making it possible to actually use the api to interact with the caption (indirectly)

 

All we need to know now is: "How should the XML file be structured?" to be understood by PPRO and be converted into text graphics ? (like it has been done in that youtube video)

 

That's the missing link to achieve interactbility with Captions, and resolving the issue of missing captions api functions.

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