MRB (Multiple Replay Buffers) is an AutoHotkey script that works with OBS and FFmpeg to enable you to have multiple replay buffers.
---
It's inspired from consoles, being able to save as long as you wanted, and Shadowplay.
This script allows you to save short high-octane plays (20 - 30 seconds) and long strategic plays (3 - 5 minutes or more!) simultaneously and separately.
This script is considered feature-complete and is no longer actively maintained. It is stable and works as intended.
This script is also easy to customise! Forget everything and write your own FFmpeg commands if you want!
To use this script, you will need the following software installed and configured on your Windows PC. Click the names to download them. Links open on a new tab.
Once installed, use the following hotkeys to save your videos. These are the default settings and can be customized.
Alt + F2 Save last 8 secondsAlt + F3 Save last 20 secondsAlt + F5 Save last 30 secondsAlt + F6 Save last 45 secondsAlt + F7 Save last 60s (1 min)Alt + F8 Save last 120s (2 min)Alt + F9 Save last 180s (3 min)Alt + F10 Save last 300s (5 min)Alt + F11 Start/Stop RecordingAlt + S Force Save ClipsUpon exiting OBS, or force saving with Alt + S, your clips will be trimmed to the last amount of seconds you've chosen for each clip.
Yes, it's unfortunately not instant! You wouldn't like your computer to slow down while the
video saves, right?
You are downloading the raw AutoHotkey script file. You will need to configure it before use. Please follow the installation guide below carefully.
I cannot stress this enough, be CAREFUL, follow EVERY STEP CAREFULLY!
A full video tutorial is available below. While the video shows AutoHotkey v1, download AutoHotkey v2 instead.
%AppData%\Microsoft\Windows\Start Menu\Programs\StartupC:\Users\user\Documents\FFmpeg). Its location must not require admin rights to access.SetWorkingDir (use Ctrl+F) and
set its path to your FFmpeg folder.TemporaryDirectory and set it
to your temporary folder path.FinalDirectory and set it to your
final folder path.Alt + F10Alt + F11For instructions on advanced configuration (like changing buffer durations), please watch this video:
For more detailed documentation, troubleshooting, and to view the source code, please visit the official GitHub repository.