obs-create-record-chapter
Adds a chapter marker with a custom name to the currently recording file in OBS Studio, enabling organized navigation and segmentation of recorded content.
Instructions
Adds a new chapter marker to the file currently being recorded
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chapterName | No | Name of the new chapter |
Input Schema (JSON Schema)
{
"properties": {
"chapterName": {
"description": "Name of the new chapter",
"type": "string"
}
},
"type": "object"
}