Skip to content

Releases: StreamUPTips/obs-chapter-marker-manager

v1.1.0 • Added Aitum Vertical Support

31 Jul 20:55

Choose a tag to compare

New Features

Aitum Vertical Support

Now when recording in the Aitum Vertical plugin, you can now add chapter into the hybrid mp4 file.
You currently need to be recording horizontally at the same time. This is something we will be working on to fix soon after this release.

Incremental Chapter Numbers Toggle

There is now a setting to turn on/off the incremental numbers to the default chapter name.

Bug Fixes

  • Fixed duplicating Hotkeys when changing Scene Collection

v1.0.2 • Added WebSocket Events

04 Jul 12:05

Choose a tag to compare

Chapter Marker Manager Companion

We have created the Chapter Marker Manager Companion for Streamer.Bot.
This will allow you to send chapter markers to your Twitch VODs and also automate your chapter markers more.
Such as;

  • Automatically settings chapters when you receive a certain number of bits etc.
  • Let moderators set chapter markers via chat commands

Additions

• Added WebSocket Events for when Chapter Markers and Annotations are added.
You can use this to trigger things in bots such as Streamer.Bot.

Chapter Marker Set in OBS

{
   "eventData": {
      "chapterName": "CHAPTER NAME FROM OBS",
      "chapterSource": "CHAPTER SOURCE FROM OBS"
      },
   "eventType": "ChapterMarkerSet",
   "vendorName": "streamup-chapter-manager"
}

Chapter Annotation Set in OBS

{
   "eventData": {
      "annotationSource": "ANNOTATION SOURCE FROM OBS",
      "annotationText": "ANNOTATION TEXT FROM OBS",
      "timestamp": "00:00:00"
   },
   "eventType": "AnnotationSet",
   "vendorName": "streamup-chapter-manager"
}

v1.0.1 • Bug Fixes

24 Jun 13:45

Choose a tag to compare

  • Added version number and support button
  • Fixed bug creating .txt and .xml files when it shouldn't
  • Fixed label aligning issue on long chapter names
  • Fixed incorrect module text

Consider supporting my plugins: https://doras.to/Andi

v1.0.0 • Initial Release

19 Jun 12:53

Choose a tag to compare

Overview​

The StreamUP Chapter Marker Manager is your all in one solution for creating and tracking chapter markers in your recordings in OBS. Since creating content on multiple platforms is so important nowadays, this will help you keep track of the moments you want to make videos out of.

There are many different ways you can create chapter markers and annotations:

  • In the OBS UI via the docks.
  • WebSocket. (This means it is compatible with software like Streamer.Bot)
  • Hotkeys. (You can even set chapter names to use on different hotkeys!)
  • Automatically. (This will automatically add chapter markers when you change scene. Don’t worry, you can set scenes to ignore!)

All of these chapter markers can be exported in various ways:

  • Insert them into the actual video. (This will require OBS 30.2.0 and above. You will also need to use a compatible file type such as Hybrid mp4)
  • Export them to a text file.
  • Export them to an XML file.

Guide​

If you want to find out more about the plugin and how to use it then please check out the full guide!

If you have any feedback or requests for this plugin please share them in the StreamUP Discord server.