m-bain/whisperX
GitHub で見る[FEATURE] multiple output formats (`--output_format`) with CLI
Open
#1,318 opened on 2026年1月5日
enhancementgood first issue
説明
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