Select the key frames of a movie and connect them to a long picture.
Using Python and FFmpeg to make a long picture, which shows the significant color in the movie.
Like this
Before you start, make sure you have installed these tools in your computer:
FFmpeg (http://ffmpeg.org/)
ffmpy3 (pip install ffmpy3)
pillow (pip install PIL)
numpy (pip install numpy)