Const-me / Whisper

High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model
Mozilla Public License 2.0
7.65k stars 664 forks source link

How to set output srt file path via cli? #182

Open ourcubk opened 8 months ago

ourcubk commented 8 months ago

In cli mode, seems can't set output srt/txt file location. I can't find any clue from help. Any idea for this? Thanks.

emcodem commented 8 months ago

There is no option for this, output is written to current working directory. To set the output path, "cd" into the output directory before calling main.exe.