Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/instructions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Active job types:
params.command is the FFmpeg command using those names as filenames.
Optional params.compute ('auto' | 'cpu' | 'gpu') defaults to 'auto',
routing NVENC/CUDA commands to a GPU; 'gpu' forces GPU (NVIDIA L4, Pro plan).
captions.animate — burn animated word-level captions onto a video
(Hormozi / MrBeast / TikTok / pill presets).
captions.animate — burn animated word-level captions onto a video. Style
presets, position, translation, AI keyword highlighting,
SRT/VTT output, bring-your-own-transcript.
caption.burn — burn static styled subtitles into a video from an SRT/VTT/ASS
file, or auto-transcribe when none is given.

Expand Down
2 changes: 1 addition & 1 deletion src/tools/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ const FEATURED_JOB_TYPES: ReadonlyArray<{ type: string; summary: string }> = [
{
type: "captions.animate",
summary:
"Burn animated word-level captions onto a video (Hormozi / MrBeast / TikTok / pill presets).",
"Burn animated word-level captions onto a video. Built-in style presets, custom position, translation, AI keyword highlighting, SRT/VTT output, and bring-your-own-transcript.",
},
{
type: "caption.burn",
Expand Down
Loading