Generate hilariously nonsensical videos. Comes with a selection of funny videos that will be cut, rearranged, and warped in various ways to create something entirely new. You can also add your own videos to the mix.
- Nix (takes care of dependencies for you)
- VLC/MPV (for video playback; output might not play correctly in other video players)
- Install Nix:
- Linux: Check your distro's package manager or follow the instructions here.
- MacOS: Follow the instructions here.
- Windows: First, set up WSL if you haven't already. Then, check your distro's package manager or follow the instructions here within your WSL environment.
- Clone this repo:
git clone https://github.com/r3n3gad3p3arl/spaghetti.git
- Enter the development shell:
cd spaghetti
nix develop
-
Optionally, add some of your own videos to the
sources
directory. You can also editconfig.py
and tweak the settings to your liking. -
Run
main.py
:
python main.py # or python3 main.py
- Wait for your video to finish generating. You will find the finished product in the
output
directory.