Copy link to clipboard
Copied
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!
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
i think AEGP_GetLayerCurrentTime with AEGP_LTimeMode set to layer time should do the trick.