Slashdot Mirror


Opera Supports Google Decision To Drop H.264

An anonymous reader follows up to yesterday's Google announcement that they would drop H.264 support from Chrome. "Thomas Ford, Senior Communications Manager, Opera, told Muktware, 'Actually, Opera has never supported H.264. We have always chosen to support open formats like Ogg Theora and WebM. In fact, Opera was the first company to propose the tag, and when we did, we did it with Ogg. Simply put, we welcome Google's decision to rely on open codecs for HTML5 video.'"

9 of 336 comments (clear)

  1. Everyone else uses H264/MPEG4 by cpu6502 · · Score: 5, Interesting

    It would be very strange indeed if, in year 2020, radio is using this codec and television is using this codec and cable is using this codec and DVRs are using this codec and Blurays are using this codec...... but the internet did not. The web would be the odd man out.

    --
    My AC stalker: " I personally agree with your posts most of the time, but that won't keep me from modding you troll"
    1. Re:Everyone else uses H264/MPEG4 by MtHuurne · · Score: 5, Insightful

      How relevant will TV, radio, Blu-ray etc be in 2020? CD sales are already being replaced by digital downloads and while a lot of people continue to listen to the radio, they often do so by streaming it over the net. I see no reason why the future would be different for video.

  2. Bad research.... by gQuigs · · Score: 5, Informative

    The article ends with, "It will be interesting to see if major browsers like Firefox, Internet Explorer and Safari will follow the suit and drop support for H.264."

  3. Re:Sad news for the web by Jugalator · · Score: 5, Informative

    Why would it "probably" be as patent encumbered as h.264? Google claims no patents at least, so that would in this case be if it's too similar in some regard to MPEG LA patents. But if we are to dismiss codecs on the basis of pessimistic probably's, we won't approve a single modern video codec at all. What matters is that the format has, after scrutiny of the FSF, been endorsed, that Google has irrevocably released all patents of VP8, and that there are signs that On2 made an effort to avoid MPEG LA patents in designing the format. It doesn't really get much better than that. We'll always have the doubters, the pessimists, but we can't base decisions on possibilities, only facts. At least in a world that is moving forward as quickly as the IT world.

    --
    Beware: In C++, your friends can see your privates!
  4. Since when do we listen to Oprah about this? by Anonymous Coward · · Score: 5, Funny

    She should stick to getting her TV channel up and running, and not meddle in the technical details of how the video is encoded and viewed.

  5. Re:Sad news for the web by Kjella · · Score: 5, Insightful

    Every time this comes up the meme is that they're waiting for someone with deep pockets to sue. Well, Google has extremely deep pockets. If Google can use it with impunity without getting sued, you can be sure this is nothing but patent FUD. And if Google is sued, well at least there will be a real trial on the validity of the patents. Either way there's no reason for Opera or Mozilla or anyone else not to join in as long as Google leads the flock.

    --
    Live today, because you never know what tomorrow brings
  6. Re:I wish.. by Shikaku · · Score: 5, Informative

    Because then you'd have to pay money to use Firefox in 2014 with h264 support, and Firefox would violate the GPL unless you paid. It would also segregate those that paid and those that did not.

    Remember the time when you had to pay money to buy a browser? 15ish years ago?

    Citation:
    http://www.streaminglearningcenter.com/articles/h264-royalties-what-you-need-to-know.html

    According to the “Summary of AVC/H.264 License Terms,” which you can download from the MPEG LA site (www.mpegla.com/ avc/avc-agreement.cfm), there are no royalties for free internet broadcast (there are, however, royalties for pay-per-view or subscription video) until Dec. 31, 2010 [extended to 2014]. After that, “the royalty shall be no more than the economic equivalent of royalties payable during the same time for free television.”This makes royalties payable for “free television” the best predictor of where internet royalties will stand in 2011. Under the terms of the agreement, you have two options: a one-time payment of $2,500 “per AVC transmission encoder” or an annual fee starting at “$2,500 per calendar year per Broadcast Markets of at least 100,000 but no more than 499,999 television households, $5,000 per calendar year per Broadcast Market which includes at least 500,000 but no more than 999,999 television households, and $10,000 per calendar year per Broadcast Market which includes at 1,000,000 or more television households.”

    This isn't just free as in beer, it's free as in free of cost.

  7. Re:Sad news for the web by lingon · · Score: 5, Insightful

    So your solution is that we should go with the 100% patent encumbered codec instead? I fail to see how this solves the problem. With WebM, at least we have the possibility of a free and open solution.

  8. Re:I wish.. by VortexCortex · · Score: 5, Interesting

    I wish software developers would stop playing politics with software and just deliver products that work

    what part of the word 'politics' didn't you understand?

    ::sigh:: I write free software, for free. While I try to "just deliver products that work" by ensuring cross platform compilations work, and adding features users request, I am not always CAPABLE of complying due to patents.

    I was going to add support for H.264 encoding and decoding to one of my projects, but I simply can't afford the license fees or to charge the users for each copy.

    So, I'm faced with -- use external libs which is not exactly "just works" if you don't have the lib installed, eh?

    For the video conference feature I chose to write my own codec to avoid all these "politics", sure, it's re-inventing the wheel, but screw it, I want my product to just work...

    As it turns out, H.264 and other codecs have patented such obvious solutions that my "clean room, from scratch, never have looked at any other codec source" code infringes upon H.264 patents...

    It would be great to just say, "Hey, I wrote all this code myself, it just works, everyone can use it for free", unfortunately, patents prevent me from doing so.

    Don't blame the developers. The users aren't willing to foot the legal bills and chance getting sued by Apple, MPEG-LA, etc, neither am I. Software Patent's Suck!