Edit a podcast or screen recording by deleting filler words directly from the transcript.
Automatically remove ums and ahs from a recorded video.
Export finished edits up to 4K resolution without uploading footage to the cloud.
| dataants-ai/cutscript | heyfive-dev/polymarket-arbitrage-trading-bot-v2 | hisorange/artgen | |
|---|---|---|---|
| Stars | 93 | 93 | 95 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 3/5 | 4/5 | 3/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js, Python, and FFmpeg installed locally, runs a local FastAPI backend alongside the Electron app.
CutScript is an open-source desktop app that lets you edit audio and video by editing text. Instead of scrubbing through a timeline, you see a full transcript of your recording. To cut something out, you simply delete the words from the transcript, and the corresponding audio or video is removed automatically. Think of it like editing a document, except the result is a trimmed video file. When you import a video, CutScript uses WhisperX, an AI transcription tool, to generate a word-level transcript, meaning each word is precisely aligned to the moment it appears in the video. From there, you can delete filler words, rearrange clips, or use AI features to automatically remove ums and ahs or generate short-form clip suggestions for platforms like YouTube Shorts. The app can export your final video up to 4K resolution using FFmpeg, a widely used media processing tool. You would use CutScript if you regularly record podcasts, screen recordings, or video tutorials and want a faster way to edit without learning traditional timeline-based video editors. The tech stack includes Electron and React for the desktop interface, a FastAPI Python backend that runs locally in the background, WhisperX for transcription, FFmpeg for video processing, and optional AI integrations with Ollama, OpenAI, or Claude for smart editing features. It runs entirely on your own machine with no cloud dependency required.
An open-source, local-first video editor that lets you cut audio and video by deleting words from a transcript instead of using a timeline.
Mainly TypeScript. The stack also includes TypeScript, Electron, React.
MIT License: free to use, modify, and distribute, including commercially, as long as the copyright notice is kept.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.