Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch Processing failed #216

Open
Gothand opened this issue Apr 27, 2024 · 2 comments
Open

Batch Processing failed #216

Gothand opened this issue Apr 27, 2024 · 2 comments

Comments

@Gothand
Copy link

Gothand commented Apr 27, 2024

Hi, thanks for your attention.

I was using the main.exe to batch processing my *.mp3 files.

This is my command.

** D:\Whisper\cli>main.exe -m D:\Whisper\medium\ggml-medium.en.bin -gpu -otxt -nc -nt D:\Whisper\MP3 **

I got an error message. This is the output.

Requested GPU not found: "-otxt"
Using GPU "NVIDIA GeForce GTX 1060", feature level 12.1, effective flags Wave32 | NoReshapedMatMul
Loaded MEL filters, 62.8 kb RAM
Loaded vocabulary, 51864 strings, 3050.6 kb RAM
Loaded 947 GPU tensors, 1462.12 MB VRAM
Computed CPU base frequency: 2.208 GHz
Loaded model from "D:\Whisper\medium\ggml-medium.en.bin" to VRAM
Unable to decode audio file "D:\Whisper\MP3", MFCreateSourceReaderFromURL failed

Can someone help me figure out this?
many thanks for your help!

@tigros
Copy link

tigros commented Apr 27, 2024

i see 2 problems, don't put -gpu and you're trying to process a folder, main.exe can only process one file at a time.

you could conjure up a batch file, but might as well use Whisperer to spare yourself the trouble.

@Gothand
Copy link
Author

Gothand commented Apr 28, 2024

i see 2 problems, don't put -gpu and you're trying to process a folder, main.exe can only process one file at a time.

you could conjure up a batch file, but might as well use Whisperer to spare yourself the trouble.

Thanks very much. I have tried Whisperer. It worked so well, a cool tool.

I am a programmer rookie, I will try to learn how to write a batch file.

Thanks for your suggestion. Helped me a lot.

@Gothand Gothand closed this as completed Apr 28, 2024
@Gothand Gothand reopened this Apr 28, 2024
@Gothand Gothand closed this as completed Apr 28, 2024
@Gothand Gothand reopened this Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants