obs-set-transition-duration
Adjust the duration of scene transitions in OBS Studio by specifying the transition time in milliseconds. This tool allows precise control over how quickly scenes change during broadcasts or recordings.
Instructions
Set the duration of the current transition in milliseconds
Input Schema
Name | Required | Description | Default |
---|---|---|---|
duration | Yes | The duration to set in milliseconds |
Input Schema (JSON Schema)
{
"properties": {
"duration": {
"description": "The duration to set in milliseconds",
"minimum": 0,
"type": "number"
}
},
"required": [
"duration"
],
"type": "object"
}