Encoding/charset of Source Text in exported GraphicAndType effect
I am currently working to programmatically editing Premiere projects exported as Final Cut Pro XML.
When editing text effects in the timeline I am having issues changing the text itself. The effect id is GraphicAndType and the parameter I'm having issues with is the source text. I am able to decode the text from base64, but unable to re-encode it in a way that lets premiere read it an create the edited text.
Does the source text require any specific charset/encoding or some kind of cryptographic cipher to work? I have attempted to re-encode from UTF-8, UTF-16 with all kinds of endians and byte order mark, and more. An example of the clip item with the effect can be forund here: [XML] Premiere Pro export XML - Pastebin.com
Or is there some easier way to achieve what I am trying to do?
NOTE: The text was originally created with the Essential Graphics tool
