export_srt
Transcribe audio or video files into SRT subtitle files for import into DaVinci Resolve subtitle tracks. Supports Whisper models and optional language detection.
Instructions
Transcribe audio and save as an SRT subtitle file. The SRT can then be imported into Resolve's subtitle track.
Parameters:
file_path: Absolute path to the audio/video file to transcribe
output_path: Where to save the .srt file
model: Whisper model size ("tiny", "base", "small", "medium", "large", "turbo")
language: Language code or None for auto-detect
initial_prompt: Optional vocabulary/style hint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| output_path | Yes | ||
| model | No | turbo | |
| language | No | ||
| initial_prompt | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |