OBS WebSocket Request
SetVideoSettings
Sets the current video settings. (Note: Fields must be in pairs. Ex. You cannot set baseWidth without also setting baseHeight.)
Parameters
Request
{
"requestType": "SetVideoSettings",
"requestData": {
"fpsNumerator": 0,
"fpsDenominator": 0,
"baseWidth": 0,
"baseHeight": 0,
"outputWidth": 0,
"outputHeight": 0
}
}Execute
// No response...
// Did you send your request?