m1guelpf / whisper-cli-rs

A Whisper CLI, built with Rust.
MIT License
97 stars 13 forks source link

Fixes issue #4 - Incorrect timestamps. Adds formatting for SRT #9

Closed mspellecacy closed 1 year ago

mspellecacy commented 1 year ago

I didn't dig too deep fixing this.

Changing the 1000 to 10 fixes the bad offset. Doesn't seem like you're getting seconds from whisper, so the math was all wonk.

Also added a leading newline writing out each caption entry, without it SRTs will import as one very long caption, at least in KDEnlive.

Thanks for this simple app, it was very easy to get working over all.