https://github.com/yelovsk/replay-buffer-move-to-folder
Moves OBS replay buffer recordings into folders based on the active window.
https://github.com/yelovsk/replay-buffer-move-to-folder
obs obs-studio replay-buffer windows
Last synced: 19 days ago
JSON representation
Moves OBS replay buffer recordings into folders based on the active window.
- Host: GitHub
- URL: https://github.com/yelovsk/replay-buffer-move-to-folder
- Owner: YelovSK
- License: gpl-2.0
- Created: 2024-12-16T12:24:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-21T21:20:20.000Z (over 1 year ago)
- Last Synced: 2024-12-21T22:25:12.088Z (over 1 year ago)
- Topics: obs, obs-studio, replay-buffer, windows
- Language: CMake
- Homepage: https://obsproject.com/forum/resources/replay-buffer-move-to-folder.2055/
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Moves replay buffer recordings into a folder based on the active window.
**Works only on Windows!**
# Install
Download and run the installer from [releases](https://github.com/YelovSK/ReplayBufferMoveOnSave/releases/latest). Windows Defender might complain.
Alternatively download the .zip and move contents into the obs-studio directory.
# Compile
Run `./.github/scripts/Build-Windows.ps1`.
GitHub Actions should automatically build the project and create a release when a tagged commit is pushed.
Gets `Windows.h` and `Psapi.h` from `C:/Program Files (x86)/Windows Kits/10/Include//um` (see [CMakeLists.txt](CMakeLists.txt)). I am sure there's a better way, feel free to make a PR, I am not familiar with cmake (or C in general). Does compile without it, but then Visual Studio intellisense does not work.