Framewise is a Python + Qt5 video review tool. It lets you load a video, scrub frame-by-frame, add markups, attach comments per frame, and save/load reviews as JSON. The UI uses qt-material for a professional Material-inspired theme.
- Load video files and scrub frame-by-frame
- Draw pen or rectangle markups on any frame
- Write comments per frame
- Save and load reviews as JSON
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtpython main.py- Reviews store the original
video_path, so keep the video file accessible when reloading a review. - JSON review files include comments and markups per frame.