Can AI replace Descript?
KINDA · weekend projectYou can build transcript-based cutting for simple clips, but Descript's editor, media pipeline, AI voice/video tooling, publishing, and collaboration are a serious product.
Build me a text-based clip cutter to replace Descript for simple edits. Requirements: - A local web app: Node + Express with a plain JS frontend, binds to localhost. - I drop an audio/video file into ./media/; the app transcribes it with whisperX for word-level timestamps, or the OpenAI Whisper API if a key is in .env. - The transcript renders as clickable words. I select and delete words or whole sentences; deleted spans go into a cut list I can undo from. - Render: build one ffmpeg trim/concat command that removes the cut spans from the original and writes ./output/<name>-cut.mp4 (or .mp3 for audio-only). - Pad each cut by about 80 ms so words are not clipped mid-syllable. - Save each project as JSON next to the media file (transcript + cut list) so an edit can be reopened later. - No accounts, no telemetry; everything stays on my machine except the optional Whisper API call. - Out of scope: multitrack timeline, overdub or AI voices, filler-word auto-removal, cloud anything. This is a cutter, not an editor. - README: installing ffmpeg and whisperX, and a warning that local transcription of long video is slow on CPU.
$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR
prompt copied. want to know what dies next week?
new verdicts + top votes, weekly. free. one-click out.
They pay to avoid building and babysitting a media editor, not just for transcription.
xpolished nonlinear editor
xoverdub/voice tools
xfiller-word workflows
xtemplates
xcloud collaboration
xrendering reliability
Can AI replace Descript?
Kinda. The core of Descript is buildable in a weekend with the prompt on this page, but there are real gaps: polished nonlinear editor, overdub/voice tools. Read the honest list above before committing.
How much does Descript cost?
Descript costs about $24/month (Hobbyist, checked 2026-07-30), which is $288 per year.
What do I lose by replacing Descript?
Honestly: polished nonlinear editor; overdub/voice tools; filler-word workflows; templates; cloud collaboration; rendering reliability. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to Descript?
Yes — Kdenlive (Mature open-source video editor; useful alternative but not text-first SaaS clone.). Using prior art is also a valid exit; the prompt is for when you want it exactly your way.