Overcaption, a free subtitle studio for mac/windows built on whisper.cpp #3961
overcaption
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
First of all thanks for whisper.cpp, my app would not exist without it.
I built a free desktop subtitle editor that uses whisper.cpp for the transcription part: word-level timestamps go through a segmentation step (reading-speed and language specific grammar rules) to produce subtitle cues, then there is a proper editor to fix text and timing on a waveform, plus burn-ins.
Some things that took me a while to get right, in case they are useful to others:
-mc 0, dropping junk/annotation segments, gating on token probabilities, collapsing repetition loops. On a music/speech/ silence torture file this got us to zero hallucinated cues.The app is Overcaption (https://overcaption.com), free and offline, no account. It's not open source (sorry), it's a product with some paid pro features, but the core is free with no time limit.
If there is a list of apps using whisper.cpp somewhere I would be happy to be added. And happy to answer anything about the VAD/timing part.
All reactions