Put this together from Kitibili's art #1210959309580533842 message
I built an FFMPEG script so I can make more of these later, if you're interested here's how it works: https://mk.absturztau.be/notes/9q3zsl1m7qof0071
ぷにすきー
I love FFMPEG, I made this script to create this Extreme Danger meme.
It took four hours.
ffmpeg -i ExtremeDangerCrop.mov -stream_loop -1 -i image.jpeg -filter_complex "[1:v]scale=w=640:h=-1,format=pix_fmts=yuv420p[ScaledImage];[0:v]format=pix_fmts=yuv420p[ConvertedDanger];[ScaledImage][ConvertedDanger]vstack,pad=ceil(iw/2)*2:ceil(ih/2)*2[...