For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Media Clips (Deprecated)

Returns a list of all media clips.

Parameters

None

Returns

List of media clip objects with the following fields:

  • Index: Clip index, 1-based.

  • IsUsed: true.

  • Filename: filename for clip.

  • Frames: number of frames.

Last updated