mirror of
https://github.com/ThePlasmak/faster-whisper.git
synced 2026-09-19 07:38:23 +08:00
a2dc2c2ef9
- Fixed --skip-existing in multi-format mode (--format srt,text) to check ALL format outputs before skipping, not just the first one - Fixed --no-timestamps conflict check to include lrc, ass, ttml formats (all require timing info, same as srt/vtt/tsv) - Fixed --speaker-names silently doing nothing without --diarize; now prints a clear warning - Batch summary now shows skipped file count when --skip-existing is active: Done: 8 files (3 skipped), ... Bumps version to 1.5.1