video-thumbnail-maker

Make video thumnails in a montage/collage format


License
MIT
Install
pip install video-thumbnail-maker==0.0.1

Documentation

Video-Collage-Maker

Simple script via the command terminal to get images from video and create a singular collage/montage image.

Done using python and opencv module.

Arguments Purpose
-v Path of video
-s Number of images to get from video for collage
-n Name of collage/montage image
-r Number of rows in collage
-c Number of columns in collage
-t Output file extension
-a automatic option where # of splits = row x col

if -a argument then # of splits = row x col otherwise -s along with proper -r and -c is needed.