m-bain/whisperX

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

Open

#1318 opened on Jan 5, 2026

View on GitHub
 (1 comment) (2 reactions) (0 assignees)Python (6,880 stars) (650 forks)batch import
enhancementgood first issue

Description

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

Contributor guide