Loading...
Loading...
Dealing with captions in Remotion
npx skill4agent add remotion-dev/skills remotion-captionsCaptionimport type { Caption } from "@remotion/captions";type Caption = {
text: string;
startMs: number;
endMs: number;
timestampMs: number | null;
confidence: number | null;
};