Run ./run.sh to open Autosplit64Plus
Python 3.11
(AND)
libobs-dev (for the obs plugin)
Find the obs plugin in /obs-plugin
take autosplit64plus-framegrabber.so and place into the /usr/lib/obs-plugins directory (if obs is installed system wide) or ~/.config/obs-studio/plugins
To compile yourself delete the /build directory and run
mkdir build && cd ./build
cmake ..
make
May also need to install libsimde-dev
To build the AppImage, simply run the build script:
./build_appimage.shThis will generate AutoSplit64plus-x86_64.AppImage in the root directory.
- Make it executable:
chmod +x AutoSplit64plus-x86_64.AppImage - Run it:
./AutoSplit64plus-x86_64.AppImage
Having a filter on the same source as the OBS plugin that has errors (i.e. doesn't have the relevant plugin installed) will cause shared memory to not initialize properly on the plugin side.