Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Transcribing, displaying and animating captions
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-01 | ✓→✗ | ▼ Worse | -25% | 0% |
| case-06 | ✓→✓ | = Same ✓ | -11% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -19% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -2% | 0% |
All captions must be processed in JSON. The captions must use the Caption type which is the following:
tsimport type { Caption } from "@remotion/captions";
This is the definition:
tstype Caption = { text: string; startMs: number; endMs: number; timestampMs: number | null; confidence: number | null; };
To transcribe video and audio files to generate captions, load the transcribe-captions.md file for more instructions.
To display captions in your video, load the display-captions.md file for more instructions.
To import captions from a .srt file, load the import-srt-captions.md file for more instructions.
Other measured skills in the registry, with their headline benchmark lift.