Skip to main content
Glama

Video & Audio Editing MCP Server

by misbahsy

set_video_codec

Change the video codec of a video file while preserving the audio stream. Specify input and output file paths along with the desired codec (e.g., libx264, libx265, vp9) to process and save the updated video.

Instructions

Sets the video codec of a video, attempting to copy the audio stream. Args: input_video_path: Path to the source video file. output_video_path: Path to save the video with the new video codec. video_codec: Target video codec (e.g., 'libx264', 'libx265', 'vp9'). Returns: A status message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
input_video_pathYes
output_video_pathYes
video_codecYes

Input Schema (JSON Schema)

{ "properties": { "input_video_path": { "title": "Input Video Path", "type": "string" }, "output_video_path": { "title": "Output Video Path", "type": "string" }, "video_codec": { "title": "Video Codec", "type": "string" } }, "required": [ "input_video_path", "output_video_path", "video_codec" ], "title": "set_video_codecArguments", "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