Skip to content

Create images from movies that contain the average color of each frame as a line

License

Notifications You must be signed in to change notification settings

notune/ColorOfMovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ColorOfMovies

This is a small python script that can be used to generate images like this from movies or other video files:

Examples

Cloud Atlas (2012)

Skip-Rate: 100

Matrix (1999)

Skip-Rate: 100

Installation

git clone https://github.com/leumon/ColorOfMovies.git
pip install opencv-python

Usage

python colorofmovies.py <optional: movie path> <optional: skip rate>

Default values: movie_path="movie.mp4" and skip_rate=100

Example

python colorofmovies.py cloud_atlas.mp4
python colorofmovies.py matrix.mp4 30

License

See the LICENSE file.

Credits

Inspired by the works of lomoeffect and etherealpenguin.

About

Create images from movies that contain the average color of each frame as a line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages