Render a transparent motion-graphics overlay
render_overlayRender animated overlays with real alpha channels (ProRes 4444) using Remotion, covering motion graphics CapCut cannot author. Returns the file path for use with add_overlay.
Instructions
Renders an animated overlay with a real alpha channel (ProRes 4444) using Remotion — motion graphics CapCut cannot author itself. Returns the file path; place it with add_overlay. Requires ffmpeg. Rendering takes tens of seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Defaults to 30 | |
| kind | No | lower-third: name bar, bottom left. title-card: centred statement. callout: pill badge. | |
| text | Yes | Headline | |
| width | No | Defaults to 1080 | |
| height | No | Defaults to 1920 | |
| subtitle | No | ||
| textColor | No | #RRGGBB, defaults to #FFFFFF | |
| outputPath | No | Absolute .mov path; defaults to <package>/out/ | |
| accentColor | No | #RRGGBB, defaults to #C6FF34 | |
| exitAtSeconds | No | When the element animates out | |
| durationSeconds | No | Defaults to 3 |