Skip to content

v1.0.3 - Better Error Debugging

Choose a tag to compare

@Illyism Illyism released this 06 Oct 16:10
· 39 commits to main since this release

πŸ› Bug Fixes

Improved Error Handling

  • Better FFmpeg diagnostics: Now shows actual FFmpeg error output when conversion fails
  • More specific error detection: Detects empty/invalid streams in video files
  • Helpful debugging: Shows last 5 lines of FFmpeg output to help diagnose issues

What Changed

  • When FFmpeg fails, you now see the actual error message instead of just an exit code
  • Makes it much easier to diagnose issues with video files
  • Better error messages for corrupted or unsupported video formats

πŸ”§ Previous Versions

v1.0.2

  • Fixed module type warning by adding "type": "module" to package.json
  • Added progress indicators with emoji icons
  • Better error messages for common issues

v1.0.1

  • Added npx and bunx usage examples
  • Quick start guide for trying without installation

πŸ“¦ Installation

npm install -g @illyism/transcribe

Or try without installing:

npx @illyism/transcribe video.mp4
bunx @illyism/transcribe video.mp4

πŸ”— Links