This is a small python script that can be used to generate images like this from movies or other video files:
git clone https://github.com/leumon/ColorOfMovies.git
pip install opencv-python
python colorofmovies.py <optional: movie path> <optional: skip rate>
Default values:
movie_path="movie.mp4"
and skip_rate=100
python colorofmovies.py cloud_atlas.mp4
python colorofmovies.py matrix.mp4 30
See the LICENSE file.
Inspired by the works of lomoeffect and etherealpenguin.