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

After Effects current_time vs PremierePro inClipTime/inSequenceTime ?

Explorer ,
Jan 04, 2024 Jan 04, 2024

Hello,

 

I am using AE SDK callbacks (PF_Cmd_PARAMS_SETUP, ...) to define my params. I was using 

PF_Cmd_RENDER and I now switched to GPU rendering.

 

Is there a way to relate PrGPUFilterRenderParams::inClipTime/inSequenceTime passed to GPU render to the PF_InData::current_time passed when doing CPU render when getting parameters value ?

 

The only way to get parameter value at specific time is using the corresponding API ?

AE: PF_CHECKOUT_PARAM
PPro: PrGPUFilterBase::GetParam which uses 
PrSDKVideoSegmentSuite

 

I have build an intermediate C++ layer that uses the AE SDK current_time and will be easier for me to convert inClipTime/inSequenceTime to corresponding PF_InData::current_time

 

Thanks in advance

 

 

TOPICS
SDK
166
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
no replies

Have something to add?

Join the conversation