Skip to main content
Glama

MCP FFmpeg Video Processor

by bitscorp-mcp

extract-audio

Extract audio from video files in MP3, AAC, WAV, or OGG formats using a straightforward process. Specify the video path and desired audio format to generate audio output efficiently.

Instructions

Extract audio from a video file

Input Schema

NameRequiredDescriptionDefault
formatNoAudio format to extractmp3
outputDirNoOptional directory to save the output file (defaults to a temporary directory)
videoPathYesPath to the video file to extract audio from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "mp3", "description": "Audio format to extract", "enum": [ "mp3", "aac", "wav", "ogg" ], "type": "string" }, "outputDir": { "description": "Optional directory to save the output file (defaults to a temporary directory)", "type": "string" }, "videoPath": { "description": "Path to the video file to extract audio from", "type": "string" } }, "required": [ "videoPath" ], "type": "object" }

Other Tools from MCP FFmpeg Video Processor

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

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