This video was produced with Blockvideo Studio. For the original video, along with the audio credits, mod downloads, and other information, see this link: • Tale of Biomes Mod (NEW DIMENSION) - Dista...
So... what is this video?
I developed a small program in Python that replaces each pixel in an image or frame in a video with another image (called a block). In this case, each block was a 1x1 pixel colored image. Using nearest neighbors, a block is chosen to patch each pixel based on the average color. Repeating this for every pixel gives you a blockimage. When you extract the frames from a video, then convert each frame to a blockimage, the video is recompiled and a blockvideo is output. In this video, a block palette of five blocks (from the POLA5 color palette here: https://lospec.com/palette-list/pola5) is used.
For more information on Blockvideo Studio, see my GitHub repository: https://github.com/carrierpigeondev/B...