m-bain / whisperX

WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)
BSD 2-Clause "Simplified" License
12.17k stars 1.29k forks source link

Has the output format .ass been removed? #301

Closed Khapii closed 1 year ago

Khapii commented 1 year ago

I've installed whisperX in a new machine and to my surprise I've been greeted with the following error: whisperx: error: argument --output_format/-f: invalid choice: 'ass' (choose from 'all', 'srt', 'vtt', 'txt', 'tsv', 'json') It really was useful to me in my project, is there anyway I could access it?

This is the prompt I used to use, but I don't remember which version of WhipserX it was: whisperx MP4FILE.mp4 --output_dir . --output_format ass --align_extend 2 --vad_filter True --align_model WAV2VEC2_ASR_LARGE_LV60K_960H

Khapii commented 1 year ago

I've seen that it's part of the to-do list of the project. Sorry for not checking in advance.