Skip to content

fireph/OBS-Auto-Record

Repository files navigation

OBS-Auto-Record

OSX Windows Latest Downloads
Travis Build Status AppVeyor Build Status Latest GitHub Release Total Downloads

Controls OBS to auto record specific games when they are running (works on Windows/Mac)

OBS Auto Record Screenshot

How to install

  1. Install OBS Studio
  2. Install obs-websocket (must be version 4.3.1 or newer)
  • You'll probably have to reinstall OBS studio again after installing obs-socket (trust me, it works)
  1. Download the latest release of OBS Auto Record
  2. Run OBS Auto Record!

How to compile

Windows

Install Microsoft Visual Studio Code Install Qt Creator (with corresponding msvsc version in newest Qt version)

qpm install

Press the run button!

And if you want to move dependencies:

windeployqt obsautorecord.exe

You can also use UPX to compress the DLL files is desired.

Mac

Install Qt Creator (with MacOS support in newest Qt version)

qpm install
qmake -config release
make
macdeployqt "release/OBS Auto Record.app" -dmg