Skip to main content
Glama

FFmpeg MCP Server

extract_audio

Extract audio in MP3 format from any video file using specified input and optional output paths. Ideal for isolating audio tracks efficiently.

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

You must be authenticated.

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