Skip to content

theMaxscriptGuy/Framewise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framewise

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.

Features

  • 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

Setup

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

python main.py

Notes

  • 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.

Demo

https://youtu.be/VbyyQMpwgbg

About

Video review tool made with AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages