Davidj361 / OBS-ChapterMarker

GNU General Public License v2.0
33 stars 2 forks source link

Chapter Marker

https://obsproject.com/forum/resources/chapter-marker.1323/

Table of Contents

Description

This is a plugin for OBS that lets you add chapters to the video file you are recording which are marked via a hotkey. A great alternative to using InfoWriter. Useful for video highlights when recording lengthy videos. Can be used for gameplay analysis like analyzing deaths, or marking parts of a recording for editing purposes, or even just for gameplay highlights that you want in your killmontage.

Disclaimer

Build Instructions for Windows

Note: The project uses C++17 and the project was forked off https://github.com/obsproject/obs-plugintemplate.

Prequisites

  1. Build OBS Studio, follow the instructions in the link.
  2. Download obs-deps and obs-deps qt6
  3. Open CMake GUI
  4. Press Configure where you'll get errors
  5. Set CMAKE_PREFIX_PATH as needed for all the requested dependencies, e.g. \ F:/code/Visual Studio/Visual Studio Community 2019/obs-studio/build/libobs;F:/code/Visual Studio/Visual Studio Community 2019/obs-studio/build/deps/w32-pthreads;F:/code/Visual Studio/Visual Studio Community 2019/obs-studio/build/UI/obs-frontend-api;F:/code/Visual Studio/Visual Studio Community 2019/obs-deps/lib;F:/code/Visual Studio/Visual Studio Community 2019/obs-deps/include;F:/code/Visual Studio/Visual Studio Community 2019/obs-deps
  6. Click Generate
  7. Click Open Project, should open the project in Visual Studio 2022
  8. Build the solution in Release Mode
  9. Paste the dll to your OBS plugins directory

Basic Usage