Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.23 KB

File metadata and controls

37 lines (31 loc) · 1.23 KB

AutoSplit64+ Linux


AS64+

A badly coded linux fork of Autosplit64Plus

Run ./run.sh to open Autosplit64Plus

Requirements

Python 3.11
(AND)
libobs-dev (for the obs plugin)

Currently the only capture method that works is through 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

Building AppImage

To build the AppImage, simply run the build script:

./build_appimage.sh

This will generate AutoSplit64plus-x86_64.AppImage in the root directory.

Using the AppImage

  1. Make it executable: chmod +x AutoSplit64plus-x86_64.AppImage
  2. Run it: ./AutoSplit64plus-x86_64.AppImage

Known issues:

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.