remotion-captions

Originally fromremotion-dev/skills
Installation
SKILL.md

All captions must be processed in JSON. The captions must use the Caption type which is the following:

import type { Caption } from "@remotion/captions";

This is the definition:

type Caption = {
  text: string;
  startMs: number;
  endMs: number;
  timestampMs: number | null;
  confidence: number | null;
  pageBreakAfter?: boolean;
};
Installs
132
GitHub Stars
963
First Seen
Jul 14, 2026
remotion-captions — guanyang/open-agent-hub