There is also a reasonable chance the rendition is a simulation based on a pseudorandom generator.
ffmpeg -f rawvideo -video_size 1280x720 -pixel_format yuv420p -framerate 25 \ -i /dev/urandom -ar 48000 -ac 2 -f s16le -i /dev/urandom -codec:a copy \ -vf hue=s=0 -f matroska - | ffplay -
There is also a reasonable chance the rendition is a simulation based on a pseudorandom generator.