Generating a .txt file
Hey there. I'm very new to coding and such and I don't know how to generate an actual txt file with the transcribted audio. I could copy and past the result but then the timestamps would be all over the place, so please help
(EDIT) I used to use the python version on google colab and it auto generates the txt files there.
(EDIT) I used to use the python version on google colab and it auto generates the txt files there.
Python binding?
You can use the --output-txt flag, look at the help output whisper -h for more output formats. Subtitle output is really useful, even for audio only as you can check results quickly alongside playing audio.
for --output-txt is there a way to set the name of the file? i.e. a uuid string?