Is there an option to output multiple formats, but not all? #95
xtreamrob24
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
Currently for output you can select only one format or all. |
Beta Was this translation helpful? Give feedback.
1 reply
-
There I found such implementation -> openai/whisper#1039 That code for me doesn't look clean, if someone makes it right then I would consider adding it, I personally don't want to bother with it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Implemented since r194.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I found out --skip only recognises .srt files.
As an easy workaround I though I might just output only plain text (my desired format) and .srt (for the --skip option to work).
Is there any way to do that? I am pretty new to using cmd and have only very basic programming skills - which is also why I am forever grateful for the whisper-standalone!
(One option would be of course to just output all formats with --output_format=all, then group the files by filetype and delete whatever I dont need. But is there something more elegant?)
Beta Was this translation helpful? Give feedback.
All reactions