Creates timelapses of small areas on the r/Place 2022 canvas, like this (generated at 10x speed)
- OpenCV -
pip install opencv-python - Pillow -
pip install pillow - ffmpeg - Needs to be added to the system path, or
ffmpeg.exeneeds to be in the same folder as the.pyfile
- Download the collection of r/Place snapshots from rplace.space, there is a text file with a link to a zip file in the
imagesfolder - Extract all PNGs to the
imagesfolder - Run
generate-timelapse.pyand follow the prompts
Your folder structure should look like this:
images
┃ 1648822500.png
┃ 1648822512.png
┃ 1648822759.png
┃ ...
┗ Where to get images.txt
ffmpeg.exe (or in system path)
generate-timelapse.py