Transcribe local video
video_transcribeTranscribe the first audio stream of any local media file offline. Get timestamped JSON and Markdown transcripts saved to your chosen output directory.
Instructions
Transcribe the first audio stream of a local media file with whisper.cpp. Processing is offline and writes timestamped JSON and Markdown into an allowed output directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a local media file | |
| language | No | Whisper language code, or auto for detection | en |
| output_dir | Yes | Existing absolute directory for durable transcript files; the server does not create it |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | Yes | ||
| language | Yes | ||
| segments | Yes | ||
| cache_hit | Yes | ||
| duration_ms | Yes | ||
| input_sha256 | Yes | ||
| schema_version | Yes | ||
| transcript_json_path | Yes | ||
| transcript_markdown_path | Yes |