All articles
AI & Tools July 1, 2026 · 4 min

WordCut — Free Video Editor for Windows

I built WordCut — a free Windows desktop app that lets you edit video by editing text. Transcribe speech with Whisper, click words to remove, and export a trimmed MP4. No subscription. No account. Open source on GitHub.

Flat illustrated graphic of a friendly robot with scissors editing a video transcript — red words are cut from the export
WordCut — click words in a transcript to cut them from your video.

This is the tool I hinted at in my vibe coding post — Whisper, FFmpeg, and pywebview shipped as something real people can download and run.

What it does

  1. Load a local MP4 or paste a YouTube URL
  2. Transcribe with Whisper (word-level timestamps)
  3. Click words you want removed from the video
  4. Export YourVideo_edited.mp4 in the same folder — original untouched

Free to use

WordCut is free and open source under the MIT License. Use it, share it, modify it, build your own version. The standalone Windows build bundles FFmpeg and Whisper so users do not need Python installed.

Built with

Get it

github.com/stevel4857/wordcut — source, build instructions, and the Windows release zip.

More detail on the WordCut project page.

Related: Vibe Coding This Site, Impact Studio.

WordCutOpen SourceVideoWhisperWindows