Skip to main content
Glama

OBS MCP Server

by royshil

obs-set-video-settings

Configure video settings in OBS Studio by setting frame rate, canvas resolution, and output resolution parameters for streaming or recording.

Instructions

Sets the current video settings

Input Schema

NameRequiredDescriptionDefault
baseHeightNoHeight of the base (canvas) resolution in pixels
baseWidthNoWidth of the base (canvas) resolution in pixels
fpsDenominatorNoDenominator of the fractional FPS value
fpsNumeratorNoNumerator of the fractional FPS value
outputHeightNoHeight of the output resolution in pixels
outputWidthNoWidth of the output resolution in pixels

Input Schema (JSON Schema)

{ "properties": { "baseHeight": { "description": "Height of the base (canvas) resolution in pixels", "maximum": 4096, "minimum": 1, "type": "number" }, "baseWidth": { "description": "Width of the base (canvas) resolution in pixels", "maximum": 4096, "minimum": 1, "type": "number" }, "fpsDenominator": { "description": "Denominator of the fractional FPS value", "minimum": 1, "type": "number" }, "fpsNumerator": { "description": "Numerator of the fractional FPS value", "minimum": 1, "type": "number" }, "outputHeight": { "description": "Height of the output resolution in pixels", "maximum": 4096, "minimum": 1, "type": "number" }, "outputWidth": { "description": "Width of the output resolution in pixels", "maximum": 4096, "minimum": 1, "type": "number" } }, "type": "object" }

Other Tools from OBS 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/royshil/obs-mcp'

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