thewh1teagle / vibe

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

Bug: ffmpeg not found #131

Open Jax73 opened 2 weeks ago

Jax73 commented 2 weeks ago

What happened?

A bug happened!

Steps to reproduce

  1. step one...
  2. step two...

What OS are you seeing the problem on?

Window

Relevant log output

options: {
  "path": "C:\\Users\\***\\Documents\\Audacity\\atelier 4.ogg",
  "model_path": "C:\\Users\\***\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium.bin",
  "lang": "en",
  "verbose": false,
  "n_threads": 4,
  "init_prompt": "",
  "temperature": 0.4,
  "translate": null,
  "max_text_ctx": null
}

Caused by:
    ffmpeg not found

Location:
    core\src\audio.rs:54:42
App Version: 2.0.3
Commit Hash: 370d1ce20e8a69668c76fe44a51f5b71237d69e8
Arch: x86_64
Platform: windows
Kernel Version: 10.0.19045
OS: windows
OS Version: 10.0.19045
Models: ggml-medium.bin
Default Model: "C:\\Users\\***\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-medium.bin"

{
    "avx": {
        "enabled": true,
        "support": true
    },
    "avx2": {
        "enabled": true,
        "support": true
    },
    "f16c": {
        "enabled": true,
        "support": true
    },
    "fma": {
        "enabled": true,
        "support": true
    }
}
thewh1teagle commented 2 weeks ago

Hey, thanks for reporting! Does windows defender reported something about the app? I suspect that it blocked and deleted the ffmpeg file included in the app when installing it. Can you try reinstall it and notice if it blocks it?