Features
- Professional color grading. Core adds master and per-channel RGB tone curves, hue-vs-hue, hue-vs-saturation and hue-vs-luma curves, three-way shadows, midtones and highlights wheels, and HSL secondary qualifiers. Everything normalizes through one shared contract, so a grade you author resolves the same way in preview and in render (f99fc4e56).
- Grading controls in Studio. The inspector exposes the new curve and wheel controls with live previews, so you can grade a clip on the canvas instead of hand-writing a
data-color-gradingpayload (20ef48abc). - Agent-native grading from the CLI.
hyperframes media-treatmentapplies, previews, and clears a grading payload by selector, with--dry-runbefore writing and--clearto remove. The media-use skill now reads the source and picks a treatment instead of guessing a preset name (6d5961b80, 4582881d0). - Media treatments. A media treatment is a source-aware plan that composes existing color, effect, timeline, and registry primitives rather than adding a second runtime schema. Core defines the capability catalog, the runtime renders treatments deterministically, Studio ships an inspector for them, and the registry adds matching overlays (70213c5a8, 944640c32, 39c2341c4, b0d3164dd).
- Keyframe ease editor. Studio gets an ease curve editor with a preset library, editable ease parameters, and an SVG curve preview. A deterministic ease runtime backs it, so an authored ease replays identically at render time (c253dec23, 5acbf240c).
- Versioned distributed plan protocol. Distributed plans now carry an explicit protocol descriptor. Plans written before the descriptor still load as v1, while a partial, malformed, or unknown descriptor fails closed before any layout-specific read. Plan hashes and rendered pixels are unchanged (f9f00b0ef, #2777).
- Plan v2 publishing straight to object storage. A storage-neutral, manifest-last publisher lets cloud adapters write plan artifacts directly to S3 and GCS instead of a shared filesystem, and AWS Lambda now reads the v2 protocol. This is the groundwork for lifting the plan size limit on very large distributed renders (09998789b, 74d7bfde4, 5bf61d6df, #2789, 07f9a3de9, #2792).
- Data-driven caption components. caption-highlight, caption-weight-shift, caption-pill-karaoke, caption-emoji-pop, and caption-editorial-emphasis now build themselves from a shared caption-data runtime, with automatic grouping, an emphasis heuristic, and a generic emoji lexicon. A transcript drives the animation instead of hand-authored per-word markup (7d4e71d10, c67e9dc1f, 08620b75d, 392a9d251, ed8973952).
- New layout lint checks. Lint adds
rotation_pivot_driftandoff_pivot_rotationfor hub-referenced rotation, and re-samples dense motion forcontent_overlapso fast collisions between samples are no longer missed (222aec45a, #2741, e710a1686, #2744, 72e2f08f1, #2746). - Live map capture warning. The engine detects a live map viewport at capture init, names the map library it found, and points at the basemap-baking path, so streaming tiles do not silently produce a nondeterministic render (30ca51c61).
- Leaner, larger skills corpus. The composition skills gain seven blueprints and ten rules from a mining pass, while the router now routes once and dispatches packet-scoped workers so each run costs less context (853256403, #2680, 6ad738b58, #2618).
Fixes
- Audio no longer runs past the picture. Padded audio is normalized on a sample timeline, the mux stops at the shortest normalized stream, the final mux is capped to video duration, AAC packet padding is trimmed exactly, and M4A edit timing and priming survive normalization (4b116b988, 532461599, 63bc525ca, 19258ea5b, afc4e96bb, 9289551e9, 59c56d325, 113a4985b).
- Portable audio padding. The audio filter chain drops an FFmpeg option the bundled Windows build rejects, so compositions that rendered video but failed to mux audio now complete. Typed audio failure causes are preserved through the engine, the in-process producer, and distributed planning (3b9552ef9, 37b88688e, #2769).
- Probe failures say why. ffprobe keeps a bounded stderr tail instead of running quiet, so a failed probe reports the actual error rather than a blank diagnostic (8c5077068, #2772).
- Hardened media downloads. Video downloads are atomic and retry transient failures, reserved and future-use IPv4 ranges are blocked, downloader trust-boundary gaps are closed, and network error shapes are narrowed honestly (c01f6b446, 2e84faeb2, 4b81f7858, 5ce2eb879).
- Distributed render reliability. Sparse video directories are materialized, distributed capture falls back safely, plan scratch state resets between runs, oversized plans are attributed and stopped early, partial color metadata is accepted in plan v2, and Cloud Run enforces effective BeginFrame capture (ddb59d356, 96cafb47c, ebb02cafe, d699cbf01, 58869f087, #2814, 2a284a8e3).
- Honest extraction errors. Frame-extraction launch failures aggregate into one typed error with narrowed shapes instead of surfacing as an opaque crash (33ca1de06, c01e1a5f9, 9b63646c8).
- Capture self-verification. Parallel and sequential disk drawElement samples self-verify, screenshot retry recovers disk-path verify failures, a verify failure rethrows past the completeness check, orphaned probe sessions close before retries, and frame stride carries onto worker results so interleaved workers stop reporting false positives (060b6f8ae, 9fc1c2f15, ec791e91d, c85cfae8f, b8e101547, 4f53dd4f2).
- Studio editing. Preview audio plays at speeds above 1x, flat keyframe retiming is hardened, tween keyframe diamonds retime correctly, composed media treatments survive a round trip, stale color scopes clear, and the grading contracts line up across panels (07965e9fe, #2691, 270179d94, f25a13692, d5c7d3ee1, c1fcf7534, 794930a07).
- Authoring fidelity. Position edits apply to SVG elements and not just HTML, nested-rule selectors survive composition CSS scoping,
setTextkeeps<br>line breaks editable, and duration-authored keyframe timing and intent are preserved (63539a0cd, #2724, 1e2c7d673, #2733, dd7378bbd, #2742, 4bfbd89d6, d84e999f7). - Fewer false lint failures. The
media_in_subcompositionrule is dropped, bounded GSAP infinite repeats are allowed, compiler-deriveddata-endis recognized as legitimate, and the pivot-drift andconnector_detachedchecks are tightened against counterfactuals (e7f9918d2, #2765, adb149b86, #2763, ac9f46310, 75ed99e1d, #2819, 7a294f195, #2739). - Preview and coverage. The preview server serves external symlink assets, looping short videos are credited in the coverage gate, frame coverage aligns with extraction rounding, and invalid render durations are bounded (7778c093b, #2764, a637f394e, #2732, f0c2c7d23, 344d9c0a8).
- Runtime audio variables in distributed plans. Audio variables resolved at runtime are carried into distributed plans instead of being dropped when a render fans out (465c9e764, #2725).
- CLI process lifecycle. Command failures report once, error telemetry is awaited before finalization, the post-render exit reset stays root-owned, and the lifecycle migration is complete (73d3b4e1f, a9338a4e0, e0bda7a17, 619406a23).
- Caption template hygiene. Caption runtimes are wrapped in IIFEs, non-numeric caption-data versions are rejected, a boot fetch never clobbers a manual attach, brand custom properties clear on unbranded re-attach, GSAP renders at attach, and a quadratic hide-all-others loop is gone (e2846eb7c, 5c2981d06, 4f6994719, 020c8986f, 5af6203ae, 18de2b1f1, 8bf939043).
- Feedback telemetry. CLI feedback is sent as plain events, and the repro guidance no longer embeds identifying detail (597c14a88, 78ab9bc88).
Docs
- Send-to guide is discoverable. The Send-to guide is published in the nav and in
llms.txt, so agents can find it without being handed the path (911b332bb, #2667). - Changelog video skill. Captions are non-optional in the changelog-video skill, and a pre-build gate stops a run before it produces an unbuildable composition (807078c7c, #2729, 7d312bd17).
- Codex plugin packaging. The skills bundle now packages a Codex plugin upload alongside the existing surfaces (696cbdbbd, #2668).
Features
- Automatic media proxying. Studio-server probes each source’s codec facts, transcodes a bounded H.264 proxy on demand, and the runtime swaps an undecodable source to its proxy so browser-hostile footage plays instead of showing a black frame. Render always uses the originals (9ca1e1710, #2587, 9d148d288, #2589, 39b588cbd, #2592).
- Proxies across the authoring surfaces. Proxies serve from the preview route, play, and the static project server, and bake into published archives. Projects can opt out with
media.autoProxyor--no-proxy(67eab59f4, #2590, 74b4f1e8c, #2593, 35eff5038, #2595, 645880706, #2591). - Alpha-capable proxies. Alpha sources get a VP9 and yuva420p WebM proxy instead of a refusal, so a ProRes 4444 file previews rather than going black (e8371a7ac, #2598).
- Media Use video generation.
resolve --type videogenerates a HeyGen avatar video, free for new API users, and falls back to local LTX-2 when HeyGen is unavailable or you pass--local-only(0a66671fc, #2614). - Flat inspector on by default. Studio’s flat inspector is now the default panel after this cycle’s fixes. Set
VITE_STUDIO_FLAT_INSPECTOR_ENABLED=falseto return to the legacy panel (a4167ede0). - Size-aware cloud archives. Cloud render and publish honor
.hyperframesignore, drop root render and snapshot output by default, and addcloud render --dry-rundiagnostics so projects stay under the 200MB upload limit (e73304fb0). - Clearer engine timeout errors. Puppeteer and page-navigation timeouts now name the env vars and escape hatches that fix them, and streaming-encode auto-disables on Windows software-GPU setups (6944a1c2d, 58cff5f6d, cbf2a2ec6).
- New GSAP lint rules. Lint flags seek-order and SVG draw-on hazards, relative-value second writers,
tl.setinitial hides, and cold-seek opacity reveals that break at render time (f3d210066, #2611, 4ad582606, #2612, 55ee559e4, #2503). - CLI quality-of-life. The transcribe timeout is configurable with a duration-scaled default,
--resolutionaccepts portrait aspects, anddoctorsurfaces the extract-cache directory alongside a new--frames-cache-dirflag (f8210d96d, 46e9ecf3f, ca3522750). - SDK base variable reads.
getVariableValue({ base: true })reads the declared default before overrides, andattachSyncre-syncs the override snapshot on iframe load (db5e06221, #2499, 4682da14f).
Fixes
- Deep sub-composition nesting. Recursive sub-composition inlining now handles depth-3 and deeper nesting (d21883fe0, #2660).
- Final frame holds. Video holds its final frame through the rest of the composition instead of dropping to blank (2e8f871bc).
- No phantom capture duplicates. Capture stops compositing phantom duplicates when captureBeyondViewport is on (2be8a62c0, #2607).
- Clean CLI output. Diagnostics and the SystemMemory cgroup notice now go to stderr, keeping
--jsonoutput and stdout parsers clean (b179c9536, #2520, d92d1d4f5, #2522). - Studio reliability. Composition timelines are hardened, stale failed sidecars are ignored for existing renders, and stale SwiftShader layers are prevented (2b65b4efc, #2615, 2577aaffe, #2621, 54a3ef200).
- Platform fixes. Intel macOS background removal is restored, Windows work dirs avoid the output path limit, and a dyld crash on older macOS now points at
HYPERFRAMES_BROWSER_PATH(04954ead8, #2480, 882c20324, #2479, 0d16f19b0). - Media Use asset cleanup. Failed asset reservations are cleaned up instead of leaking zero-byte placeholders (49113eb08, #2627).
- Producer coverage gate. Held video tails are credited in the coverage gate (209784ab2, #2606).
Docs & Examples
- Automatic proxying guide. New docs cover the proxy cache, published-proxy baking, the render-original invariant, FFmpeg requirements, and both opt-out forms (8c1b6c515, #2596).
- Send-to guides consolidated. The Send-to import guidance now lives in one guide, resolving an earlier fidelity contradiction (8bfc67688, #2619, 7acabbcde, #2620).
- Core skills install by default. The core skill set now installs by default on every surface (3bb26b0f0, #2554).
- TTS docs aligned. The skill’s text-to-speech docs now match the CLI contract (428e57191, #2483).