Video splatter
Splat a video into a mosaic by sampling a frame at regular intervals. Useful for seeing the changes over time of an entire video or movie.
Installation
pip install videosplatter
Usage
Command line:
$ python splat.py
[--start
] [--end
] [--interval
Example:
$ python splat.py city.mp4
Original from The Dronalist, used under CC-BY
Programmatic usage:
from videosplatter import splat
splat.splat(filename, start_time, end_time, interval)