Developer Preview

Motion graphics, compiled.

A preview of structured video editing with DocIR, proposed patches, and render-backed verification. Versioned artifacts and public distribution are not available yet.

LOWERING PIPELINE RUNTIME
AGENT_JSON
{
  "op": "retimeTrack",
  "target": "layer_headline",
  "startSec": 0.0,
  "endSec": 3.2,
  "easing": "cubic-bezier(0.16, 1, 0.3, 1)",
  "params": { "tracking": -0.02 }
}
MotionVector
PREVIEW · MEASUREMENTS PENDING
FRAME #142 @[00:02.366]PREVIEW RENDER
Visual Evidence

Preview artifacts, not benchmark evidence.

These are illustrative DocIR documents for the preview workflow. Public render artifacts and benchmark evidence are pending.

01 · Launch FilmPreview artifact

The Kinetic Identity

Sub-frame bezier paths, spatial springs, dynamic audio transients, and phoneme-accurate caption alignment.

[DocIR Patch]
MEASUREMENTS PENDING
Invalidation measurements pending
02 · Sub-Frame DiffPreview artifact

Fix the Fact, Not the Video

An illustrative patch workflow; public render measurements are pending.

03 · Data VisualizationPreview artifact

Kinetic Bar Chart Race

An illustrative data-visualization scene; runtime and performance evidence are pending.

SQL Query ──▶ JSON Stream ──▶ MP4 Video
04 · Source → StoryPreview concept

Live Pipeline Reporting

A preview concept for source-to-story workflows; integrations are not published.

Architecture Spec

The document is the contract.

AI models should not hallucinate pixels or wrestle with browser DOM trees. DocIR 2.0 provides an unambiguous, strongly-typed JSON schema designed specifically for LLM tool calling.

  • 1. Pure Declarative Grammar

    Scene graphs, spring physics, typographic scales, color spaces, and audio stems defined with zero runtime ambiguity.

  • 2. Sub-frame Determinism

    The preview direction is reproducible rendering from a versioned document and timestamp. Public verification artifacts are pending.

  • 3. Fail-Closed Validation

    Malformed agent instructions are rejected at parse time before GPU memory is ever allocated.

brand-reel.doc.jsonDocIR 2.0 SCHEMA
{
  "version": "2.0.0",
  "meta": {
    "fps": 60,
    "duration": 38.0,
    "width": 1920,
    "height": 1080
  },
  "scene": {
    "layers": [
      {
        "id": "layer_headline",
        "type": "text",
        "timeRange": [2.1, 4.8],
        "content": "Living document.",
        "style": {
          "font": "Geist Variable",
          "weight": 600,
          "size": 48
        }
      }
    ]
  }
}
Sub-Frame Invalidation

Patch workflows are the preview direction.

The preview explores structured patching against a versioned document. Public runtime measurements are pending.

PREVIEW: 1-WORD TEXT EDITMEASUREMENTS PENDING
Legacy NLE / React Video
Pending

A comparison baseline will be published with the reproducible benchmark.

MotionVector DocIR Patch
Inspectable

Patch receipt and invalidation measurements are pending.

PATCH INSTRUCTION
patch({
  op: "replace",
  path: "/scene/layers/0/content",
  value: "Living document."
});
// Result: Invalidation range [2.1s, 4.8s)
// Cache hit ratio: 94.2%
Living document.PATCHED
Preview receipt; dropped-frame measurements pending
Audited Telemetry

Don't trust marketing claims. Verify the benchmark.

Public performance comparisons are paused until a reproducible benchmark command and test environment are published.

Runtime EngineCold Start1,000-Frame BatchMemory FootprintSub-frame PatchGC Status
MotionVector Developer PreviewPendingPendingPendingPendingPending
Reproducibility artifact: not yet publishedDistribution status
Developer Preview

The contract is public; distribution is next.

SDK, CLI, MCP, and native downloads will be listed here only after their package channels and release artifacts exist.

Distribution is not yet published.
See /download for current status.