• Scrubbles@poptalk.scrubbles.tech
    link
    fedilink
    English
    arrow-up
    24
    ·
    13 hours ago

    The problem is when they start doing in stream ads, that will require something new. That said, people have been doing that with cable for a while, it’ll be real interesting to see what clever stuff comes out to detect them in stream

    • lohky@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      11 hours ago

      It’ll require a new mother fucking video platform. We need to just collectively let YouTube die and move on.

    • AlexWIWA@lemmy.ml
      link
      fedilink
      English
      arrow-up
      9
      ·
      11 hours ago

      This is something that would be a surprisingly good use case for machine learning. Fingerprint the ads by watching ahead in the stream, then skip that section.

      Actually, I think older algorithmic methods will work. I think that’s how TiVo worked. The annoying part is you’ll have to wait a bit at the start of the video.

    • PSoul•Memes@lemmy.world
      link
      fedilink
      arrow-up
      14
      ·
      13 hours ago

      I assume something similar to sponsor block, some algorithm to identify ad segments and some user feedback to confirm. Unless I’m mistaken as to how sponsor block works?

      • Gormadt@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        19
        ·
        13 hours ago

        Sponser block works via user input

        People will watch the videos, report the segments that are sponser slots, and then when people watch the video they can upvote or downvote the accuracy of the report.

        In stream ads would be a hard one to tackle because YouTube would likely inject them randomly into the stream to boost engagement (readas, prevent people skipping them easily).

        • CarbonIceDragon@pawb.social
          link
          fedilink
          arrow-up
          6
          ·
          12 hours ago

          if they were randomly placed, then couldnt you have a sponsor-block type system where instead of the ad segments being marked and skipped, information about the video is externally stored somewhere (like perhaps a really low res screenshot of the video every couple seconds, or some number generated algorithmically by a frame of video), and the results should be the same for all users for the actual video part, but if the ads are placed randomly, the ad section will suddenly not match the data other users had, prompting the video to skip until it matches again (with a buffer included if they remove the ability to move forward)

          • Kushan@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            3 hours ago

            You don’t need anything so complicated.

            Take two copies of the same video, diff them and only keep the parts that match.

            We can also build up a database of as signatures to automatically identify them without requiring a watermark - we already have the technology to do this for detecting intro sequences for skipping.