m-bain/whisperX
[FEATURE] multiple output formats (`--output_format`) with CLI
オープン
#1,318 opened on 2026/01/05
enhancementgood first issue
Repository metrics
- Stars
- (23,689 個のスター)
- PR merge metrics
- (平均マージ 61d 7h) (30d で 2 merged PRs)
説明
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