GPU Whisper large-v3
Near-perfect accuracy on Ryzen/RTX. Fast enough for iterative editing.
Subtitle-driven auto video editor. GPU Whisper large-v3. Hermes MCP plugin. One-line install.
Transcribe, detect silence, render. Each stage is a standalone tool you can also use independently.
Automatic transcription with near-perfect accuracy. Fast enough for iterative editing.
Detects pauses and sentence boundaries. Mark what to keep, cut the rest.
Renders the final cut at sentence boundaries. SRT/ASS subtitle support built in.
Everything you need to edit video entirely from text. No timeline, no dragging, no cloud.
Near-perfect accuracy on Ryzen/RTX. Fast enough for iterative editing.
Configurable gap threshold. Cut at sentence boundaries, not mid-word.
Parse existing subtitles or generate new ones. Edit timing with precision.
13 FastMCP 3.0.2 tools: mark, cut, edit, pipeline. Integrates with any Hermes agent.
npm-free. curl | bash or iwr | iex. Docker image also available.
All processing on your GPU. No cloud dependencies. MIT licensed.
From development to deployment — one tool, one command.

CLI-first. No timeline, no dragging.

GPU-accelerated. Local inference.
Watch hermes-editing-yt process a real video — step by step. Pick a pipeline below.
Simulation — real outputs may vary by GPU, file size, and threshold config
hermes-editing-yt is a fresh v1.0 release — built solo by Capslockb. No team, no funding, no VC. Just a tool I needed for myself.
Found a bug? Want a feature? PRs welcome. The project is open source and actively maintained.
Contributing guide →Good first issues tagged for new contributors. Pick one up or suggest your own improvement.
Browse issues →Star the repo, share it with your team, or write about it. Every bit helps a solo dev project grow.
Star on GitHub →v1.0.0 · MIT · built by @Capslockb · first contributors welcome
Three pipelines for different depths of automation.
Plan only, no rendering. Transcribe + silence detect + produce edit marks.
hermes run --pipeline automark \ --input video.mp4Slice from existing SRT. Read subtitle timestamps and produce a cut video with no re-transcription.
hermes run --pipeline autocut \ --input video.mp4 \ --srt subtitles.srtFull pipeline. Transcribe, detect silence, render final cut. One command, done.
hermes run --pipeline autoedit \ --input video.mp4 \ --output edited.mp4 \ --threshold 0.5Choose your platform and paste the command into any Hermes chat.
bash <(curl -sSL https://raw.githubusercontent.com/Capslockb/hermes-editing-yt/main/installer/install.sh)