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

贡献者指南