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

Short option -otxt does not output file #2926

Open
ss121211 opened this issue Mar 23, 2025 · 1 comment
Open

Short option -otxt does not output file #2926

ss121211 opened this issue Mar 23, 2025 · 1 comment

Comments

@ss121211
Copy link

If the following command is used:

~ % /Users/xxxx/Projects/whisper.cpp/build/bin/whisper-cli
-t 12
-p 12
-of /Users/xxxx/downloads/transcripts/output
-otxt \
-l zh
-m /Users/xxxx/Projects/whisper.cpp/models/ggml-large-v3.bin
/Users/xxxx/downloads/output.wav

No file output. Although the system shows that the file has been exported to the specified directory.

If the following command is used:

~ % /Users/xxxxProjects/whisper.cpp/build/bin/whisper-cli
-t 12
-p 12
-of /Users/xxxx/downloads/transcripts/output
--output-txt \
-l zh
-m /Users/xxxx/Projects/whisper.cpp/models/ggml-large-v3.bin
/Users/xxxx/downloads/output.wav

The file output.txt will be output normally

My system:

Apple M3 Max, MacBook Pro,128GB,Sequoia 15.3.2

whisper.cpp v1.7.4

@sixtyfive
Copy link

sixtyfive commented Mar 24, 2025

Can confirm. My command line looks as follows:

./main -tr -otxt -of /tmp/blah -pp -l de -m models/ggml-large-v2-q8_0.bin -f ~/Desktop/blah.wav

There's never anything called /tmp/blah* being written. Not in between the run and not at its end. Only stdout. git pull'd and recompiled today to make sure it's not a fixed thing.

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