transcribe
Turn audio and video files into timestamped text with language detection, processed locally for privacy.
Instructions
Transcribe an audio or video file and return language info + timestamped segments.
Args: path: Path to the input audio/video file. model_size: Whisper model size (tiny/base/small/medium/large-v3). device: Inference device: "auto", "cpu", or "cuda".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| device | No | auto | |
| model_size | No | small |