diff --git a/src/instructions.ts b/src/instructions.ts index 80d6bb6..87dccb8 100644 --- a/src/instructions.ts +++ b/src/instructions.ts @@ -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. diff --git a/src/tools/jobs.ts b/src/tools/jobs.ts index 5b1301b..bfdd58f 100644 --- a/src/tools/jobs.ts +++ b/src/tools/jobs.ts @@ -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",