Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 546 Bytes

File metadata and controls

21 lines (14 loc) · 546 Bytes

previous-frame-difference

A python and CV2 project to make a video using the difference between two frames

showcase vid = https://youtu.be/CC9mHX16WPk

To use the CLI version here is the following help

usage: CLIapp.py [-h] [-o OUTPUT] input_video

Optical Flow Processing on a Video

positional arguments:
  input_video           Path to the input video file

options:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        Path to the output video file (default: output.mp4)