m-bain/whisperX

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

Offen

#1.318 geöffnet am 05.01.2026

 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)Python (2.386 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (23.718 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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