obs-set-output-settings
Configure output settings in OBS Studio to customize streaming, recording, or virtual camera parameters for your broadcast setup.
Instructions
Sets the settings of an output
Input Schema
Name | Required | Description | Default |
---|---|---|---|
outputName | Yes | Output name | |
outputSettings | Yes | Output settings |
Input Schema (JSON Schema)
{
"properties": {
"outputName": {
"description": "Output name",
"type": "string"
},
"outputSettings": {
"additionalProperties": {},
"description": "Output settings",
"type": "object"
}
},
"required": [
"outputName",
"outputSettings"
],
"type": "object"
}