you are viewing a single comment's thread
view the rest of the comments
[โ€“] 4 points 3 years ago

You can also create color noise ๐ŸŒˆ:

ffmpeg -f rawvideo -video_size 1280x720 -pixel_format yuv420p -framerate 30 -i /dev/urandom -ar 48000 -ac 2 -f s16le -i /dev/urandom -codec:a copy -t 5 color-noise.mov

  • source
  • parent