Skip to main content
Participating Frequently
July 5, 2023
Answered

Effect preset file format

  • July 5, 2023
  • 1 reply
  • 756 views

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 🙂

This topic has been closed for replies.
Correct answer Justin Taylor-Hyper Brew

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.

1 reply

Justin Taylor-Hyper Brew
Community Expert
Community Expert
July 5, 2023

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.

Théo5CECAuthor
Participating Frequently
July 5, 2023

Thanks, I'll see what I can do with that 🙂

Justin Taylor-Hyper Brew
Community Expert
Community Expert
July 6, 2023

Best of luck!