m-bain/whisperX
[FEATURE] multiple output formats (`--output_format`) with CLI
Aperta
#1318 aperta il 5 gen 2026
enhancementgood first issue
Metriche repository
- Star
- (23.680 stelle)
- Metriche merge PR
- (Merge medio 61g 7h) (2 PR mergiate in 30 g)
Descrizione
details
--output_formatonly allows one of["all", "srt", "vtt", "txt", "tsv", "json", "aud"]- I want to choose two or more output formats, but not all (for example,
--output_format srt,txt)
potential implementation plan
- update
__main__.pyto allow comma-separated values (for example,--output_format srt,txt,json) - update
get_writer()inutils.pyto loop through alloutput_formats