Skip to content

v0.4.0 — OpenAI API backend + large-v3-turbo

Latest

Choose a tag to compare

@Railly Railly released this 06 Apr 21:49
· 6 commits to main since this release
a846e53

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 openai

Three 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-turbo

Cross-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 open command (macOS/Linux/Windows)
  • Quoted paths with spaces for ctrl+click support
  • Config defaults merge prevents crashes on missing fields
  • FFmpeg path collision fix for .wav input files
  • SRT timestamps use real audio duration via ffprobe

Install / Upgrade

bun add -g @crafter/trx@0.4.0

Full Changelog: v0.3.2...v0.4.0