Why
Short-form editing is a pipeline, not a canvas. Most of the work - pulling the script out of a source, grabbing the screenshots, transcribing, cutting to the transcript, rendering - is mechanical, and a timeline UI makes you do it by hand. ReelCut runs the pipeline and leaves you the parts that need judgement.
What it does
- Script from a source article - point it at a URL and it writes the spoken script, three hook variants ahead of one shared body, and screenshots the article as it goes.
- Auto-cut to the transcript - faster-whisper transcribes, WhisperX aligns to ±30ms, and every silence, breath, noise gap and false start comes out. Cuts snap to sentence boundaries rather than mid-clause.
- Retake detection - a repeated phrase is scored across the whole candidate rather than its opening, so three hooks that share an opener survive while a real second attempt is cut.
- Word-level captions - burned in frame by frame, word-highlight or full-line.
- Image overlays - article screenshots cued on an exact script word, plus auto-detected brand logos and Wikipedia headshots for names.
- Phone in, phone out - the script and an upload link go to your phone over Tailscale; you record against the script, upload, and the finished Reel comes back as a streamable link.
One take, six Reels
The script holds three hook variants ahead of one shared body, and you record the lot in a single phone take. ReelCut cuts that take once, then splices each hook onto the shared cut body - and gives each one a re-titled sibling. Six posts from one recording, and the bodies are identical because they are the same file.
Running it
Three commands, each re-runnable on its own, so a bad take costs you one stage rather than the whole video.
/produce-script- article → script and screenshots./prepare-video- transcribe the footage, review and fix the edit./produce-video- assign image timings, render, publish.