Change "random(0)" to "random(time(0))" so the videos are less easily removed by a bot. time(0) is the number of seconds from January 1, 1970 at midnight, so the random seed keeps changing. It's still be black and white noise but not the same noise as anyone else.
I'm thinking, that example is just grayscale noise. Adding some noise to the color components as well should help increase file size even more? (Normally video is encoded with one brightness component with high quality, and two color components with lower quality).
6 Comments
Trebach@kbin.social · 60 pts · 3y
Change "random(0)" to "random(time(0))" so the videos are less easily removed by a bot. time(0) is the number of seconds from January 1, 1970 at midnight, so the random seed keeps changing. It's still be black and white noise but not the same noise as anyone else.
millions@kbin.social · 19 pts · 3y
This guy grains
lynny@lemmy.world · 23 pts · 3y
Post them on /r/RedditNoiseEdit: Reddit admins are removing videos posted to /r/RedditNoise. Post them in long abandoned subs like /r/TrueVideos, /r/Videoz, /r/Videos2
Monologue@lemmy.world · 21 pts · 3y
DoucheAsaurus@kbin.social · 14 pts · 3y
This post is relevant to my interests.
agentshags@sh.itjust.works · 14 pts · 3y
LoL love it
Chain@lemmy.world · 6 pts · 3y
I'm thinking, that example is just grayscale noise. Adding some noise to the color components as well should help increase file size even more? (Normally video is encoded with one brightness component with high quality, and two color components with lower quality).