remotion-captions
SkillSearchremotion-captions is a skill that lets your AI add captions to videos using Remotion. Once it is added, your AI can handle the captioning step for your Remotion video projects, so captions end up on the video without you placing them by hand.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding the skill, point your AI at the video you want captioned and ask it to add the captions. The skill's code lives in the remotion-dev/skills repository on GitHub if you want to see how it works.
Then ask your AI: use the remotion-captions skill
What your AI can do with it
- Add captions to videos
- Apply captions to videos made with Remotion
- Handle the captioning step of a Remotion video project
What this skill tells your AI
The instructions your AI receives, as published by remotion-dev/remotion in packages/codex-plugin/skills/remotion-captions/SKILL.md and read by ahel’s review.
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;
};
Generating captions
To transcribe video and audio files to generate captions, load the transcribe-captions.md file for more instructions.
Displaying captions
To display captions in your video, load the display-captions.md file for more instructions.
Importing captions
To import captions from a .srt file, load the import-srt-captions.md file for more instructions.
Signals
- GitHub stars
- 59k
- Forks
- 4k
- Last commit
- Sep 2026
Others that do the same job
Advanced
- Catalog kind
- skill
- Gateway key
remotion-captions- Source
- github.com/remotion-dev/remotion