obs-set-transition-settings
Configure the settings of the active transition in OBS Studio to customize visual effects between scenes.
Instructions
Set the settings of the current transition
Input Schema
Name | Required | Description | Default |
---|---|---|---|
transitionSettings | Yes | The settings to apply to the transition |
Input Schema (JSON Schema)
{
"properties": {
"transitionSettings": {
"additionalProperties": {},
"description": "The settings to apply to the transition",
"type": "object"
}
},
"required": [
"transitionSettings"
],
"type": "object"
}