Skip to content

v3.0.3 - Critical Timestamp Fix

Choose a tag to compare

@Illyism Illyism released this 10 Oct 12:33
· 23 commits to main since this release

πŸ› Critical Bug Fix

Fixed

  • Critical: Fixed timestamp adjustment direction when using speed optimization
    • Timestamps were being divided by speed factor instead of multiplied
    • This caused SRT files to be 17% shorter than original audio (e.g., 40min audio had timestamps ending at 28min)
    • Now correctly multiplies timestamps by speed factor to match original audio duration
    • Example: 40:17 audio β†’ sped up to 33:34 β†’ Whisper timestamps correctly adjusted back to 40:17

πŸ“¦ Installation

npm install -g @illyism/transcribe@3.0.3
# or use directly
npx @illyism/transcribe@3.0.3 video.mp4

Links