Skip to main content
Participant
November 11, 2024
Question

The AE plugin SDK implements loop playback

  • November 11, 2024
  • 1 reply
  • 210 views

Hello, I have a question to ask. I want to achieve the effect of only playing certain frames of images in a loop in a composition made up of a bunch of sequence frame images (with only one layer). Can you tell me which APIs I can call to achieve this?

This topic has been closed for replies.

1 reply

Community Expert
November 13, 2024

well, if i understand you correctly, then a plugin could read frames from a source at times other than the currently rendered frames.

this concept is called a "layer checkout" along with "wide time", and it's shown in the "Checkout" sample project in the sdk.

JimmyMagaAuthor
Participant
November 14, 2024

Thank you very much, this has been a great help to me