transcribe_directory
Transcribe all media files in a folder in parallel, with optional speaker diarization and timestamps.
Instructions
Transcribe all media files in a directory (parallel processing)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force re-transcription even if transcripts already exist | |
| diarize | No | Enable speaker diarization to identify different speakers (S1, S2, etc.) | |
| accuracy | No | Transcription accuracy level | standard |
| language | No | Language code (e.g. 'en', 'es', 'fr', 'de') | en |
| directory | Yes | Path to directory containing media files | |
| recursive | No | Search subdirectories | |
| file_types | No | File extensions to include (without dots) | |
| max_concurrent | No | Maximum parallel transcription jobs | |
| with_timestamps | No | Include word-level timestamps |