Set Video Settings
obs-set-video-settingsSet OBS video settings by specifying base and output resolutions, and FPS numerator/denominator to adjust canvas and streaming parameters.
Instructions
Sets the current video settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseWidth | No | Width of the base (canvas) resolution in pixels | |
| baseHeight | No | Height of the base (canvas) resolution in pixels | |
| outputWidth | No | Width of the output resolution in pixels | |
| fpsNumerator | No | Numerator of the fractional FPS value | |
| outputHeight | No | Height of the output resolution in pixels | |
| fpsDenominator | No | Denominator of the fractional FPS value |