Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Force render in PremierePro using AfterEffects SDK

Participant ,
May 02, 2023 May 02, 2023

I'm working on a plugin created in the AfterEffects SDK, but now I need to run it on Premiere Pro.
The plugin connects AfterEffects to another app with websocket, which sends me some frames data.
I'm handling the frame data in a separate thread. As soon as I receive frames data in a separate thread, I want Render to be called so that the user can see the frames.


However, when I play the frames in PremierePro, FrameSetup is called for every frame but Render isn't. 
As of now, I have Rendered my data in the FrameSetup only. But that is also called when I play. Atleast the preview frame should be visible as soon as I receive data from the other app.

In AfterEffects, when I received data from the other app, I changed a param value as suggested by @shachar carmi  sir. But that doesn't work for me on PremierePro. 

TOPICS
SDK
331
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
May 04, 2023 May 04, 2023
LATEST

Hello,

 There are no live rendering APIs in Premiere Pro.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines