Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Private beta · Reactor Serve is available by invitation. Request access
A track’s frames plus the metadata to send alongside them.
@dataclass class TrackPayload: data: npt.NDArray[Any] metadata: Metadata | list[Metadata] | None = None
tag = {"chunk": result.index} video = TrackPayload(result.frames, metadata=[tag] * len(result.frames)) return MyOutput(main_video=video)