m-bain/whisperX

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

Aperta

#1318 aperta il 5 gen 2026

 (1 commento) (2 reazioni) (0 assegnatari)Python (2387 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (23.680 stelle)
Metriche merge PR
 (Merge medio 61g 7h) (2 PR mergiate in 30 g)

Descrizione

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

Guida contributor