Skip to main content
Glama

MCP FFmpeg Helper

extract_audio

Extract audio from video files using specified formats like MP3 or AAC. Define input and output paths to generate audio files quickly and efficiently.

Instructions

Extract audio from a video file

Input Schema

NameRequiredDescriptionDefault
formatYesAudio format (mp3, aac, etc.)
inputPathYesPath to the input video file
outputPathYesPath for the output audio file

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Audio format (mp3, aac, etc.)", "type": "string" }, "inputPath": { "description": "Path to the input video file", "type": "string" }, "outputPath": { "description": "Path for the output audio file", "type": "string" } }, "required": [ "inputPath", "outputPath", "format" ], "type": "object" }

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/sworddut/mcp-ffmpeg-helper'

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