Skip to content

v0.13.0 β€” Transcript Intelligence

Choose a tag to compare

@DareDev256 DareDev256 released this 23 Jul 22:35

Text-based editing lands. 59 β†’ 62 tools.

Apple put Final Cut Pro's AI (Transcript Search, Generate Captions) behind the Creator Studio subscription. This release brings the agentic version to everyone, free, via local Whisper β€” and goes further: the transcript doesn't just search, it cuts.

New tools

  • transcribe_media β€” word-level transcription of each clip's source media, locally (faster-whisper, optional [transcribe] extra). Transcripts are cached as _transcript.json next to each media file so transcription is a one-time cost. Optional SRT output plugs into import_srt_markers.
  • edit_by_transcript β€” cut timeline content by what was SAID. mode=remove cuts every occurrence of the given phrases with ripple; mode=keep_only keeps only the matches (clips with no matches are never deleted).
  • remove_filler_words β€” um/uh cleanup from real source audio with ripple. Conservative defaults: "like" and "so" are speech, not noise β€” opt-in only.

Notes

  • Same graceful-degradation contract as ffmpeg/librosa: no faster-whisper β†’ install hint, never a crash.
  • 1032 tests (42 new), all green. Whisper model names allowlist-validated; per-call transcription capped at 10 media files.

Full details in the CHANGELOG.