Skip to main content
Glama

transcribe_audio

Transcribe audio or video files locally using mlx-whisper on Apple Silicon. Automatically splits long files into 5-minute chunks, returns timestamped segments, and saves an SRT file for DaVinci Resolve import.

Instructions

Transcribe an audio/video file locally using mlx-whisper (Apple Silicon). Long files are automatically split into 5-minute chunks so it never times out.

Returns ALL segments with timestamps inline (compact format) plus saves an SRT file next to the source for Resolve import.

Parameters:

  • file_path: Absolute path to audio/video file (mp3, wav, m4a, mp4, mov, etc.)

  • model: "tiny" (fastest), "base", "small", "medium", "large" (most accurate), "turbo" (best speed/quality, default). Or a full HuggingFace repo path.

  • language: Language code (e.g. "en", "fr", "de", "ja"). None = auto-detect.

  • word_timestamps: Include word-level timestamps in output.

  • initial_prompt: Optional text to guide the model's vocabulary/style.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
modelNoturbo
languageNo
word_timestampsNo
initial_promptNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/barckley75/resolve-claude-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server