Set-OBSVideoSettings : SetVideoSettings
Sets the current video settings.
Note: Fields must be specified in pairs. For example, you cannot set only baseWidth
without needing to specify baseHeight
.
Set-OBSVideoSettings calls the OBS WebSocket with a request of type SetVideoSettings.
Numerator of the fractional FPS value
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 1 | true (ByPropertyName) |
Denominator of the fractional FPS value
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 2 | true (ByPropertyName) |
Width of the base (canvas) resolution in pixels
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 3 | true (ByPropertyName) |
Height of the base (canvas) resolution in pixels
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 4 | true (ByPropertyName) |
Width of the output resolution in pixels
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 5 | true (ByPropertyName) |
Height of the output resolution in pixels
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 6 | true (ByPropertyName) |
If set, will return the information that would otherwise be sent to OBS.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) | OutputRequest OutputInput |
If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) | NoReceive IgnoreResponse IgnoreReceive DoNotReceiveResponse |
Set-OBSVideoSettings [[-FpsNumerator] <Double>] [[-FpsDenominator] <Double>] [[-BaseWidth] <Double>] [[-BaseHeight] <Double>] [[-OutputWidth] <Double>] [[-OutputHeight] <Double>] [-PassThru] [-NoResponse] [<CommonParameters>]