The bumper…I don’t know what it’s called…that little clip with the snow that fades in and reveals the logo.

It’s terrible.

For one, a lot of people actually don’t know what TV static is. Analog broadcasts stopped almost 16 years ago, and before that, most younger people had cable.

For another, static is really difficult to compress. It looks horrible and consumes way too much bandwidth for just a couple of seconds that won’t even load right. If anything, they should cache a local copy of the bumper in-app in a format that doesn’t look like ass when every pixel changes every frame.

  • paraphrand
    link
    English
    26 hours ago

    If they stick with it, it’ll sort itself out over time. They are most of the way there by now. The newest codecs are pretty dang good.

    • @cbarrick
      link
      English
      55 hours ago

      Video 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
        link
        45 hours 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
          link
          English
          35 hours 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.