Bad Apple but its made from frames of Bad Apple

Bad Apple made from a 30x30 grid of the frames of Bad Apple 1. convert original video to image sequence (cropped to 1440x1080 for nice math) 2. convert original image to small 48x36 image sequence 3. for each frame, loop through each of the cells in the grid and XOR it with each of the small frame images to find the least-different frame. 4. assemble these small frames into the new full frame. 5. convert frames into final video Made with ffmpeg and opencv, took about 2 hours to process with un-optimised code. Credits: Music by Alstroemeria Records (feat nomico): Animation by あにら (Anira).
Back to Top