Analysis updated 2026-05-18
Automatically trim filler words and dead silence out of talking-head or interview footage.
Let AI pick the best take when you recorded the same line or scene multiple times.
Add zoom moments and captions and render the finished video locally with hardware acceleration.
| zambrini/slatecut | 04amanrajj/netwatch | 0xr10t/pulsefi | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | Rust | Rust | Rust |
| Setup difficulty | hard | moderate | hard |
| Complexity | — | 3/5 | 4/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
No pre-built releases, requires installing Rust, Node.js, Python, and ffmpeg, then building from source.
SlateCut is a desktop video editor built for people who film talking head or interview style videos, such as YouTubers or podcasters. Instead of editing by scrubbing through a timeline, it lets you edit based on the transcript of what was said: it can automatically cut out filler words and dead silence, use AI to pick the best take when you recorded a scene multiple times, and add zoom effects and captions. All video processing and rendering happens on your own computer using your hardware, and nothing you record is sent anywhere unless you turn on an optional cloud transcription or AI service yourself. The project is still in an early, actively changing stage, and the maintainer is upfront that it is rough around the edges, with breaking changes possible between updates. So far it has only actually been built and tested on Mac computers, both Apple Silicon and Intel chips. Support for Windows and Linux is planned in the design but has not yet been verified to actually work. There are no ready-made downloads yet, so using it means building it yourself from the source code. Under the hood, the app combines three pieces: a visual interface built with React, a core written in Rust that handles the actual video editing logic and talks to the interface, and a separate Python service running in the background that handles transcription and detecting things like silences, filler words, and good takes. These three pieces only run on your own machine and talk to each other locally. Getting it running requires installing several development tools, including Rust, Node.js, Python, and the video tool ffmpeg, then cloning the repository and installing dependencies for each of the three pieces before launching the app in developer mode. Optional cloud services for transcription or AI assistance can be added later by filling in an environment configuration file with the relevant service's access key, but none of that is required to use the core editing features locally.
A local, transcript-based desktop video editor that auto-cuts filler and silence and lets AI pick your best takes.
Mainly Rust. The stack also includes Rust, Tauri, React.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.