m-bain/whisperX

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

Open

#1,318 opened on 2026年1月5日

GitHub で見る
 (1 comment) (2 reactions) (0 assignees)Python (6,880 stars) (650 forks)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

コントリビューターガイド