media_transcribe
Transcribe speech from video or audio files with Whisper. Auto-detect language or specify ISO code, choose model size (tiny to large), and get clear install guidance if Whisper is missing.
Instructions
Transcribe speech in a media file with Whisper (offline, if installed).
Tries faster_whisper first, then openai-whisper. If neither
is installed, raises with a clear pip install hint rather than
failing opaquely — this keeps Whisper an optional dependency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Whisper model size (tiny, base, small, medium, large). | base |
| language | No | ISO code to force (e.g. ``"es"``); None = auto-detect. | |
| file_path | Yes | Absolute path to the media file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||