What problem does it solve?
Transcribes YouTube/podcast/audio URLs into clean, citation-ready text, ensuring verbatim transcripts when quotes matter and providing reliable fallback paths for higher quality output.
Core Features & Use Cases
- Auto-caption path by default for fast, complete transcripts, tolerant of minor caption typos.
- Whisper path (--whisper) for higher quality transcripts in challenging audio or when proper nouns need accurate spelling.
- Outputs two artifacts: <out>/_transcript-verbatim.md (verbatim transcript with metadata) and <out>/_transcription-metadata.json (build metadata).
- Stores results in the specified output directory, enabling seamless integration with research findings workflows.
- Storage context and wiring: designed to work when /research invokes transcription before finding quotes, ensuring quoted content is traceable to a primary source.
Quick Start
Provide a video or audio URL to /transcribe-video and an optional --out path to save the transcript and metadata.