transcribe_file
Transcribe local video or audio files with Whisper. Writes .txt and optional .vtt files, then returns the transcript text.
Instructions
Transcribe a local video/audio file with Whisper (turbo). The model loads on first use and stays cached. Writes a .txt (plus .vtt on request) into the output dir and returns the transcript.
language: ISO code to force (e.g. "en"); None auto-detects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| language | No | ||
| want_vtt | No | ||
| return_segments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |