Hacker News new | past | comments | ask | show | jobs | submit login

Technically it's a rendition of white noise (“Ceci n’est pas une pipe,”). White noise is random, whilst a recording is predictable.

There is also a reasonable chance the rendition is a simulation based on a pseudorandom generator.




Less predictable than a recording, - of course you can add a better source of entropy too ;)

    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 -




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: