OpenCV inspired tools for working with video walls, especially piwall.co.uk.
opencv 3.1.0 (notes on Gdrive / follow the pyimagesearch process for building from git) matplotlib : on ubuntu apt-get install python-matplotlib common/ : TODO - this is resolved from /home/adam/pd/opencv/opencv-3.1.0/samples/python/ in turn this is unpacked from opencv-3.1.0.zip (76M download from opencv.org)
/usr/bin/python piwall.py -v rotating
Note that data/ has some real mp4 files and one symbolic linkj, currently pointed at the shorter.
To make shorter versions, the recipe is :
ffmpeg -i rotating_wall.mp4 -ss 00:00:00.0 -c copy -t 00:00:02.0 rotating_wall_2s.mp4
Step around the problem of integrating everything in one GUI with multiprocessing ?