Replace Subclip?

NOT REALLY ยท don't bother
catalog price reference $14/mocategory ๐ŸŽฌ audio & videoreported replacement votes 0

Subclip is not a realistic vibe-coded replacement. A narrow transcript cutter is buildable, but the product is a multi-surface post-production system: ONNX models running locally in the browser, client-side and server-side Remotion rendering, cloud AI and media jobs, native macOS and iOS experiences, plus an MCP server and developer APIs. Reproducing and operating those surfaces is a platform project, not a one-shot build.

the prompt
Build me the closest honest personal substitute for Subclip, not a platform clone. Requirements:

- Use Python 3.12 + FastAPI for a localhost web app, with a plain JavaScript frontend,
  FFmpeg for media work, and faster-whisper for word-level transcription.
- I can import MP4, MOV, WebM, MP3, or WAV files, see a synced transcript beside the
  video preview, and click any word to seek to its timestamp.
- Deleting transcript ranges creates an undoable cut list. Detect silences longer than
  500 ms and let me accept or reject each suggested cut before rendering.
- Let me edit subtitle text and timing, import or export SRT, and apply one ASS style
  file with font, colors, outline, position, and words-per-line controls.
- Export MP4 in 16:9, 9:16, or 1:1 with center-crop or blur-pad. Never overwrite the
  source, and show FFmpeg progress plus a useful failure message.
- Store projects as JSON under ~/SubclipDIY/projects and renders under
  ~/SubclipDIY/exports, with a recent-projects page and a delete-project action.
- Bind to localhost only. No accounts, uploads, telemetry, or network calls after the
  faster-whisper model has been downloaded.
- Deliberately exclude ONNX models in the browser, Remotion client or server rendering,
  native apps, cloud dubbing, render queues, publishing, an MCP server, and public APIs.
- Add unit tests for cut-list merging and subtitle grouping, plus one smoke test that
  imports a short fixture and produces a playable MP4.
- Include a README with setup for Python and FFmpeg, model-size guidance, data paths,
  supported formats, and an honest warning about CPU transcription and render speed.

$ open in your agent (prompt prefilled, you press enter) or copy it raw

why people still pay

Creators and developers pay for one maintained system that coordinates local ONNX inference, browser and server rendering, cloud dubbing and media jobs, native apps, API and MCP automation, and publishing integrations without making them operate each layer themselves.

what you lose

xONNX model packaging and hardware-accelerated in-browser inference

xcoordinated client-side and server-side Remotion rendering

xnative macOS and iOS apps and their release pipelines

xproduction dubbing, voice cloning, storage, and render queues

xMCP server, developer APIs, NLE exports, and publishing integrations

prior art to inspect before buildingLightweight Video EditorOpen-source Electron editor with local Whisper transcription, word-level caption editing, clipping, and FFmpeg export.โ†—
reported replacements ยท 0share on X โ†—"Subclip replacement research and build prompt"
questions
What does the Subclip verdict mean?

The directory does not recommend replacing this one from a prompt. Creator pricing checked against the official site on 2026-08-04. Read the breakdown above.

What price does this directory record show for Subclip?

The directory records $14/month for Creator, checked 2026-08-04. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Subclip?

Honestly: ONNX model packaging and hardware-accelerated in-browser inference; coordinated client-side and server-side Remotion rendering; native macOS and iOS apps and their release pipelines; production dubbing, voice cloning, storage, and render queues; MCP server, developer APIs, NLE exports, and publishing integrations. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Subclip?

The listed prior art includes Lightweight Video Editor (Open-source Electron editor with local Whisper transcription, word-level caption editing, clipping, and FFmpeg export.). Inspect those projects before starting from a blank prompt.