Syncs Dolphin frame dump + input recording so you can preview it live
Watch a demonstration video:
demo.mp4
- Python >= 3.9
- cv2
- PIL
- customtkinter
- FFmpeg (optional, added to PATH)
Install to your virtual environment with:
pip install -r requirements.txt
Tested with Python 3.9.22 on macOS Sequoia 15.4.1. In addition to the aforementioned requirements, you may need to install python-tk if it's not bundled in your Python installation:
brew install python-tk
Optionally, you can install pyobjc to your virtual environment to make sure the window is activated on launch: pip install pyobjc.
Note that this includes hundreds of small modules, hence why I don't include it in requirements.txt.