Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 646 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 646 Bytes

moscg

Movie screen grabber takes screenshots from a film representing its color spectrum

Installation

To run this program you need a python environment. Necessary packages are listed in the requirements.txt.
opencv-python might have to be installed via pip

Run

Running gui.py creates a GUI to input options.
moscg.py allows running the simulation directly from the command line or IDE.

A command line call could look like this:
python moscg.py movie.mkv --num 6 --skip 499
The path of the movie is a required parameter, the amount of frames and skipped frames use default values if not set (num=4, skip=99).