π 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