You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The multi-output support currently only works for multiple inputs: stable-ts 1.mp3 2.mp3 -o 1.srt 2.srt
To avoid re-transcribing, you can do this: stable-ts sound.mp3 -o out.json stable-ts out.json -o out.txt stable-ts out.json -o out.ass
You can use --persist/-p with the first line avoid reloading stable-ts.
I want to run stable-ts on an mp3 and output both
.txt
file and.ass
at the same time.neither of these work:
stable-ts sound.mp3 -o out.txt out.ass
stable-ts sound.mp3 -o out.txt -o out.ass
The text was updated successfully, but these errors were encountered: