Slashdot Mirror


Google Video Becomes Search-Only, YouTube Holds Content

Bangor writes "Google is planning to turn Google Video into a search index of all the world's available video online. The change will see YouTube becoming Google's only platform for user-generated video and premium content sales, and Google said that YouTube content would be immediately added to the Google Video search index. The company plans to expand that to eventually include all video online. From the article: 'The company said that they 'envision most user-generated and premium video content being hosted on YouTube,' which clearly suggests that the Google Video storefront will eventually give way to YouTube.'"

34 of 119 comments (clear)

  1. Official Announcement by warmgun · · Score: 5, Informative

    Here's a link to the official announcement from Google's blog.

  2. Too bad by Anonymous Coward · · Score: 5, Insightful

    Google's interface was better. The videos could easily take up nearly full screen, the quality seemed a little bit higher, and it was just overall easier to deal with compared to YouTube.

    1. Re:Too bad by painQuin · · Score: 5, Interesting

      But maybe, just maybe, Google will take that into consideration, and use the Google Video backend to power the YouTube website? YouTube is basically a name and color scheme, as far as most people are concerned.

      --
      A guilty conscience means at least you've got one.
    2. Re:Too bad by dedazo · · Score: 4, Interesting
      The quality on YouTube varies wildly because of the sheer number of videos on there. Some are pretty good and some are really bad. Google Video on the other hand has far less content (and far less interesting content, AFAIC) and maybe on average the people who upload to it tend to have higher-quality original material.

      I rarely care about the quality on YouTube. After all, if I'm looking at an 80s commercial I haven't seen in 20+ years I don't expect HD quality. The obscure cool stuff is why I find YouTube compelling, not the "lonelygirl15"-like crap. YouTube is to video what Napster was to music in the early 00s. It's the most amazing collection of obscure crap you thought you had forgotten or really never thought you'd find. I really like it.

      --
      Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
    3. Re:Too bad by tknd · · Score: 3, Interesting

      I actually prefer youtube's interface to google's. With google's they took the 'search' engine approach to video, but how are you going to 'search' for video with text? I often find that you can't and that's why youtube's browsing capabilities won out over google.

    4. Re:Too bad by alphamugwump · · Score: 5, Insightful

      What I liked about google video was the fact that the stream was seekable. You could drag the little slider past the end of the buffer, the video would start buffering from that point, and it still play. That doesn't work with youtube.

  3. I was wondering... by ubergenius · · Score: 2, Insightful

    I was wondering how the acquisition of YouTube would affect their Google Video service, which was always far behind its competition. However, this also means that some YouTube content will now be sold, which detracts from one of the allures it has always had, which was that all content was free and accessible.

    I wonder if Google has plans to Google-fy the YouTube look (they'll likely hold onto the brand name, but the look and feel are very changeable)?

    --
    Student Manager - Take control of your education!
    1. Re:I was wondering... by uchihalush · · Score: 2, Informative

      Why would content now be sold? That wouldn't work at all. Google Video sells TV Shows. Full Version and uncut. Similar to the iTunes Video Store. This accquisition should in no way affect the price model of youtube. If it does happen, google will have made a huge mistake, one I doubt they will make. I don't see how you jumped from combining of services to selling select videos. Google Video does in fact have videos that you can just watch after all. As far as I can tell only those tv shows/ movies will continue to be sold, while any of ther other crap on youtube/ google video will remain free.

    2. Re:I was wondering... by ubergenius · · Score: 2, Interesting

      You missed my point entirely. Yes, the vast majority of YouTube content would still be free, as is Google Video, but as of now everything, without exception, is free on YouTube, whereas commercial content (TV shows, as you say) are for pay on Google Video. Therefore, my curiosity lies in whether or not those shows will be moving to YouTube (if GV becomes search-only), and if so, how will the paying process be integrated into the previously-completely-free YouTube.

      --
      Student Manager - Take control of your education!
  4. Head hurt by Quiet_Desperation · · Score: 3, Funny

    Can someone please translate this all into non-marketdroid-speak?

    3PO?! Get over here! Translate this. Then hit me in the head with a lead pipe so I can understand it.

    1. Re:Head hurt by bwalling · · Score: 3, Funny
      Can someone please translate this all into non-marketdroid-speak?

      You will now be able to find porn clips on Google Video as easily as you can find porn images on Google Images.
  5. Re:Makes sense by SatanicPuppy · · Score: 4, Insightful

    Eh. It's not about the space, it's about good old fashioned "normalization"...Don't duplicate effort. They'd have to have staff to maintain Google video, and staff to maintain YouTube, staff to program new features for Google video, and staff to program new features for YouTube.

    The only problem I see is that, historically, YouTube has been much quicker to respond to DMCA-style takedown notices than Google Video, and I'd hate to see that policy continue at YouTube and lose Google video at the same time.

    --
    ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
  6. Predictions by Duncan3 · · Score: 4, Funny

    1. This will save everyone from having to upload their boobie and accident videos twice - go look at the top 100 some time, that's all it is.

    2. People that create the content (videos) still won't get paid, much like Google News, etc.

    3. Google will replace their search in a year to one big button "I'm feeling lucky"... which will show a boobie video.

    --
    - Adam L. Beberg - The Cosm Project - http://www.mithral.com/
  7. open source and video by bcrowell · · Score: 3, Informative

    I'm wondering if OSS is going to be left behind completely when it comes to video. I'm interested in doing some free educational videos, for instance, but I don't want to mess around with proprietary software, because OSS is what floats my boat. If I'm understanding the current technological system correctly, you-tube became popular because they packaged video in a convenient way, as flash applications. However, flash uses proprietary codecs for both audio (MP3) and video. It is possible to develop for flash using a 100% pure OSS setup, but AFAICT there are some pretty severe limitations, including lack of source-code compatibility for GUI widget libraries, and lack of OSS support for proprietary codecs. It doesn't seem like ogg theora is really ready for prime time yet, and in any case there's no sign that Adobe will ever support free codecs for audio and video. Yes, you can use ffmpeg, but the fact that it's illegal in most jurisdictions for many uses is surely going to put a damper on it in the OSS community.

    One interesting recent development with audio is that it's become practical to get audio out to users using a completely OSS chain of software. In this WP article, for instance, there are links to recorded snippets (claimed as free use) which take you to a pure-java ogg player that runs as an applet in your browser. The preformance is actually surprisingly decent, possibly because of JIT. Since the last remaining bits of Sun's Java implementation will go GPL in March, we'll really have a pretty good framework for distributing audio via 100% OSS. OTOH, I don't see any signs that anyone is going to take theora seriously any time in the near future.

    1. Re:open source and video by bcrowell · · Score: 2, Insightful

      What has not been achieved by FOSS in the world of video will be in due course.
      It is already possible for us Linux geeks, after putting up with large amounts of sweat and frustration, to exchange video freely with each other. The problem is that it's not practical for 99% of all users. Given that 99% of all users now expect their experience to be as effortless as you-tube, I don't see how there's ever going to be any way to communicate video to them in a way that they consider practical. With you-tube, they probably don't even have to have downloaded a plugin, because their copy of IE probably already had the flash player preinstalled for them when they bought the computer.

      Video presents no special barriers.
      I think there's a window of opportunity that may have been missed with video. With audio, vorbis was already available and stable around the time that a large number of people started having broadband access. With video, it looks like a de facto standard has emerged, and it's proprietary and patented, and it may be too late for theora to compete.

  8. Not Really by rustybrick · · Score: 2, Informative

    It is not search only, you will still be able to upload videos to Google Video. The article just says that Google Video will have different features than YouTube... i.e. YouTube will focus more around the community aspects of video.

  9. RIP better interface by spyrochaete · · Score: 4, Insightful

    Too bad. Google Video's interface is far better than YouTube's. The dealbreaker that keeps me loyal to Google Video (not that there's anything worth watching on either) is the ability to skip forward in the video to a part that hasn't yet been cached. I sometimes like to skip through a video to see whether it's worth my while to watch and it makes me nuts having to wait for the whole thing to download first.

    1. Re:RIP better interface by drinkypoo · · Score: 2, Informative

      Sounds to me like you ned VideoDownloader which will let you use firefox to download the avi or flv (depending on what formats are permitted.) VLC plays FLVs.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  10. Bad move... by cei · · Score: 2, Insightful

    So much for being able to freely host video without that annoying You Tube logo/bug in the corner of your original content.

    --
    This sig intentionally left justified.
  11. Aw. I really like Google vid's clean interface. by 88NoSoup4U88 · · Score: 3, Interesting

    I really liked Google vids clean layout, and served perfectly for putting up my (private/nonsearchable) testing videos for a game I am working on.

    A shame I have to resort to the cluttered YouTube interface, I hope they at least keep the 'private' option available.

    Don't get me wrong: I love YouTube when I want to randomly browse videos one after the other, getting appropriate links from the suggested videos: I just don't think it serves me well in publishing such a video (without resorting to implementing it in my site) with a clean interface.

  12. RTFA! Google Video Will Still Host Content! by pctainto · · Score: 5, Informative

    Google Video is not going away! All they're doing is adding YouTube results to the search results when you search Google Video. Their plan is to at some point incorporate other video websites so that Google Video is not just a place to view videos, but also the one place to search for videos.

    http://googleblog.blogspot.com/2007/01/look-ahead- at-google-video-and-youtube.html

    --
    I think my principles are reachin' an all time low
  13. NOT Too bad! by Prysorra · · Score: 2, Interesting

    YouTube *purposely* compresses video into a low quality FLV/flash video format before you ever see it. Don't lose all hope - YouTube might get better.

    In any case, I wouldn't be surprised if the videos from YouTube made available from the Google Search are higher quality - in fact, maybe even the original . After all, SOMETHING needs to attract visitors to the Google page!

  14. Re:Free vs paid by ubergenius · · Score: 2, Interesting

    You are correct, as long as the integration is well done, there will be no problem. And Google DOES have a good track record of integrating free and for-pay content in the same service. It just will be interesting to see how the transition from "100% free content created entirely by end-users" becomes "a mix of commercial generated for-pay videos combined with free user-generated videos".

    --
    Student Manager - Take control of your education!
  15. You're confusing things by brunes69 · · Score: 5, Informative

    You're mixing up several issues here.

    Firstly, posting a video on YouTube does not require any flash development at all. So the availability of FOSS flash development tools for POSTING is a non-starter.

    Secondly, YouTube supports a plethora of codecs, some of which are already FOSS. For example, I know they support XVid for a fact. Now, I know this is an MPEG4 based codec and is therefore patent-encumbered in some parts of the world, but IMO this has nothing to do with if it is FOSS or not. YouTube may already support FOSS codecs like Theora, Dirac and Tarkin, I don't know I have never tried. But frankly, it would not surprise me if they did, especially since they already support obscure formats like "Sega Video".

    The only FOSS-related issue, as far as YouTube goes, is the fact that you (supposedly) need a binary flash PLAYER to VIEW the content. I say "supposedly" because in actual fact, anyone can download the .flv file and use FOSS tools to transcode it to any format you want, including simply changing the container losslessly. Since these tools are already available, it would not be out of reach to envision a simple FOSS Firefox plugin that did this on the fly for YouTube and other similar sites.

  16. Quality Comparison by Hiroto.+S · · Score: 3, Interesting
    I like some of the feature of Youtube but I couldn't get the video quality I wanted from my iMovie created videos. Here is the report of my experiment I posted to Apple discussion forum (which sadly, nobody responded :-( )

    Export option for highest quality posting to Google video and YouTube

    They better do the switching after Youtube's quality is equivalent to GV. Also download feature is important for me too.

  17. We'll miss you, google video by heroine · · Score: 3, Insightful

    The nice thing about google video was that it worked and it was simple. You could resize the video arbitrarily. Unfortunately simplicity and functionality doesn't make money.

  18. Hope they include downloading by Paralizer · · Score: 2, Insightful

    I liked the Google video feature of downloading videos. Hopefully they will incorporate this in their integration of the two.

    For some reason on Linux, with 32bit Firefox and flash, the video/audio desyncs when watching videos on YouTube. So I normally try to find the video in question on Google so I can download and watch it with mplayer. Why YouTube didn't offer a download option, I'll probably never know, but Google seems to know exactly what users want and gives it to them; I can only hope they will continue with that for this project.

    On another note, it made more sense for the videos to take up most of the screen. Rather than YouTube's backwards approach of a video taking up 15% of the page, ads taking up 10%, and flamebait/troll comments from 12 year old kids. I only want to see the video (and maybe some ads so they can generate some money for the bandwidth its costing them), that's all we need.

  19. No, Google Video allowed 4X higher resolution by ebonkyre · · Score: 5, Informative

    GV allowed 640x480 with no size/length restrictions and no fee.
    YT maxes out at 320x240, with a 100MB/10min limit on free accounts.

    --
    "Time is an abstract concept devised by carbon-based lifeforms to monitor their ongoing decay." - Thundercleese
    1. Re:No, Google Video allowed 4X higher resolution by assassinator42 · · Score: 4, Insightful

      Plus, Google lets you download the original file (DivX/MPEG/whatever). I really hope they don't get rid of this. Google Video was a better video uploading site, it's just that YouTube is more popular and has more content.

    2. Re:No, Google Video allowed 4X higher resolution by dangitman · · Score: 2, Insightful

      It does? When I used the "download" option on Google, it just downloaded a link to the video, which would only play in Google's own video player. Useless.

      --
      ... and then they built the supercollider.
    3. Re:No, Google Video allowed 4X higher resolution by OfficeSubmarine · · Score: 2, Informative

      It depends on the operating system reported by the browser. Not sure about osx, but windows gets the download link, and linux receives an avi file. LInux wins on that because google didn't feel like putting the resources into making a linux compatible player.

  20. Google-fu by goarilla · · Score: 2, Informative

    since google is the biggest web index in the world
    wouldn't SEARCHTERM ext:(avi | wmv | asf | mov | ogg | ogm | mp4 ) already
    give you the most video results on this big blue rock in the sky
    while searching for things like that is kinda unusual for many users
    google video could be a front-end for just that

    anyway i like this initiative, because it do think it won't be the easy front-end i just subscribed
    and i endorse it since youtube does a better job at providing web based video than video.google imo
    their flash player just kicks video.google's player 'mivonks': i never seem to be able to seek in video.google and it doesn't seem to ... keep downloading data when the player is paused

    the former is a necessary feature since recently my cpu cooler is seems to be dying so i have to pause regularly to lower the temps from time to time
    and the fact that it keeps downloading enables people with slow or irregular downloads to enjoy a movie as well.
    this could simply be the best of both worlds and that would be awesome

  21. I like Google Video Interface but ... by bismark.a · · Score: 2, Informative

    It misses out on some important features. 1. Favourites. Why on earth did they not add this to Google Video? Of course people can book mark favourites on their browser, but not everybody carries Google Firefox Extension to synchronize bookmarks everywhere. And this could have given clearer picture about popularity of video contents too. 2. Hide Stuff, instead of view fullscreen. People do like to keep their desktops uncluttered. A button of keyboard shortcut or anything suitable to hide away the narrow right margin, instead of popping up a full screen would have been much more desirable. 3. Comments and labels were added very late. 4. No features to allow user to view history (Not even a frickin link to the GOogle Search history page), or organize use of Google Video content and features were provided. You tube has for instance, playlists (manipulatable, Gooogle Video only has automatic search playlist). 5. Search in Google Video was terrible. Most of the time I get totally unrelated video. Whereas, more often than not, viewing one item on YouTube, would almost in 80% of the cases, get you handy links to related content. You could be hooked on the site for almost entire browsing session. 6. Communities were better provided for in You Tube. Google Video does not have any community feel in Google Video. Although the minimalistic interface worked fine for Google Search Site, it does not work for Video content sites. The main reason is, one would spend about few minutes searching for stuff, but substantially much more viewing (or reading) content which they have searched. And that is something which needs more usable features.

  22. Retain closed captioning by awtbfb · · Score: 2, Informative

    Crud. I hope they retain Google's ability to play and encode closed captioning.