Skip to main content
Adds stylized captions designed to look cinematic or “YouTube documentary” style. Cc Font Selection: Choose fonts for your captions. Primary font is used for most words, secondary font adds visual variety for emphasis. Color Override: Override the AI-selected text colors with a fixed color for all captions. Let AI choose colours: Mosaic AI will choose colours based off the colours in the video. Good for:
  • Talking head videos
  • Interviews
  • Short-form content

API Info

  • Node ID: dfa94b02-6a18-4922-9613-636bd202d69d

Node params

ParamTypeRequiredDefaultNotes
font1stringNo"Montserrat"Primary font family.
font2string | nullNoUI: "Besley"Secondary/accent font family.
color_overridestring | null (hex)NonullIf set, forces this color onto generated caption spec.

Parameter groups

  • Font pairing: font1, font2
  • Color policy: color_override

Runtime notes

  • If color_override is null, AI style generation chooses colors from scene analysis.
  • Runtime validates/fetches fonts from remotion template; invalid font names can fail render.

Example

{
  "font1": "Montserrat",
  "font2": "Besley",
  "color_override": null
}