Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add option to OBS action type to add Chapter for hybrid mp4 #112

Closed
Akurosia opened this issue Aug 2, 2024 · 2 comments

Comments

@Akurosia
Copy link

Akurosia commented Aug 2, 2024

With the latest OBS a feature for fragmented mp4 was released.
I would like to have the option to add a chapter on a trigger (makes it easier to find parts in the recording etc) for a hybrid mp4

@Akurosia Akurosia changed the title Feature Request: Add option to OBS action type to add Chapter for fragmented mp4 Feature Request: Add option to OBS action type to add Chapter for hybrid mp4 Aug 2, 2024
@MnFeN
Copy link
Contributor

MnFeN commented Aug 3, 2024

You can try to use this JSON:

{
  "op": 6,
  "d": {
    "requestType": "CreateRecordChapter",
    "requestId": "",
    "requestData": {
      "chapterName": "Your Chapter Name"
    }
  }
}

image

(make sure the chapter name does not contain unescaped special characters)

@Akurosia
Copy link
Author

Akurosia commented Aug 9, 2024

Thanks, worked like a charm

@Akurosia Akurosia closed this as completed Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants