>>106274694
A few years back there were a couple of threads about embedding video (with audio) into images, e.g. >>82552620. It ended up with images drawn using transparency containing video data in the color values. You can use
ffmpeg -i file.png -pix_fmt rgb24 -f rawvideo - | mpv -
to play this video in mpv.