obs-create-input
Add a new input source to an OBS Studio scene, specifying the input type and configuration settings for live streaming or recording setups.
Instructions
Creates a new input, adding it as a scene item to the specified scene
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneName | Yes | Name of the scene to add the input to as a scene item | |
| inputName | Yes | Name of the new input to created | |
| inputKind | Yes | The kind of input to be created | |
| inputSettings | No | Settings object to initialize the input with | |
| sceneItemEnabled | No | Whether to set the created scene item to enabled or disabled |