obs-create-scene
Create a new scene in OBS Studio to organize and manage different visual layouts for streaming or recording sessions.
Instructions
Create a new scene in OBS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sceneName | Yes | The name for the new scene |
Input Schema (JSON Schema)
{
"properties": {
"sceneName": {
"description": "The name for the new scene",
"type": "string"
}
},
"required": [
"sceneName"
],
"type": "object"
}