Skip to main content
Inspiring
April 11, 2022
Answered

Premiere automation text encoding

  • April 11, 2022
  • 1 reply
  • 348 views

I'm working on a program that will automatically change the text in a Premiere project. I do the whole thing in Python and use Pymiere. But when I query it, the text is encoded in a strange way. If "Reliable" is in Premiere, the result is Ĝ. Can someone tell me what this encoding is called?

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

PPro supports ExtendScript-based scripting, not Python, but from your description it sounds like you're attempting to access the .mogrt components of a .mogrt created in PPro. I think you'll see better (usable) results, if you use a .mogrt created in After Effects.

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
April 11, 2022

PPro supports ExtendScript-based scripting, not Python, but from your description it sounds like you're attempting to access the .mogrt components of a .mogrt created in PPro. I think you'll see better (usable) results, if you use a .mogrt created in After Effects.