Comment on HBO should use a different bumper for streaming.
cbarrick@lemmy.world 2 months agoVideo codecs mostly work by tracking movement, predicting which pixels will change, and striving to only encode the pixels that actually change or change dramatically. In other words, compression looks for patterns.
All of that goes out the window when you try to compress static. There are no patterns. It simply can’t be compressed. This isn’t a matter of the algorithms not being good enough. It’s a fundamental limit of information theory.
Anything fancier amounts to embedding the intro into the compressor as a well-known pattern. And at that point, you’re better off just caching a 4K version of the intro as a standalone video file directly in the app.
mkwt@lemmy.world 2 months ago
Why not just have the app dynamically generate the static with random numbers every time. There is no video file of white noise, and bonus the bumper intro is never exactly the same twice.
cbarrick@lemmy.world 2 months ago
That’s a good idea. They could probably do something similar for the audio.
They’d have to code around the rest of the animation and audio effects, but the size of that code would certainly be smaller than the rendered audio and video.
ivanafterall@lemmy.world 2 months ago
These are both really cool ideas and seem like a fun project.
JasonDJ@lemmy.zip 2 months ago
You guys are basically describing the old Demoscene.
JasonDJ@lemmy.zip 2 months ago
Do you think dynamically rendering 4k snow is something your typical FireTV stick is capable of doing?
ivanafterall@lemmy.world 2 months ago
Maybe we’ve gotten used to that very particular white noise pattern and anything else would feel wrong?
Completely pulled that out of my ass, for the record.