Create Record Chapter

Creates a chapter marker in the OBS Recording
Create Record Chapter Dialog
Create Record Chapter Dialog
Recording Format Requirement
This sub-action requires the Recording Format setting be configured to Hybrid MP4 [BETA](.mp4) in OBS Studio.
This can be found by going to Settings -> Output -> Select the 'Recording' Tab -> Recording Format

Parameters

Connection
Select
Default:
Default

Select the configured OBS Studio Connection to connect to

ValueDescription
Default

Only the default configured OBS Studio connection

Any

All configured OBS Studio connections

Chapter Name
String required

Type the name for the Chapter (does accept %variables%)

Variables

NameTypeDescription
Example Value:true

Returns whether or not a chapter was successfully created

 
Variables generated by all triggers and available within all action executions.

C# Usage

public bool ObsCreateRecordChapter(string chapterName, int connection = 0)
Read more in API > C# > Methods > Obs Studio > Obs Create Record Chapter