| name | henshusha-analyze-source |
| description | Inspect a source video/audio file, extract audio, run the configured ASR provider, and create a Henshusha transcript plus Timeline JSON skeleton. |
Henshusha Analyze Source
Use when the user asks to analyze a source media file, transcribe audio, or start a new video edit from raw media.
Workflow
- Locate source media under
sources/raw/.
- Inspect media streams with FFmpeg/ffprobe tooling.
- Extract audio into a generated cache path.
- Run the configured ASR provider.
- Normalize transcript segments and word timings.
- Create
transcripts/*.json and timelines/*.timeline.json.
- Report low-confidence words, silence sections, and suggested edit hooks.
Do not modify raw source files.