thewh1teagle / vibe

Transcribe on your own!
https://thewh1teagle.github.io/vibe/
MIT License
442 stars 30 forks source link

Bug: Incorrect "NaN" end timestamps #72

Closed Ifan24 closed 1 month ago

Ifan24 commented 1 month ago

What happened?

Thanks for the update! But the new version 1.0.6 has this problem: The model is generating incorrect end timestamps in the output. The end timestamps are appearing as "NaN:NaN:NaN,NaN" instead of the expected time format (e.g., "0:00:10,500"). I have tried using the ggml-medium.bin and ggml-large-v3.bin models and tried a few different videos, all resulting in the same invalid end timestamps.

Here is an example:

1 0:00:00,000 --> NaN:NaN:NaN,NaN Some text here

2 0:00:04,160 --> NaN:NaN:NaN,NaN Some text here

Steps to reproduce

  1. Transcribe any video
  2. Change the display option from Text to the SRT
  3. The end timestamp for each line is shown as "NaN:NaN:NaN,NaN"

What OS are you seeing the problem on?

Window

Relevant log output

App Version: 1.0.6
Commit Hash: cb51db5bc8ae1d800b3f7af9faa780552808710b
Arch: x86_64
Platform: windows
Kernel Version: 10.0.22631
OS: windows
OS Version: 10.0.22631
Models: ggml-large-v3.bin, ggml-medium.bin
Default Model: "ggml-medium.bin"
thewh1teagle commented 1 month ago

@Ifan24 Thanks for reporting! I fixed it in the latest version (1.0.7) you can update through the app in the main window, or from thewh1teagle.github.io/vibe :)