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

The AE plugin SDK implements loop playback

New Here ,
Nov 11, 2024 Nov 11, 2024

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?

TOPICS
SDK
191
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
Community Expert ,
Nov 13, 2024 Nov 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.

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
New Here ,
Nov 13, 2024 Nov 13, 2024
LATEST

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

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