v1.0.3 - Better Error Debugging
π 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
npxandbunxusage examples - Quick start guide for trying without installation
π¦ Installation
npm install -g @illyism/transcribeOr try without installing:
npx @illyism/transcribe video.mp4
bunx @illyism/transcribe video.mp4π Links
- π¦ NPM Package
- π Documentation
- π Report Issues