←back to thread

137 points rezivor | 2 comments | | HN request time: 0.417s | source

Hey HN! Built this because I was tired of waiting hours for transcription services and didn't want to upload sensitive recordings to the cloud.

  Real metrics from my M1 Max: 4.5hr video file transcribed in 3 minutes 32
  seconds. Works completely offline.

   First 5 HN users who click the button on the page get it free. Literally promo code straight to the app sore  


  Key differences vs Rev/Otter:
  - No 2-hour file limits (handles any length)
  - Timecodes stay accurate on long files (no drift from chunking)
  - Supports MP3, WAV, MP4, MOV, M4A, FLAC
  - Exports to SRT, VTT, JSON, PDF, DOCX, CSV, Markdown

  Built for macOS. Happy to answer questions!
Show context
nubg ◴[] No.45591597[source]
How does it compare to MacWhisper?
replies(1): >>45591639 #
rezivor ◴[] No.45591639[source]
MacWhisper crashes at about an hour of context. This uses, smart, invisible regex in the text generation pipe. Makes this fast. + bonus, there is no context limit
replies(7): >>45591738 #>>45591977 #>>45592072 #>>45593177 #>>45594771 #>>45594799 #>>45595635 #
1. grosswait ◴[] No.45591977[source]
I've done 3+hours with MacWhisper without issue? One downside is the transcription is not real time - can Scriber Pro do realtime?
replies(1): >>45596835 #
2. KPGv2 ◴[] No.45596835[source]
I haven't worked in a while with transcription, but whisper.cpp itself (which I assume is the underlying tech behind MacWhisper) does realtime transcription on my MBP with an M1 Pro chip. When I first started writing my last completed novel, I fired it up and just started telling the story to test it out. Realtime.

That was back in 2023. I assume things work better now.