m-bain/whisperX

[FEATURE] multiple output formats (`--output_format`) with CLI

Open

#1,318 建立於 2026年1月5日

在 GitHub 查看
 (1 留言) (2 反應) (0 負責人)Python (6,880 star) (650 fork)batch import
enhancementgood first issue

描述

details

potential implementation plan

  1. update __main__.py to allow comma-separated values (for example, --output_format srt,txt,json)
  2. update get_writer() in utils.py to loop through all output_formats

貢獻者指南