The goal of this project is to make a picture capturing the color spirit of a movie.
- Run setup :
./0_Setup
to build & install some of the required libraries - Place your video files in PROCESSING_ZONE
- Run
./1_IMAGE_GENERATOR
and wait for the process to end. The more core, the better - Run
./2_VIDEO_REMOVER
to delete all the video files (check they are deleted) - Run
./3_BATCH_LAUNCH
and wait for the process to end. Not multithreaded yet, but one core per video file - Run
./4_RENAME_SAVE
and you have all the disks. - Update the file 5_MAKE_PAGE with the 5 main colors of your disk, with this format :
python3 generate_infos.py "IMDB_MovieName"; ./page "YourDiskImageName" r g b r g b r g b r g b r g b
You will have to find these colors by hand for the moment. - Move the disk images at the root of the project
- Run
./5_MAKE_PAGE
and it will create all the pages
- If you know how to code, you're welcome to participate
- If you process movies, it would be amazing if you could add the disks to this google photo album (please resize them to 4000x4000 in PNG so google doesn't compress them).
Contact : [email protected]
- Multithreading for disks
- Multithreading for pages
- Simplify main color picking