Copy link to clipboard
Copied
Hi 👋
I'm working on mimicking the Formula 1 delta graph they use on their lap comparison videos using the data provided by the game I'm playing.
I managed to get the delta values through a script, but is there a way to export these values into a prfpset or do I have to do it manually through Premiere ? The question is about writing in a prfpset outside of Premiere.
Thanks already for your answers 🙂
prfpset is a closed source standard, so you'd need to do a fair amount of reverse engineering to get it to work for you. You'll have an easier time just setting the values in Premiere via Scripting.
Only other workaround I've seen people use is a fancy MOGRT setup from an AE project that takes a JSON string as a text input for multiple values, then you update the JSON string from Premiere to update a bunch of stuff at once.
Copy link to clipboard
Copied
prfpset is a closed source standard, so you'd need to do a fair amount of reverse engineering to get it to work for you. You'll have an easier time just setting the values in Premiere via Scripting.
Only other workaround I've seen people use is a fancy MOGRT setup from an AE project that takes a JSON string as a text input for multiple values, then you update the JSON string from Premiere to update a bunch of stuff at once.
Copy link to clipboard
Copied
Thanks, I'll see what I can do with that 🙂
Copy link to clipboard
Copied
Best of luck!