VidHelm is a free, open-source desktop video editor with an AI co-pilot built in. Cut the dead air, narrate in one take, drop sound effects on your beats, and export YouTube-ready — by hand, or by asking.

Import → tag the beats → tighten → narrate → sound → export. Every step has a fast path.
Finds every silent gap — or motionless stretch in silent footage — and splices it out with tiny crossfades. A rambling take becomes a tight one in one click.
Tap M at every beat — the joke, the reveal, the pop. Tags are the language of the whole app: clips snap to them, SFX land on them, narration lines sync to them.
Paste your script and hit record: the video plays while your lines light up in time. One continuous take, no clicking between lines, lands straight on the voice track.
Wire in any TTS or voice-clone CLI (free local XTTS recipe included). Write lines, generate, and they're placed at your tag points automatically.
Thirteen classic effects — whoosh, pop, boing, squish, gloop, party horn — synthesized on your machine. Zero downloads, zero licensing. Drop your own sounds in too.
On-device Whisper transcribes the whole timeline into styled captions — phrase or word-by-word karaoke mode. Nothing leaves your computer.
Labeled voice / SFX lanes, drawable volume automation, and one checkbox that masters the mix to YouTube's −14 LUFS target with peaks in check.
Every export is auto-checked — loudness, true peak, black frames, sampled stills — so you never upload a broken render again.
Sample frames from your video, pick one, type a catchy subtitle — out comes a 1280×720 thumbnail with your logo composited on.
VidHelm ships an MCP server. Point Claude (or any agent) at the repo and your AI gets 21 tools to drive the running app — while you watch it happen in your window.
Your standing instructions, run on every new video. Toggle steps on and off (off = #-commented, just like G-code), free-type anything — your AI reads it and does the busywork.
Windows installer with FFmpeg bundled — nothing else to install. Or run it from source anywhere Node runs.
Developers:
git clone https://github.com/RandoTechNerd/VidHelm cd VidHelm && npm install && npm run dev