add record split and record chapter commands

This commit is contained in:
2025-06-23 08:02:31 +01:00
parent 7cd1c78f6a
commit 06cefe58ed
2 changed files with 84 additions and 7 deletions

View File

@@ -313,6 +313,21 @@ gobs-cli record directory "/home/me/obs-vids/"
gobs-cli record directory "C:/Users/me/Videos"
```
- split: Split recording.
```console
gobs-cli record split
```
- chapter: Create a chapter in the recording.
*optional*
- arg: ChapterName
```console
gobs-cli record chapter "Chapter Name"
```
### StreamCmd
- start: Start streaming.