Skip to main content
Participant
May 24, 2023
Answered

upgrade captions to graphics - Encoding issue

  • May 24, 2023
  • 2 replies
  • 246 views

Hi!

When I use the "upgrade captions to graphics" it does a weird thing with te text encoding.

It works fine, but when i try to read te text from a script i get an ascii character.

app.project.activeSequence.videoTracks[3].clips[1].components[2].properties[0].getValue();

return: ƌ

I need to copy and paste the text (using getValue() and setValue() from a script) to a different mogrt but it doesn't work.

Is there any way to convert that string using extendScript?

Thanks a lot!

 

 

This topic has been closed for replies.
Correct answer Bruce Bullis

Unsupported. The getMGTComponent() call can only succeed when used on .mogrts created in AE; no converted caption is created in AE. 

2 replies

Bruce Bullis
Bruce BullisCorrect answer
Legend
May 24, 2023

Unsupported. The getMGTComponent() call can only succeed when used on .mogrts created in AE; no converted caption is created in AE. 

Stan Jones
Community Expert
Community Expert
May 24, 2023

@Bruce Bullis Thoughts?

 

Stan