A video editor with no timeline, only an agent
OpenEdit hands your coding agent a video-editing pipeline that needs no GUI or timeline.

What it does
OpenEdit is a TypeScript pipeline that turns natural-language prompts into edited video. You talk to a coding agent—Claude Code, Codex, or Gemini—and it reframes footage, burns in styled subtitles, layers motion graphics, or turns slides and web pages into rendered MP4s. Source video is optional; the pipeline also composes stills, generated media, and pure motion graphics.
The interesting bit
The renderer draws captions and graphics with HTML and CSS, yet it does not use a headless browser—there is no Chrome to install, launch, or babysit. VEED says internal benchmarks clock it up to 2.2× faster than browser-driven alternatives, though those numbers are preliminary and not yet reproducible outside the company.
Key highlights
- Agent-native workflow: edits, cuts, and renders happen via natural-language prompts, not a timeline.
- Renders HTML/CSS captions and motion graphics without a headless browser; Chrome can be swapped in if preferred.
- Transcription is pluggable: local WhisperX (offline), VEED cloud, or import your own per-word JSON.
- Closed-source renderer binaries are free to use and permit commercial use of the videos you produce.
- Apple Silicon and Windows x64 only; Intel Macs and Linux need not apply (yet).
Caveats
- Motion graphics, charts, and brand-matched styling are available but rough around the edges in this V1 release.
- Platform support is narrow: Apple Silicon and Windows x64 only; Intel Macs and Linux are out.
- VEED’s renderer speed claims are internal and not yet independently reproducible.
Verdict
Developers already living inside agentic coding workflows should try this; if you need a traditional timeline or run on Intel Mac or Linux, look elsewhere.
Frequently asked
- What is veedstudio/open-edit?
- OpenEdit hands your coding agent a video-editing pipeline that needs no GUI or timeline.
- Is open-edit open source?
- Yes — veedstudio/open-edit is open source, released under the Apache-2.0 license.
- What language is open-edit written in?
- veedstudio/open-edit is primarily written in TypeScript.
- How popular is open-edit?
- veedstudio/open-edit has 618 stars on GitHub.
- Where can I find open-edit?
- veedstudio/open-edit is on GitHub at https://github.com/veedstudio/open-edit.