Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

extract_audio_from_video

Extract audio from video files using specified codecs (e.g., mp3, aac, wav). Save the audio to a designated path for easy access or further editing.

Instructions

Extracts audio from a video file and saves it.

Args: video_path: The path to the input video file. output_audio_path: The path to save the extracted audio file. audio_codec: The audio codec to use for the output (e.g., 'mp3', 'aac', 'wav'). Defaults to 'mp3'. Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
audio_codecNomp3
output_audio_pathYes
video_pathYes

Input Schema (JSON Schema)

{ "properties": { "audio_codec": { "default": "mp3", "title": "Audio Codec", "type": "string" }, "output_audio_path": { "title": "Output Audio Path", "type": "string" }, "video_path": { "title": "Video Path", "type": "string" } }, "required": [ "video_path", "output_audio_path" ], "title": "extract_audio_from_videoArguments", "type": "object" }

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/misbahsy/video-audio-mcp'

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