thewh1teagle / vibe

Transcribe on your own!

Home Page:https://thewh1teagle.github.io/vibe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Unable to Process MP4 due to OGG Vorbis Audio Track

faxotherapy opened this issue · comments

What happened?

Vibe does not start processing the video file. OGG Vorbis is the issue. I had to convert the audio track to AAC first.

Steps to reproduce

  1. Make sure video's audio track is Vorbis.
  2. Start conversion, and Vibe won't even start converting.

What OS are you seeing the problem on?

Linux

Relevant log output

options: {
  "path": "/home/helene/Videos/tmp/RV-FM.mp4",
  "model_path": "/home/helene/.local/share/github.com.thewh1teagle.vibe/ggml-medium.bin",
  "lang": "en",
  "verbose": false,
  "n_threads": 6,
  "init_prompt": "",
  "temperature": 0.4,
  "translate": null,
  "max_text_ctx": 32
}

Caused by:
    Invalid argument

Location:
    core/src/audio/encoder.rs:143:13

Thanks for reporting!
Can you share the audio file? So I can check why it failed to load it?
You can upload it to google drive and share the link here

Hi, please download audio 1 and audio 2. Thank you for examining the files.

Hi, please download audio 1 and audio 2. Thank you for examining the files.

I just tried to transcribe both files, looks like it does transcribe them without errors on Windows 11 with vibe 2.0.3
Does it partially works for you too and only after a while throws error? or for you it doesn't work at all and immediately show error?

Ah, of course, tested on Linux. Vibe doesn't even start transcribing.