Press a button to clip the last x
seconds of the currently running OBS stream.
- Setup OBS so that it is recording to an MKV format.
- Create a file in this folder called
.env
. - Copy the contents of
.env.example
into your.env
file. - In your
.env
, change the value ofMKV_FOLDER
to what you have in OBS.
- Add the System>Open (rocket icon) action to the grid.
- Click on the file selector for "App / File".
- Select one of the
clip-x-min.js
files.
- Obtain a copy of ffmpeg.exe and ffprobe.exe. The official place is https://ffmpeg.org/download.html#build-windows, but here is a shortcut: https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip
- Unzip and inside
bin
, you can find the two.exe
files. - Places these to
.exe
files inside this folder.