Resource icon

InfoWriter 2.7.1

  • After both streaming and recording stop, no logging will be written anymore. This was not a bug, but is unexpected if someone uses EDL or SRT to annotate recordings and more is logged than recorded.
  • Like
Reactions: OpenFields
Updates to work with the latest Obs-studio v31.
Fixes a bug that sometimes made Obs crash when using hotkeys after recording and using the EDL output format.
This version linked to the most recent Obs-studio version at that point in time.
I have created new builds for all platforms (using the obs-plugintemplate project on github) for OBS 28.1 - https://github.com/partouf/OBSInfoWriter/releases/tag/v2.3

Note for Windows: Windows blocks the installer because it thinks it contains a virus. This seems to be a false positive, but you can always try the zip instead.

For Mac: There's an installer, but it won't actually work (at least not for me) until you copy
Code:
/Library/Application Support/obs-studio/plugins/OBSInfoWriter.plugin
to the package contents of OBS

For Linux: If you have Ubuntu, the plugin only works from Ubuntu 22.04, unfortunately.
Extra options to switch things on/off for the Default output format

More details at:
  • Like
Reactions: Sunadmiral
Releasenotes are here:

TDLR;
  • Takes Pauses into account while recording
  • Support for EDL and CSV output format

Thanks to various people suggesting new features and special thanks to TheTawnyFool for contributing code.
A generous developer (RetroGamer74 on Github) has added more hotkeys to the settings, I have built binaries for all three platforms.

https://github.com/partouf/OBSInfoWriter/releases/tag/v1.2
New:
Minor fixes:
  • Linefeed characters in logfiles on OSX were incorrect

https://github.com/partouf/OBSInfoWriter/releases/tag/v1.1b
Hello everyone, I've rebuilt v1 for OSX

You can download it here:
https://github.com/partouf/OBSInfoWriter/releases/download/v1.0/libOBSInfoWriter.OSX.zip

To install:
- Right-click on OBS in Applications and choose "Show package contents"
- Go to the plugins folder
- Paste in the .so file
Added in this release are:

  • Scene changes now mention the new scene name
  • 4 extra hotkeys are added, the descriptions are customizable from the source options
  • Included a 32 bit version

Example of new textfile output:
Code:
START RECORDING @ 2017-01-02 15:37:05
0:00:05 - Scene changed to Scene 2
0:00:08 - Scene changed to Scene 3
0:00:11 - Hotkey 3 was pressed
0:00:12 - Hotkey 2 was pressed
0:00:14 - Hotkey 4 was pressed
0:00:20 - Scene changed to Scene 2
STOP RECORDING @ 2017-01-02 15:37:27
Top