SamuraiBarbi / obs-chapter-marker-manager

Just a copy of obs-chapter-marker-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Build

  1. In-tree build

  2. Stand-alone build (Linux only)

    • Verify that you have package with development files for OBS
    • Check out this repository and run cmake -S . -B build -DBUILD_OUT_OF_TREE=On && cmake --build build

Support

This plugin is manually maintained by Andi as he updates all the links constantly to make your life easier. Please consider supporting to keep this plugin running!

  • Patreon - Get access to all my products and more exclusive perks
  • Ko-Fi - Get access to all my products and more exclusive perks
  • PayPal - Send me a beer to say thanks!
  • Twitch - Come say hi and feel free to ask questions!
  • YouTube - Learn more about OBS and upgrading your streams

About

Just a copy of obs-chapter-marker-manager

License:GNU General Public License v2.0


Languages

Language:C++ 65.0%Language:CMake 29.3%Language:C 5.7%