how could I make Premiere Pro send frame in order of increasing time to an effect plug-in
I want to create a plugin that achieves a motion blur effect, which requires consecutive frames over time to implement the blur. However, Premiere Pro passes frame data via multiple threads, and it cannot guarantee that the frames received by the plugin are in a time-incremental sequence.
