obs-set-current-transition
Change the active transition in OBS Studio by specifying the transition name, allowing users to switch between different scene transition effects during live streaming or recording.
Instructions
Set the current transition in OBS
Input Schema
Name | Required | Description | Default |
---|---|---|---|
transitionName | Yes | The name of the transition to set as current |
Input Schema (JSON Schema)
{
"properties": {
"transitionName": {
"description": "The name of the transition to set as current",
"type": "string"
}
},
"required": [
"transitionName"
],
"type": "object"
}