What's New
OpenAI API Transcription Backend
Use OpenAI's transcription API instead of local Whisper for max speed:
trx init --backend openai
trx video.mp4 -b openaiThree API models: gpt-4o-transcribe (best accuracy), gpt-4o-mini-transcribe (cheapest), whisper-1 (legacy with timestamps).
large-v3-turbo Local Model
Near-large accuracy at ~3x speed:
trx init --model large-v3-turboCross-Platform Support
trx init now works on Linux (apt-get + cmake build) and Windows (winget + pre-built binaries). Thanks @isjunrod! (#1, #2)
Changelog & Docs
Other
- OS-specific
opencommand (macOS/Linux/Windows) - Quoted paths with spaces for ctrl+click support
- Config defaults merge prevents crashes on missing fields
- FFmpeg path collision fix for
.wavinput files - SRT timestamps use real audio duration via ffprobe
Install / Upgrade
bun add -g @crafter/trx@0.4.0Full Changelog: v0.3.2...v0.4.0