Skip to main content
Participant
March 26, 2024
Question

How to get the decoding time or presentation time stamp

  • March 26, 2024
  • 2 replies
  • 200 views

Hi, I'm new to the After Effects plugin sdk. I want to get the source file decoding time in complex scenarios, such as after time remapping.
I found that "inData->current_time", "time_step", "total_time", "time_scale" is all about player time, NOT decode time. 
Thank you!

This topic has been closed for replies.

2 replies

Community Expert
March 27, 2024

i think AEGP_GetLayerCurrentTime with AEGP_LTimeMode set to layer time should do the trick.

Mylenium
Legend
March 26, 2024

I don't think there's any way to track that, since the AEIO handles it automatically and AFAIK there are no hooks to request that info.

 

Mylenium