Auto-Cut
Does the boring first pass on a long recording. It finds the silence and dead air, cuts it, and hands back a tighter version with edit markers — so you open your editor on something already watchable.
- Role
- Engineering
- Year
- 2026
- Stack
- Python · FFmpeg
Highlights What we shipped.
- 01
Reads the room, not a fixed number
It works out what counts as silence for each recording, so a quiet room and a noisy café both cut sensibly.
- 02
An edit list for Premiere and DaVinci
Every cut also produces an edit list, so you can adjust it in your editor without losing the automatic pass.
- 03
Handles files bigger than your memory
A 4 GB recording runs in about 200 MB of memory, because it streams the file through FFmpeg instead of loading the whole thing.