katto_rerender_clip
Re-render an existing clip with a new layout or caption style without using video quota. Keeps the original clip and returns a rerender ID to poll for the updated clip.
Instructions
Re-render one already-finished clip with a new reframe layout and/or caption style (get valid caption_style values from katto_list_caption_styles). Free — does NOT use video quota. Each call starts a new render (not idempotent); the original clip is kept. Returns a rerender_id; poll katto_get_rerender for the new clip url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job id from katto_create_clip_job. | |
| clip_index | Yes | 0-based index of the clip to re-render. | |
| layout_mode | No | ||
| caption_style | No | A caption style preset name. See katto_list_caption_styles for the labels. |