Slashdot Mirror


Schmidt Says YouTube 'Very Close' to Filtering System

cnetfeed writes "Google CEO says an automated system will soon be available to track pirated content and prevent it from being uploaded to video sharing site. The system was supposed to be rolled out as early as last October, and the long delay in brining the technology online has resulted in ill will from companies like NBC and Viacom. 'Network executives accused Google of stalling so YouTube could reap the big traffic that professionally-created shows generate. Viacom filed a $1 billion lawsuit against Google last month and accused Google of massive intentional copyright infringement. "Ah Viacom," [CEO Eric Schmidt] Schmidt said. "You're either doing business with them or being sued by them...we chose the former, but ended up the latter." Schmidt took the opportunity to poke fun at Microsoft's assertion that Google's pending acquisition of DoubleClick may be a threat to fair competition. Other companies, including Yahoo and AT&T have also asked regulators to review the transaction closely.'"

108 comments

  1. Ode to Google by plover · · Score: 2, Insightful
    Google, google, what are we to think of you?

    Once upon a time, you were the One True Search Engine. You wormed your way into our hearts with your blessed neutrality. You created cool toys, and you arbitrarily stood up for our rights when it suited your bottom line. You epitomized the .com boom. You were like the Switzerland of the internet.

    Whereas Doubleclick stood for all that was wrong with making money, you stood as the shining beacon of how to do it with class.

    And now? Forget it. Screw this whole "Don't be evil" thing, where the hell is the next paycheck coming from?

    I wonder if AltaVista is still a decent search engine...

    --
    John
    1. Re:Ode to Google by FST · · Score: 2, Interesting

      No. Yahoo! bought it.

      In any case, isn't it a bad sign when the first post exceeds the length of the article discussing the subject matter?

      --
      46487 466780 252994 376409 96920 39622 205366 244315 622115 512361 668040 63608 259203 955314 811176 652718 166330 23922
    2. Re:Ode to Google by Recovering+Hater · · Score: 1

      Whereas Doubleclick stood for all that was wrong with making money, you stood as the shining beacon of how to do it with class. And now? Forget it. Screw this whole "Don't be evil" thing, where the hell is the next paycheck coming from? I wonder if AltaVista is still a decent search engine...

      Absolutely nothing else needs to be said here. Doubleclick is one of the many scourges out on the net and Google wants to buy them? There is a serious conflict of interest there if Google still means to "do no evil". But we all know that Google didn't really mean that when they said it. It was just part of their marketing machine.

      --
      My humor is probably your flamebait
    3. Re:Ode to Google by TheMeuge · · Score: 5, Insightful

      Doubleclick ads were going to be there, regardless of who owned it. Google wanted the user data that Doubleclick had collected over the years, and they didn't want Microsoft to be able to buy it. Therefore they overpaid by billions of dollars.

      The outcome was binary - either Microsoft was going to own Doubleclick, or Google was. Given the choice, I would much rather see Google do it. After all - the worst case scenario is that Doubleclick ads persist as they are... with a decent chance that Google is going to do something productive with Doubleclick's business model.

    4. Re:Ode to Google by Anonymous Coward · · Score: 1, Insightful

      Are you kidding? I really, really wanted microsoft to takeover double click. Just think, all of those ads would *only* work in IE. It would be heaven for us. Oh, well there is always adblock plus.

    5. Re:Ode to Google by Anonymous Coward · · Score: 2, Informative

      I wonder if AltaVista is still a decent search engine... Nope ! The guys who wrote the original versions are at google now :)

  2. All your videos are belong to us by tedgyz · · Score: 1

    End of Line

    --
    "No matter where you go, there you are." -- Buckaroo Banzai
  3. Hard AI ftw! by UbuntuDupe · · Score: 4, Funny

    This is great! Google has automated a way to look at videos and determine if they match a video that's already in existence and under copyright! That means they've solved a hard AI problem. I hope some day they open source their solution.

    1. Re:Hard AI ftw! by Anonymous Coward · · Score: 0

      mod parent funny

    2. Re:Hard AI ftw! by miro2 · · Score: 3, Interesting

      This is NOT a hard AI problem. This is a problem of measuring various features and statistics of videos that are independent of video format and frame rate, and using those measurements in a hash function. Once you have a good function, the biggest problem is making it independent of video start and end time. The solution is probably done by hashing small time-windows. With small enough time-window segments, one could look for videos with sequential time-window hashes that matched stored copyright material.

    3. Re:Hard AI ftw! by nick1000 · · Score: 1

      What if the content poster changes a random number of pixels in each frame. For some videos as much as 50% of the pixels can be altered with the change being tolerable by the human eye. An example of this method can be interlacing with doubling of the frame rate. This method could seriously change the hash value, thus breaking any such detection system.

    4. Re:Hard AI ftw! by BagOBones · · Score: 1

      As long as the video was re encoded once that would be enough to stump simple hashing. Same goes for the same show recored from two sources using different hardware. There would be a great deal of variance.

      One interesting thing to use, might be the audio track as audio fingerprinting has been around for a while now. Just search the audio track for the theme song and presto you have a possible way to flag files.

      --
      EA David Gardner -"... but the consumers have proven that actually what they want is fun."
    5. Re:Hard AI ftw! by Orange+Crush · · Score: 1

      This is great! Google has automated a way to look at videos and determine if they match a video that's already in existence and under copyright! That means they've solved a hard AI problem. I hope some day they open source their solution.

      No. Google has an automated copyright checker, but there's no word on how good it is. They're doing this simply to shield themselves from lawsuits. It only has to be good enough for Google to to be able to argue they've gone above and beyond and expended every reasonable effort to ensure copyrighted materials get rejected.

      Ford doesn't make crashproof cars. They only include as many safety features as is economically viable and recall major flaws so they don't get sued EVERY time someone wrecks one.

    6. Re:Hard AI ftw! by u38cg · · Score: 1

      Indeed. We have in Britain a service that listens to a few seconds of music through your cellphone and then texts you the details of what you are listening to. Handy for that irritating forgetful moment.

      --
      [FUCK BETA]
    7. Re:Hard AI ftw! by D-Cypell · · Score: 1

      It's pretty clever too.

      Once on a slow friday afternoon at a company I used to work for we started trying to pick obscure songs for it to identify. I think it got them all with the exception of some 'world music' african drum thing.

      Then we had the idea of playing two songs together. So the text comes in and idents one of the songs correctly, a few seconds later, another text with the second. Clever stuff.

    8. Re:Hard AI ftw! by fractoid · · Score: 1

      I remember a paper at a conference I went to once that addressed exactly this problem; matching video clips. It turns out that the lengths of each individual scene in a movie gives a pretty good identifier for the clip. This is simple to calculate (just detect whole-image cuts, if you want to get smart about it then detect wipes and fades as well), universal (not affected by hue/saturation/luminance filters, codec and only minimally by framerate) and apparently works pretty well. Think the way CDDB identifies CDs, but CDs with at least tens, usually hundreds of tracks.

      --
      Rampant carbon sequestration destroyed the Dinosaurs' tropical paradise. I'm here to help repair the damage.
    9. Re:Hard AI ftw! by wolverine1999 · · Score: 1

      You're going to have a lot of false positives with this approach, I tell you.

    10. Re:Hard AI ftw! by Anonymous Coward · · Score: 0

      What if the content poster changes a random number of pixels in each frame. For some videos as much as 50% of the pixels can be altered with the change being tolerable by the human eye.
      That's easy - just implement the human eye and have the filtering system use that to watch videos :D
  4. "Jump to conclusions" mat anyone? by Uksi · · Score: 4, Interesting

    Maybe Google can turn Doubleclick into a better company--who knows? I am not drawing any conclusions yet, I want to see what they do with it.

    1. Re:"Jump to conclusions" mat anyone? by RoboJ1M · · Score: 5, Funny

      Erm, maybe after they've bought it (DoubleClick) they're going to fire (execute) all of their employees and burn their office to the ground?
      And then, replace all of their adverts with Click On The Monkey ads where you really do win something if you Click On The Monkey.

      I remember, back in the day, when banner adverts first started to proliferate and I actually tried to win something by clicking on the monkey...
      I believe I won some malware.

      J1M.

    2. Re:"Jump to conclusions" mat anyone? by superbus1929 · · Score: 2, Insightful

      My guess is that because Google does everything Doubleclick does better already, and has a much better reputation, that they're going to dissolve the name altogether.

      Not that I'm complaining...

      --
      Let's stop dilly-dallying and just change "-1: Overrated" to "-1: Disagree" or "-1: Doesn't Subscribe to Groupthink".
  5. ugh clear channel by tehwebguy · · Score: 3, Insightful

    Google is working with Clear Channel?

    I feel sick..

    --
    -- lol pwned
  6. The kind is dead, long live the king by Opportunist · · Score: 1

    I wonder who's gonna take over when YouTube went the way of Napster.

    Anyone know? I'd love to know which shares to buy.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    1. Re:The kind is dead, long live the king by lortho · · Score: 1

      Bit-Tube-ent?

    2. Re:The kind is dead, long live the king by Opportunist · · Score: 2, Funny

      Dibs on the domain!

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  7. brining online by Anonymous Coward · · Score: 2, Funny

    I ALWAYS brine online. It keeps the whole mess out of my kitchen!

  8. and very close to losing its viewers by Anonymous Coward · · Score: 4, Insightful


    and $1.6b down the "tube" when the visitors abandon the site because they cannot get their favourite show
    there is no brand loyalty on the Internet when it comes to video sharing sites, he who has the content wins
    and with all the popular shows gone because of this ID system why bother using YouTube when there are hundreds of video sharing sites (many not based in the US) that dont employ these tactics ? want freedom ? simply dont use US based services

    1. Re:and very close to losing its viewers by FractalZone · · Score: 1

      Content (information) just wants to be free!

      --
      "You're young, you're drunk, you're in bed, you have knives; shit happens." -- Angelina Jolie
    2. Re:and very close to losing its viewers by The-Ixian · · Score: 1

      Strange. I have never watched a single show (TV or otherwise) on YouTube. I suppose that there must be some people that this will piss off, but I think YT is more about showcasing crazy humans than about watching the episode of BSG you missed (get a DVR!).

      --
      My eyes reflect the stars and a smile lights up my face.
    3. Re:and very close to losing its viewers by MontyApollo · · Score: 1

      This statment and a few others here kind of validates the argument of Viacom and others concerning YouTube profiting off of others' copyrighted material.

    4. Re:and very close to losing its viewers by morgan_greywolf · · Score: 4, Insightful

      How many people really use YouTube as a way to get TV shows illegally? I wonder. Myself, I use YouTube to see unique stuff made by people with DV camcorders and such. If I want TV shows, I've got a DVR. If I want the MPAA drivel that passes for movies these days, there's Netflix and movies on iTunes (and the DVR). Who cares about illegal stuff on YouTube?

    5. Re:and very close to losing its viewers by Anonymous Coward · · Score: 0

      I personally mainly use youtube to watch the episodes of Stargate that are shown in canada and the uk about 6 months before their are aired in the US. I suppose that might be considered illegal...

    6. Re:and very close to losing its viewers by jZnat · · Score: 1

      In my experience, the people who can't figure out BitTorrent or DVRs are the ones who use YouTube for TV shows. You know, the less technically literate. Joe Sixpack if you will (since Joe Sixpack can't figure out how to set up his dozen DVRs he owns, he just goes to YouTube for TV shows).

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    7. Re:and very close to losing its viewers by travdaddy · · Score: 1

      I use it mostly to watch parodies of TV shows and movies. If the filtering system isn't good, which is very likely, then it could block a lot of good, legal stuff.

      --
      Adidas To Bring Back Sneakernet
    8. Re:and very close to losing its viewers by danpsmith · · Score: 2, Insightful

      How many people really use YouTube as a way to get TV shows illegally? I wonder. Myself, I use YouTube to see unique stuff made by people with DV camcorders and such. If I want TV shows, I've got a DVR. If I want the MPAA drivel that passes for movies these days, there's Netflix and movies on iTunes (and the DVR). Who cares about illegal stuff on YouTube?

      I'm sure that Viacom probably already knows this. However, not only can they run a lawsuit based around the fact that the pirated stuff is making Google money (which I'm sure it is making a bit of it off of that), but they also get to take a swipe at YouTube which is basically a broadcasting entity that really doesn't have to pay Viacom (a middleman) anything to make its own content for mass appeal. The way I look at it is, big business is pissed that people can watch other peoples' homemade shows, and they are pissed that they are doing this more often then they are watching Viacom's sponsored programming. They want to monetize this type of entertainment too, but unfortunately there's no real need for a middleman with this type of content delivery system. It's the end of their business model. The last thing these companies want is a YouTube type entertainment area that might make people realize that they don't need the big media cartels. The fact that pirated content is what YouTube is less often used for *is* the problem in their eyes.

      --
      Judges and senates have been bought for gold; Esteem and love were never to be sold.
    9. Re:and very close to losing its viewers by zandarthemagnifcent · · Score: 1

      What I'd really hate to see go down the down the (you)tubes is copyrighted stuff that is obscure or out in the fringe. Things like Love (Arthur Lee's group) performing on Dutch TV. You won't ever see that on VH1 classic, and the copyright owners could vault it all indefinitely. All I know is I was able to watch a bunch of performances over the range of their history just last night on YouTube, something for which I'd gladly pay if it were available. But I'm not holding my breath.

    10. Re:and very close to losing its viewers by Anonymous Coward · · Score: 0

      You can't use DVR on shows that're not broadcasted in your country or if you don't want to pay a monthly cable bill for watching 2 shows. A lot of YouTube content are fansubbed anime and YouTube has started to take them down too. YouTube for watching TV show is alright if
      1. You don't get the show in your country
      2. You don't want to download via bitTorrent at 3-4x the filesize and upload them back to be a good peer, watch them and trash them.
      3. You don't care about the lower quality/segmented/reencoded at the wrong aspect ratio videos.

    11. Re:and very close to losing its viewers by jb.hl.com · · Score: 1

      hey also get to take a swipe at YouTube which is basically a broadcasting entity that really doesn't have to pay Viacom (a middleman) anything to make its own content for mass appeal.

      How in hell is Viacom a middleman? They produce an absolute shitload of TV shows, movies and other media...hardly a middleman. Calling them a middleman implies they don't do anything much at all.

      they are pissed that they are doing this more often then they are watching Viacom's sponsored programming.

      But they're not. People's homemade shows, by and large, are nowhere near as popular or (it must be said) as high in quality as professionally produced ones such as those made/broadcast by Viacom.

      They want to monetize this type of entertainment too, but unfortunately there's no real need for a middleman with this type of content delivery system. It's the end of their business model.

      But...they're not a middleman. At all. Their business model is "make stuff; get it sponsored; people watch it". There's no middleman there, and if there is one which I can't see they're certainly not Viacom.

      The fact that pirated content is what YouTube is less often used for *is* the problem in their eyes.

      No, the problem is that the pirated content is what YouTube is often used for and that Google are making money from it while making little to no effort to stop it.

      --
      By summer it was all gone...now shesmovedon. --
    12. Re:and very close to losing its viewers by owlnation · · Score: 1

      Yes, its also perhaps a good time to mention that many of the Non US based Video sharing sites have better video quality, a nicer design and best of all, much much better porn.

      Viva Europa!

    13. Re:and very close to losing its viewers by rho · · Score: 1

      How many people really use YouTube as a way to get TV shows illegally? I wonder. Myself, I use YouTube to see unique stuff made by people with DV camcorders and such.

      Do you really? Most of that is highly derivative crap, IMO. The one or two per week that are actually watchable I'll catch. The rest of the time I use YouTube to search for old-ass things like '80s videos or clips of ancient cartoons, or to stream-of-conciousness through clips of concert DVDs, or to watch clips of standups. All of which is copyrighted. I've also watched 2 or 3 South Park episodes on YouTube. Also copyrighted.

      I can't believe you actually spend all your time watching homemade lame parodies and video diaries.

      --
      Potato chips are a by-yourself food.
    14. Re:and very close to losing its viewers by martin-boundary · · Score: 1

      But they're not. People's homemade shows, by and large, are nowhere near as popular or (it must be said) as high in quality as professionally produced ones such as those made/broadcast by Viacom.
      That's not actually true. What _is_ true is that in most parts of the world you can't see any other shows but the professionally produced ones. There simply is no alternative because the television industry is expensive to join and be part of.

      What's interesting is that for the _very_ small number (in world terms) of people who have a fast internet connection, nice hardware etc, such people often do not watch TV so much and do like to watch amateur content on sites like youtube.

      It's entirely likely that if you gave most people in the world the hardware and bandwith to watch videos comfortably over the internet, you'd find that most people wouldn't watch professionally produced shows much at all (ie there is a market for professional shows, but it's artificially propped up for now because of the huge economic barriers to entry into the market by amateurs with handheld cams).

  9. Still cracks me up by $RANDOMLUSER · · Score: 1

    ...Microsoft's assertion that Google's pending acquisition of DoubleClick may be a threat to fair competition...
    Truth is funnier than fiction.
    --
    No folly is more costly than the folly of intolerant idealism. - Winston Churchill
    1. Re:Still cracks me up by xs650 · · Score: 1

      MS is an expert on the topic.

  10. Brining by mrgrey · · Score: 2, Informative

    "...and the long delay in brining the technology online has resulted in ill will from companies like NBC and Viacom

    brining
    -noun
    1. water saturated or strongly impregnated with salt.
    2. a salt and water solution for pickling.
    3. the sea or ocean.
    4. the water of the sea.
    5. Chemistry. any saline solution.
    -verb (used with object)
    6. to treat with or steep in brine.

    Mmmmmm pickled technology.....

    --
    -Tolerate my intolerance
    1. Re:Brining by billimad · · Score: 0

      7. Sergey Brining - The act of being or acting like Sergey Brin.

  11. Dammit by Realistic_Dragon · · Score: 3, Informative

    swfdec finally makes a free flash codec that can handle YouTube and the next day they announce all the good content is going away!

    --
    Beep beep.
    1. Re:Dammit by maxume · · Score: 1

      MPlayer, VLC and various other ffmpeg based players have had flv support for a long time(years...). They don't have the ability to integrate into a browser and play the videos, but the codec hasn't exactly been elusive.

      --
      Nerd rage is the funniest rage.
  12. Wow ! AT&T is scared of "monopoly" by unity100 · · Score: 1

    Good lord.

    as if they werent the ones pulled stunts just a while ago, to be not a monopoly, but the sole controller of the greatest invention mankind ever had.

    1. Re:Wow ! AT&T is scared of "monopoly" by vivaoporto · · Score: 2, Funny

      but the sole controller of the greatest invention mankind ever had since sliced bread

      There, corrected it for you. If we are going to make extreme generalizations, at least let's do it right,

    2. Re:Wow ! AT&T is scared of "monopoly" by unity100 · · Score: 1

      i expected something like this would come up, but i am standing behind what statement i made.

      internet is the greatest invention since the dawn of civilization.

    3. Re:Wow ! AT&T is scared of "monopoly" by lonechicken · · Score: 1

      the sole controller of the greatest invention mankind ever had The microprocessor? Paper? The Internet? Flight?
    4. Re:Wow ! AT&T is scared of "monopoly" by vivaoporto · · Score: 1

      Since when AT&T is (or was) the sole controller of the Internet? I thought you were talking about the telephone. That would make sense. Anyway, never underestimate the power of simpler "inventions", like tap water, antibiotics or sewage system. If we are able to sustain a 6 billion people population, thank it to the simpler inventions. Internet is a mere communication channel, like telephone, telegraph, snail mail or smoke sign. It is faster and more pervasive, but still a communication channel. Think about that.

    5. Re:Wow ! AT&T is scared of "monopoly" by unity100 · · Score: 1

      we are talking about the internet. and yes, it is the greatest invention.

    6. Re:Wow ! AT&T is scared of "monopoly" by unity100 · · Score: 1

      we were talking about the net neutrality trick they attempted to pull out.

    7. Re:Wow ! AT&T is scared of "monopoly" by UbuntuDupe · · Score: 1

      Oh, no no no, you see, if that was before '05, that was a *different* company. Wikipedia says so, see?

    8. Re:Wow ! AT&T is scared of "monopoly" by unity100 · · Score: 1

      yea.

  13. Also a serious data processing problem by cyberianpan · · Score: 1

    How many millions(?) of hours of copyrighted material are there ? 24 Frames per second , potentially varying resolution, varying compression algorithms... ok they'll make some form of hash first pass but still with tens of thousands(?) of videos uploaded daily this is one major processing problem, hard to believe that computers can do it cheaper than humans ?

    1. Re:Also a serious data processing problem by miro2 · · Score: 1

      How about:
      1) use a hash function that is not very sensitive to slight changes, such as those that come from different compression formats, slight changes in overall color or audio levels, etc. This will generate a lot of hash overlaps. But thats ok, because you dont use a single hash per video. Instead, you...
      2) hash small overlapping time segments, perhaps one second each with 9/10 overlap so 10 second video has 100 hash numbers. In this case, you would use interpolation when the time resolution is lower than 10 frames per second.
      3) index all content by its sequence of hash numbers
      4) use google's search. The technology already works with sequences of characters. Sequences of hash numbers shouldnt be much of a stretch. If your hash function was well chosen, you should be able to find submitted content which significantly overlaps stored content.

  14. How could this possibly work? by Rob+T+Firefly · · Score: 4, Insightful

    I may be completley wrong, but here's how I understand this so far..

    If we can discount anything that looks at the actual audio or video content of the upload, and I believe we can since there just isn't an AI out there which can conclusively pick (for example) Captain Picard out of a video clip, then this must somehow use the textual metadata hooked to it. It'll have to sift through the tags and descriptions put there by the uploader, or possibly contextual data from sites that later embed the clip.

    That would open some new cans of worms, though. First, it'd be easy to defeat, as we learned back when the old Napster suddenly didn't have anything by "Metallica," but there were tons of new songs from "Metallika," "Mettalicca," and "Metalligreed." Second, what if I record, say, a "C.S.I." parody? By rights I should be allowed to post it as such, will my file get flagged as lawsuit-bait and zapped because I used a copyrighted term in the description? What if I post an original film about firefighters that happens to use the word "heroes" in the title, which has nothing to do with the copyrighted TV series "Heroes?"

    1. Re:How could this possibly work? by notjim · · Score: 1

      Why can't it look at the actual video content, there is no need to pick out Captain Picard, it just needs to come up with some signature for the clip, looking at a time sequence of contrast ratios of the frames or some such; something that will be invariant under resolution choice I guess.

    2. Re:How could this possibly work? by javilon · · Score: 2, Interesting

      Second, what if I record, say, a "C.S.I." parody? By rights I should be allowed to post it as such, will my file get flagged as lawsuit-bait and zapped because I used a copyrighted term in the description?

      Actually, that situation would be interesting!

      You create a "C.S.I" parody video (not very difficult task, by the way) and it gets censored by the automatic filter at google. You sue and google goes to trial and looses. The judge orders google to disable or fix the automatic filter. As they cannot fix it (it is a very hard AI problem to distinguish between a parody and the real thing) they have to disable the tagger.

      Google may be interested in actually *loosing* this suit and it would settle a precedent where if a filter filters legitimate uses of the technology it can't be used.

      --


      When his defense asked, "Which computer has Jon Johansen trespassed upon?" the answer was: "His own."
    3. Re:How could this possibly work? by Anonymous Coward · · Score: 1, Interesting

      Second, what if I record, say, a "C.S.I." parody? By rights I should be allowed to post it as such, will my file get flagged as lawsuit-bait and zapped because I used a copyrighted term in the description?


      By what rights? YouTube is a private site and has no obligation to post any submitted video, even if its perfectly legit.
    4. Re:How could this possibly work? by miro2 · · Score: 1

      This is not a hard AI problem.

      It could work by indexing videos (or frame-windows) using statistics which are independent of format. For instance, some combination of color histograms, audio envelopes, pixel change per second, etc.

    5. Re:How could this possibly work? by Eivind+Eklund · · Score: 1
      Why should we discount things that look at the actual video and audio?

      One example of a kind of technology I could envision is streaming through the video, look for areas of the more or less same color inside a video stream, and code it with the approximate position on the screen (say, what 1/4 of the screen it start in in each direction, and which it end in) and which frames it stay in.

      One such piece alone gives almost zero identification value. The sequence and duration of such pieces gives fairly high identification value, and using Bayesian statistics, you should be able to fairly easily correlate to any particular degree of identification.

      I'm sure there are people that are more expert at image recognition than me that could come up with other schemes.

      Eivind.

      --
      Doubting the existence of evolution is like doubting the existence of China: It just shows that you're uninformed.
    6. Re:How could this possibly work? by Anonymous Coward · · Score: 0

      Captain Picard? You mean there's CP on Youtube? We have to do something about that quick! Call the van!

    7. Re:How could this possibly work? by Anonymous Coward · · Score: 0

      Free-speech and privately-owned-service arguments aside, the hypothetical parody video is fully allowed by YouTube's terms of service.

    8. Re:How could this possibly work? by squiggleslash · · Score: 2, Informative

      There are two problems with this scenario:

      1. You can't sue YouTube for refusing to show your video, no matter how much or how little it violates copyright.

      2. The word is "losing", not "loosing".

      --
      You are not alone. This is not normal. None of this is normal.
    9. Re:How could this possibly work? by owlnation · · Score: 1

      It'll have to sift through the tags and descriptions put there by the uploader, or possibly contextual data from sites that later embed the clip.
      Aha! There's the first point of failure for this tech then. Seems to me that much of the content on YouTube is already tag spammed. So even if it does contain a Captain Picard piece to camera from ST-TNG, it'll still be often tagged as "strip", "nude", "NSFW", "boobs", "booty" etc.

      Come to think of it, there could be an upside to this filtering malarkey...
    10. Re:How could this possibly work? by bootprom · · Score: 1

      See below from Virage's marketing material. I have used this before and it works. You run a video through and it spits out an xml file with time-stamps and metadata about each time stamp: What is being said, on-screen OCR, speaker changes, face recognition, etc. Simply use this metadata file in conjunction with a good pattern matching based search algorithm (Autonomy's IDOL) and you have a great solution for identifying video clips by similarity of the meta-data. QED

      Virage VideoLoggerTM
      Index and Automate Rich Media With Unparalleled Ease
      The award-winning Virage VideoLogger(TM) is the keystone product in Virage's
      product offering, forming a critical component in any Enterprise Rich Media
      strategy. Virage VideoLogger is the critical first step in any video production
      or distribution strategy, scaling to match any environment with an
      unparalleled ease of use. Performing multipletasks in real-time, VideoLogger
      cuts production costs and transforms video into a highly accessible asset.
      As video is being encoded, VideoLogger's advanced capture and analysis
      technology works in real time to automatically create a structured index of
      the content. The index enables immediate, accurate search and retrieval
      of assets. By making video easy to identify, locate and re-use, VideoLogger
      allows pieces to be assembled and repurposed faster and with greater
      accuracy than ever before.
      Virage VideoLogger is currently enabling efficient Enterprise Rich Media management at the UK Department of Trade and
      Industry, Italiane Poste, the Canadian National Archive, Case Western University, Cisco and the Library of Congress to name
      a few.
      Index Video and Other Time coded Information in Real Time
      VideoLogger uses advanced technology to form a conceptual understanding
      of an analog or digital video signal and to create a structured video index.
      VideoLogger automatically extracts information from the signal including
      visual storyboard, closed captioning and teletext. Used in combination with
      Virage Media Analysis Plug-Ins, it can additionally recognize faces, voices
      and types of sounds in the video, identify on-screen text and numbers, and
      convert spoken words to text.
      VideoLogger can also extract information from external, time coded sources
      such as statistical feeds, slide presentations, EDLs, etc. VideoLogger
      allows users to further enrich the video database by adding manual
      annotations, such as in/out points, titles, descriptions and much more.
      Time-synchronized to each encoded copy and to the original content, the
      information-rich database provides searchable, pinpoint access to the video.
      Once indexed, VideoLogger can be configured to automatically send an email
      message to designated persons as an instant alert to the existence of
      specified information.
      Create Multiple Encodes and Bitrates, Ingest Multiple Formats
      Simultaneously during the indexing process, VideoLogger controls the encoding of multiple formats of source content at multiple
      bit rates. For example, you can create multiple copies for browsing or publishing to the Web (e.g. QuickTime®, RealVideo®,
      Windows Media®, MPEG-1) and, in parallel, for generating program-quality content (e.g. MPEG-2). In addition to
      being able to ingest analog video, VideoLogger also supports real-time ingest of a wide variety of digital
      video formats, such as those listed above.
      Virage VideoLogger delivers advanced capture and analysis for
      real-time indexing, processing and managing of content .
      Copyright © 2006 Virage. All rights reserved. Other trademarks are registered trademarks and the properties of their respective owners.
      [VIR DS] 10.08.06 Product specifications and features are subject to change without notice. Use of Virage software is under license.
      Virage Inc. (USA)
      One Market, Spear Tower, 19th Floor,
      San Francisco, CA 94105, USA
      Tel: +1 415 243 9955
      Fax: +1 415 243 9984
      Email: info@us.autonomy.com
      Virage Inc. (UK)
      C

  15. RIP by Anonymous Coward · · Score: 0

    Q: How will they determine if it's fair use? A: Probably not at all.

    This will be the death of youtube.

  16. Neat... by x1n933k · · Score: 1

    So when the title says,"Paris Hilton rides tractor doggy style!" and we get some video about a dog that can fetch mixed in with episodes of the Simpsons it will automatically pull the video?

    Oh the wonders of technology...

    [J]

  17. Pirated Content by superid · · Score: 1

    There needs to be a real discussion about copyright and fair use by the feds, hopefully SCOTUS. I don't see how a low resolution clip of "needs more cowbell" from SNL constitutes piracy.

    Similarly, I don't torrent movies because I know that's infringement but I have NO problem downloading ANY over the air TV show that I want to watch (lost, 24, etc) even though I know that in the current framework that is considered to be infringing.

    1. Re:Pirated Content by kitzkar · · Score: 1

      So you don't download porn? You must be a woman or... umm... you must be a woman!

  18. Wait a moment... by Anonymous Coward · · Score: 0

    Shouldn't Viacom be allowing YouTube to host the 'pirated' videos... I mean, with YouTube you KNOW who put it there and could easily find the perpetrator, plus YouTubes are at the most 10 minutes... if you were to pirate a show, it would take 3 YouTube videos, and a movie is 12 YouTube videos... And they are in the grainiest format possible. It surports the MAFIAA's outdated model by making a DVD or HD DVD more convienent than 12 YouTube videos. If people are using YouTube to 'pirate,' then it should be a hint that the MAFIAA's current model just doesn't work. (In fact, I watch more user-created works than anything that might be pirated)

  19. Possible application for this technology by cabinetsoft · · Score: 3, Funny

    If one can identify whether two streams are similar or not then people won't have to watch the same porn twice!!! Once again google gets close to geeks' hearts.

  20. hashes and fingerprinting technology anyone? by Animaether · · Score: 5, Insightful

    For most of the videos, the following could easily be done...

    Copyright holder notices a video that they hold the copyright to. They tell Google. Google checks the claims made, etc. etc. and presumably finds it valid. They make a hash of the video. They check their site for any other videos that match that hash, and remove those as well. They check any future upload and see if it matches the hash - if it does, it doesn't post it.

    That leaves people getting around that by re-encoding, etc.

    So in comes fingerprinting:
        http://www.google.com/search?hl=en&q=video+fingerp rint

    It's not exactly rocket science. Re-encode it? Zap a few frames? Fingerprinting tech laughs in the face of that sort of thing. The only two effective means of fooling fingerprinting tech are:
    1. mangle the video so it can't possibly be recognized. Unfortunately, this means nobody can watch it without a special de-mangling player.
    2. find out how the fingerprinting tech works, and make sure that only in those spots where it checks the original video, there's a difference. Of course any fingerprinting tech worth it's $$,$$$ will allow a seed value to change things around, and google rotates this once a week or however often needed once they realize people are getting around things in that way - and punish those users appropriately.

    Not saying I agree with them doing it - though I find it hilarious in a sad way that if a copyright holder says "X is mine, please take it offline", that Google will do so - but not on Y which is the exact same video, or Z which is the exact same video getting uploaded a day later - but those are the ways they -can- do it.

    I don't think anybody is suggesting that Google build an AI system that magically determines whether the copyright of a video lays with a third party and by means of technological ESP determines that said copyright holder did not consent to the upload - and I certainly don't think that Google is claming that they are either.

    1. Re:hashes and fingerprinting technology anyone? by mandelbr0t · · Score: 1

      My take on the whole thing is basically a composite of your argument that Google is not building a gigantic AI to watch videos, and an above comment that says Google is only doing this as due dilligence. I agree: trying to make this more complicated than a simple automated tool allowing Google to quickly verify whether a video is infringing or not seems like a bad business move on Google's part. They really only need to be able to say that they are taking some steps to prevent YouTube from becoming a giant pirate network, but the copyright holder must still be ultimately responsible for protecting their own copyright. Besides, an AI that could watch videos wouldn't have time to do anything else.

      --
      "Please describe the scientific nature of the 'whammy'" - Agent Scully
    2. Re:hashes and fingerprinting technology anyone? by valdean · · Score: 1

      What's going to happen to videos like this one? To some extent, studios benefit from having fans modify their video if it helps to spread awareness and popularity of the film (obviously Star Wars doesn't need added popularity, but you get the point).

  21. Don't care how they "figured it out" just... by lonechicken · · Score: 1

    If this affects music videos from the 80s, I guess I'll just have to stop going to Youtube. People with webcams just get tedious after a while. It's back to watching VH1 Classics on the weekends and fast forwarding through Musical Youth and Big Country.

  22. Bad move by Dachannien · · Score: 2, Insightful

    This would seem to work against their claims of safe harbor under the DMCA, since a plaintiff could argue that with this system, Google should generally be aware of a particular instance of copyrighted material. Ignorance actually is an excuse in this case, and Google would have been much better off handling DMCA takedown requests rather than trying to resolve the problem themselves.

  23. The existence of the technology is interesting by hey! · · Score: 1

    given that Google has a pretty strong defense in the DMCA safe harbor provisions.

    In fact, experimenting with such technology is legally risky. Already according to TFA studios are accusing Google of "Dragging its feet" in deploying the technology, in other words knowingly letting pirated content to be posted for its own benefit. I still think they're probably within safe harbor, but they're skirting the edge.

    Personally, I don't think Google needs to lift a finger in this direction. Safe harbor describes exactly what they have to do to be safe, and exactly the mechanisms the studios need to police their own content.

    Either (a) Google is developing this technology simply because it can (possible) or (b) they have some other plan for YouTube that involves placating the studios (likely). I know people like to say that YouTube is, essentially, video blogging. There's no denying that that is an important application. But I'm thinking Google has ideas for other, commercial services built on top of, or integrated with it.

    And then there is all that dark fiber they have been buying... Put them together and you have a company that looks like it is positioning itself to do to TV what TV did to the movies. Maybe.

    Has there ever been a company more fun to speculate about than Google?

    --
    Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    1. Re:The existence of the technology is interesting by The+Real+Andrew · · Score: 1
      Has there ever been a company more fun to speculate about than Google?



      Yes, Apple

  24. Video Cops by doubleDog · · Score: 1

    Well...we could always just read a book. It seems the content owners don't understand the network economy.

  25. What about the other way around? by OneMemeMofo · · Score: 1

    OK, so the big studios are constantly pressuring Google to reign in their step-child video service.. When will YouTube/Google turn around and say, "Ok, when will the news (for lack of a better term) companies you own start paying us for broadcasting the clips they swipe from our site?". I can't count the number of times I have seen something on CNN, Fox, The Daily Show, or another reliable news source use a YouTube clip to spark up a story. Are they paying residuals to YouTube?

    --
    Sure that web-site has content.. But so does a garbage can!
    1. Re:What about the other way around? by badasscat · · Score: 1

      OK, so the big studios are constantly pressuring Google to reign in their step-child video service.. When will YouTube/Google turn around and say, "Ok, when will the news (for lack of a better term) companies you own start paying us for broadcasting the clips they swipe from our site?"

      The press has broad freedoms (that pesky first amendment) and are not generally bound by copyright law. As long as the context is a news story, they're under no obligation to copyright holders.

      Think about it. Imagine a world where news couldn't be reported unless royalties were paid. Brand names couldn't be used in news stories, video clips couldn't be shown, song excerpts couldn't be played, etc. Except for major, breaking stories (like we saw yesterday), most news would simply go unreported.

      The line between news and entertainment is blurring, though, and I suspect we'll see a test of this at some point, as some news/entertainment magazine show or some blog somewhere gets sued - and it could set a really dangerous precedent. But straight news broadcasts are not bound by copyright in news reports.

  26. robot police and false positives by plasmacutter · · Score: 1

    there is a reason why we dont tolerate robot police, robotic judges, or robotic jurors.

    robots are incapable of human perception, flexibility, or personal discression.

    every filtering system throughout history has produced false positives, especially egregious ones in the computer field.

    this leads to inflexible censorship and "great firewall of china" style repression of free speech.

    they did this with google video, and lost out to youtube, and when they do it to youtube theyll lose out to the next guy.

    congrats google, you've flushed your montra of "do no evil" down the proverbial johnny cash.

    --
    VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
    1. Re:robot police and false positives by dangitman · · Score: 1

      there is a reason why we dont tolerate robot police, robotic judges, or robotic jurors.

      Indeed. They don't accept bribes. There's also the small matter of the technology not being quite there yet, and being expensive.

      --
      ... and then they built the supercollider.
    2. Re:robot police and false positives by Anonymous Coward · · Score: 0

      Serves right you and all the other loserboys.


      this affects you too; jocks (going by your username) dont live in a bubble.
  27. absolute bull. by plasmacutter · · Score: 2, Interesting

    YouTube is a private site and has no obligation to post any submitted video


    ahh, the classic republican "but its private property" defense.

    once a company reaches a certain size or market share they acquire powers rivalling government, and should be held to the same constitutional standards, otherwise there is no point to the constitution at all, because all the government has to do is privatize everything they can and then claim private property whenever people's civil liberties are violated.

    this view does have support, it's been ruled illegal for businesses to place cameras in places like bathrooms, even in their own property. I say it's time to stop being hyppocritically selective about which amendments in the bill of rights are supposed to be protected from corporate greed (laziness counts as greed.. theyre trying to save money at the expense of the first amendment).

    additionally, it's currently illegal to discriminate when providing a service. in this case theyre a video sharing site, and have no right to discriminate against video because it "might" lead to lawsuits in the same way gas stations have no right to discriminate against black people (who have a statistically higher criminal prosecution rate) because they "might" be armed robbers. they have to have positive proof before they takedown videos. the dmca notice and takedown system provides that, and it's viacom's responsibility to find and serve notice on the offending videos.
    --
    VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
    1. Re:absolute bull. by Anonymous Coward · · Score: 1, Insightful

      So the Democratic National Committee (or was it MoveOn.org?) needs to post my video to their website, too. Post my comments to their website. Give me funds for my Independent party political campaign.

      I'd say that the DNC (and RNC for that matter) are large and powerful enough to start falling under equal protections clauses of the Constitution.

      This is the analogy: The illegality of racial discrimination and voyeurism vs. having a RIGHT to post a video clip to youtube? Wow. I mean if you are stereotyping, someone who insults Republicans should have a very good sense of the magnitude of violation that racial discrimination is (because everyone knows non-Republicans, only non-Republicans, and all non-republicans are sensitive to racism). And you should be able to see the hundreds-of-orders-of-magnitude difference between racial discrimination and youtube not posting your videos online.

      The New human rights: life, liberty, and posting to YOUTUBE.

      wow. just wow.

    2. Re:absolute bull. by plasmacutter · · Score: 1

      moveon.org doesnt provide a service, they are advertised as a progressive action group, no direct analogy there, nice try at creating an absurdity to defeat, but no dice.

      yes, the DNC does fall under this, as does the RNC, and they are held responsible when they breach the law, e.g. watergate.

      and.. more like "unconstitutionality of racial discrimination vs unconstitutionality of stifling freedom of expression". there is no "hundreds of orders of magnitude" difference save in your own mind, where apparently freedom of speech is trumped by huge amounts of cash.

      The new human rights, the same as the old: life, liberty, property, and freedom of expression without discrimination

      --
      VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
    3. Re:absolute bull. by asninn · · Score: 2, Insightful

      That's simply not true. Of course private businesses are, basically, allowed to discriminate; otherwise, you could also sue a prospective employer when you don't get a job you applied for because you're not qualified for it (it's discrimination based on stupidity/lack of knowledge, after all).

      What you're probably referring to is the Heart of Atlanta Motel v. United States SCOTUS decision. This case, in turn, was about the constitutionality of the Civil Rights Act of 1964, though, and that act forbade - among other things - discrimination in hotels, motels, restaurants, theaters, and all other public accommodations engaged in interstate commerce (but not private clubs).

      In other words, there was no general "you are not allowed to discriminate against anyone, ever" provision. So in order for this act to apply, you'd have to tell me a) why YouTube, as a website, falls into a category such as "public accomodations" (it's certainly different from hotels, restaurants, movie theatres, petrol stations and the like); b) why YouTube is engaged in interstate commerce (people posting videos neither pay for it no receive compensation); c) why YouTube would not qualify as "private" (you do have to sign up, after all; however, I do admit that given that pretty much anyone can, it may not be "private", although it's not clear to me either way) and d) why saying "we won't post your video" is discrimination, anyway.

      I think d) is particularly important. It'd clearly be discrimination if YouTube said "we're not gonna post videos by black users" (assuming they'd be able to find out), but I'm neither sure that you can discriminate against individual people (as opposed to groups of people that share a certain characteristic or trait) nor do I believe that saying "we won't post this video based on characteristics and traits of the VIDEO (as opposed to the one who's attempting to upload it)" could ever be discrimination.

      --
      butter the donkey
    4. Re:absolute bull. by plasmacutter · · Score: 1

      you missed my point entirely, or are simply trying to reframe a very basic of human rights in terms of what scotus (which is just as beholden to huge corporations as congress) has ruled.

      it's not about what has been ruled, it's about what must be done for our constitution to do what it was designed to do: protect us from the abuses of aristocracy.

      at the time of the constitution's framing, kings were both rulers and controllers of the greatest assets. the constitution does not make a distinction between the two, but the implications of the founding documents of this nation are obvious: if you have enough wealth or power to affect the public en masse you have to be held to responsibility proportional to that power.

      I'm under no obligation to fit every case of abuse of power to some rediculously narrow standard you set up in your blind obedience to both party's lines and/or centralized corporate power.

      --
      VLC FOR MAC IS DYING! IF YOU DEVELOP, PLEASE SAVE IT!!
  28. Not just full TV shows. by antdude · · Score: 1

    It is also video clips from TV shows, movies, etc. that get taken down. :(

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  29. YouTube: the new "broadcast" medium by J05H · · Score: 1

    Instead of filtering out their content, they should get a cut. Big Media is terrified of YouTube, because they misunderstand it's opportunity. YouTube is the newest form of broadcasting. It brings together everything to make a new kind of "TV" or "Radio" that is all-immersive. With Google behind it, YouTube potentially brings hyper-targeted advertising to the table.

    Video, especially with modern desktop tools, is highly plastic. You learn to edit by cutting other's material and your own. Rappers and hip-hop do it, too. This is a proving ground for everyone to make media with. YouTube has a certain momentum behind it, and this is a fair-use issue in many instances (fan vids, AMVs, etc). Google is testing revenue sharing now with the Diet Coke & Mentos guys. YouTube will eventually have across-the-board revenue sharing with users and Big Media should co-opt this instead of getting into a urination match with the big G.

    Users will continue to upload copywritten content. The technology is almost available to make everyone happy with this. For copywrite holders, this brings your content more "face time", more exposure, more people talking about it. This is a good thing for you.

    One last point for all involved: the next form of advertising will be extensive product placement in Internet video, coupled with Adwords campaigns by same sponsors. It will probably be combined with locational services. This will be a huge driver for both specialty and mass market products.

    Example, from 3-4 years ahead: you watch a video that combines Bruce Lee's famous nunchaku scene with segments from a content provider's instructional video. In the Adwords sidebar you get the click-thru for that video's site and to the film collection of Bruce Lee. Also, on a time/use/flat-fee basis, the copyright holder of the Bruce Lee material gets a cut. Decentralized as this could be, it gives a simple clearing-house for stock videos as well.

    Josh

    --
    gigantino.tv - Heavy but weighs nothing.
    1. Re:YouTube: the new "broadcast" medium by StarkinProgram · · Score: 0

      Unfortunately, there seems to be a running pattern of businesses not embracing the newest methods of distribution. The reference to the **AA has been made countless times - instead of embracing internet distribution, they tried to quash it. Much the same thing is starting to happen here. Yes, some companies are embracing the internet distribution method that is Youtube. And some companies, record labels, etc, embrace file sharing. It's not enough to make a difference. The cycle begins anew - if this continues, Youtube will be yet another missed opportunity (and a new slashdot meme).

  30. The gateway to the memory hole.... by WerewolfOfVulcan · · Score: 1

    Now when politicians get caught saying things on camera and later say the exact opposite, the previous statement can be purged from YouTube permanently (and automatically).

    Just what our cloak-and-dagger government needs.... more cloak.

  31. Youtube soon to close by Snaller · · Score: 1

    As soon as that filter is in place, who really wants to watch videos of 10 year olds harassing their dog.

    --
    If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
  32. Why it took so long by bitspotter · · Score: 1

    From TFA:

    "The long delay in brining the technology to market was due to the necessity of hiring thousands of new federal judges to rule on whether or not new uploads are fair use (parodies, short excerpts, etc) in real time. "

  33. Wow! Google invents mindreading technology! by haggie · · Score: 2, Insightful
    So, Google has invented a system that can read my mind and analyze all the content surrounding a particular video clip to determine with 100% accuracy whether my usage of said clip constitutes fair use or not? That is some serious technology!

    I'm impressed that I'll be able to use that Disney clip loaded to Google Video that is embedded in my blog on a completely different site for my college research paper on Disney's history of copyright violations.

  34. Chainletters by sodas · · Score: 1

    Now, if they'd only make an automated function that rooted out all the chainletters and spam, I'd be a really happy camper.

  35. Viacom's lawyers will sue them anyway by Rogerborg · · Score: 1

    To recoup lost income.

    --
    If you were blocking sigs, you wouldn't have to read this.
  36. "Darth Vader being a Jerk" video by Animaether · · Score: 1

    Well, here's what would happen...

    The copyright holder tells YouTube that they believe that the copyright lays with them, and to please take it down. Google passes on this message to the person who uploaded the video. The person who uploaded the video then goes "uh, no - this is quite clearly a parody and is fully covered by blabla law" to YouTube. YouTube passes that on to the copyright holder, and they get to say that they either agree, or disagree.

    If they disagree, YouTube would be in a unique position to hold a mediation between the two parties before any expensive lawsuits would evolve. This mediation may have to come at a small price, to be paid by the losing party. The small price should easily be payable by a private party should they 'lose', so that...
    1. people who believe they are in their right get every opportunity to defend that right, and if they lose anyway, they're just out a small amount instead of a lot + a lot of time with lawyers/court(s).
    2. people who know they're in the wrong can cede right away.
    3. the copyright holder, should they 'win', still get to have the material taken down
    4. the copyright holder, should they 'lose', will also just be out a small amount - but presuming they did this for every video like the one you referenced where they would clearly lose, that would still add up; thus, hopefully, preventing copyright holders from just issueing takedown notices to every video under the sun.

    Should mediation fail (or either party refuses to partake*), -then- the two parties can still take it up with their lawyers/etc. and things just follow the natural course it has been for years. *not partaking in the mediation would reflect very badly on the person who refused to do so when in an actual court.. courts don't like having their time eaten up when it could've been solved through a mediator.. so in cases where there's no clear-cut verdict, expect the judge to judge in favor of the party that did want to go through with mediation.