/opencv-video-data-extraction

Experiments with using OpenCV with Python to read data from a video recording

Primary LanguagePythonApache License 2.0Apache-2.0

opencv-video-data-extraction

Experiments with using OpenCV with Python to read data from a video recording

Setup

Then:

$(which python3.9) -m venv cvenv
. cvenv/bin/activate

pip install --upgrade pip
pip install numpy
pip install opencv-python

Run the video extraction

python video-04-region-coords.py --input=20210914-monotype-tape-reader.mov

Video output

App creates output.avi. Approx 100Kb/frame.

Conversion to .m4v reduces size: use Final Cut pro; import media -> share -> export file.