Skip to main content
Glama

FFmpeg MCP Server

extract_audio

Extract audio from video files in MP3 format using FFmpeg MCP Server. Input video file path, specify output (optional), and generate audio efficiently for media processing needs.

Instructions

Extract audio as mp3 from a video

Input Schema

NameRequiredDescriptionDefault
input_fileYesPath to input file
output_fileNoPath to output file, output to the same directory if not specified

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "input_file": { "description": "Path to input file", "type": "string" }, "output_file": { "description": "Path to output file, output to the same directory if not specified", "type": "string" } }, "required": [ "input_file" ], "type": "object" }

Other Tools from FFmpeg MCP Server

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

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