SplitScreen is a program made to compare speedruns: it allows you to split video recordings into segments and compare them side-by-side.
Download the latest release for Windows under releases, extract the folder "SplitScreen" from the zip-file to any location and start SplitScreen.exe.
TODO
- splitscreen-cli and its dependencies
- Java 17
- gstreamer 1.8 or higher
TODO how to install dependencies
- Build or install splitscreen-cli.
- Run the project using
./gradlew run
or build a jar using./gradlew shadowJar
, which creates a jar-file inbuild/libs/
.
splitscreen-gui searches for splitscreen-cli in the directory of the jar-file, the current working directory and PATH. For development, you can create a symlink to splitscreen-cli in the project's directory.