obs-set-record-directory
Configure the output directory where OBS Studio saves recorded video files, allowing you to organize recordings in specific folders.
Instructions
Sets the current directory that the record output writes files to
Input Schema
Name | Required | Description | Default |
---|---|---|---|
recordDirectory | Yes | Output directory |
Input Schema (JSON Schema)
{
"properties": {
"recordDirectory": {
"description": "Output directory",
"type": "string"
}
},
"required": [
"recordDirectory"
],
"type": "object"
}