Skip to main content
Glama

MCP FFmpeg Helper

extract_audio

Extract audio from video files into specified formats like mp3 or aac. Input the video path and desired output path to convert videos into standalone audio files.

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" }

Other Tools from MCP FFmpeg Helper

Related Tools

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