Files
ukimsanov 6fe5b4f82a docs: add the Studio section, workflow guides, and section hubs
Adds the pages the rebuilt navigation is organised around, and moves the sidebar
onto that structure. Every entry points at a file that exists after this commit;
nothing is rewritten or removed yet, and no redirect is claimed yet.

- Studio (13 pages) — the editor had no section of its own
- One guide per creation workflow, matching the shipped agent skills
- Section hubs: Concepts, Catalog, Developers, Deploy, Workflows, Help,
  Go further, Product updates, 30 Days of HyperFrames

Pages a later commit retires drop out of the sidebar here but still exist and
still resolve, so the site stays navigable at this commit.

Incidentally fixes a link to /concepts from the Lambda migration guide that is
broken on main today — the destination did not exist.
2026-08-04 00:39:31 -07:00

55 lines
2.4 KiB
Plaintext

---
title: "Edit captions"
description: "Review captions in context and understand which Studio edits are saved today."
---
Studio switches to caption editing when the open composition contains `.caption-group` elements and their caption source can be resolved.
<Frame caption="A selected word connects the canvas, caption rail, and the controls that Studio currently saves.">
<img
src="https://static.heygen.ai/hyperframes-oss/docs/images/studio-captions-panel-v1.jpg"
alt="HyperFrames Studio with one caption word selected, word blocks in the caption rail, and position and transform controls"
/>
</Frame>
## Adjust a word on the canvas
1. Select a caption word. Hold **Shift** to select more than one.
2. Drag the selection, resize it, or rotate it on the canvas.
3. Use the arrow keys for a 1-pixel nudge, or **Shift** + arrow for 10 pixels.
4. Reload the project once to confirm the override was saved.
Position, scale, rotation, color, opacity, font size, weight, and family overrides
are written to `caption-overrides.json` after a short delay.
## Use the timeline to inspect the rhythm
The caption timeline shows one block per word. Select a block to find the same word on the canvas. You can drag an edge to audition different start or end timing, and double-click a word to preview a new group boundary.
<Warning>
Timing changes, group splits, and Animation-tab changes are live-preview tools in the current
Studio. They do not survive a reload. Fix words, durable timing, group structure, and reusable
caption behavior in the caption source or ask the agent to update it, then reopen the project.
</Warning>
This distinction matters: Studio can save word-level visual overrides, but it is
not yet a complete caption-source editor.
Browse [caption components](/catalog/components/caption-highlight) when the source needs a reusable visual treatment.
## Review the result
- Watch with sound.
- Watch once with sound muted.
- Check names and important words against the audio.
- Check captions against cuts, overlays, and changing backgrounds.
- Confirm the final caption disappears cleanly.
If a preview-only edit fixed a real problem, move that change into the source before rendering.
## Related topics
- [Create captions or recut talking-head footage](/guides/captions-and-recuts)
- [Work with voice, sound, and captions](/guides/voice-and-audio)
- [Browse reusable caption treatments](/catalog/components/caption-highlight)