Now with Automatic File Splitting!!
Supported on OBS >= 30.0 and python >= 3.10.
- Docs can be found here.
- Replay buffer functionalities are not yet available on vanilla OBS, until PR #8955 gets merged.
- A custom build of OBS with replay buffer functionalities can be found in the assets section below.
1.2.0 changes :
- Automatic file splitting, whether by time, size or hotkey will now correctly update the formatting too.
- This works by hijacking the default file splitting, as a result it might be slightly less precise in particular for the size one.
- Improved the handling of pyparsing import failures, with a descriptive message and a procedure to report such issues with relevant info.
- Possible fix of the pyparsing import on Macos.