FFmpeg MCP Server

by ZizoTheDev
Verified

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

ID: sc14myb5oa