Slashdot Mirror


Microsoft Announces VP9 Support For Edge

An anonymous reader writes: As noted by some a few days ago, Microsoft has started development on new multimedia container and codec support for Edge. Over on the Edge development blog, Microsoft has now officially announced that "WebM/VP9 support is now in development in Microsoft Edge. VP9 is an open source codec that offers efficient compression to stream HD content at lower bitrates, and is well suited to UHD streaming. Initial support for VP9 will be available in Windows Insider Preview builds soon. This is part of our continuing effort to expand codec offerings in Windows. We continue to evaluate other formats and look forward to receiving feedback as we work on implementing them."

55 comments

  1. Re:Embrace - Enhance - Extinguish by Z80a · · Score: 0

    This time they're most likely being pressured by youtube and the demise of flash to support it, so will be more a case of "supporting the next jpeg" than embrace/extend/extinguish.
    Of course, they still can put support to embedding it into word documents just the right way it breaks on open office etc.., so not a complete loss for the evil side.

  2. Another year, another video codec by Viol8 · · Score: 1

    Just stick with a standard please. An extra few percent compression or whatever for certain specific video types in one specific browser is an irrelevant waste of time. Use your programmers effort for something more productive please MS. Bug fixing would be a good start.

    1. Re:Another year, another video codec by Anonymous Coward · · Score: 4, Informative

      Just stick with a standard please.

      Better, royalty-free video compression than H.264 can offer is needed. VP9 will deliver it today and the codec developed via NetVC and the Alliance for Open Media (of which Microsoft is a member) will deliver it tomorrrow.

    2. Re:Another year, another video codec by Narcocide · · Score: 1

      I miss when Theora was cool too. :(

  3. Re:Embrace - Enhance - Extinguish by Anonymous Coward · · Score: 0

    Shhh, Microsoft is lead by Satan. Well all know it to be true, continue the crusade, /. against anything tangentially related to Microsoft for all of eternity! The battle shall not stop ever, we will be victorious through the halls of infinity!

  4. VP9 - good for static video, shit for realtime by NotInHere · · Score: 4, Interesting

    VP9's main difference to VP8 is that it had a massive tradeoff between better compression, and worse encoder performance. This makes VP9 good for static video sites like youtube, but very bad for realtime applications like video chats/conferencing where you encode only once.

    VP9 with webrtc is pointless, microsoft knows that. And the war over HTML5 video formats is already lost to H.264. Nobody wants to store and provide videos in two formats, even though all browsers support one.

    If they actually want to support open codecs, they should add VP8 to webrtc, or their custom generalized NIH of WebRTC.

    1. Re:VP9 - good for static video, shit for realtime by Anonymous Coward · · Score: 2, Insightful

      If they actually want to support open codecs

      Microsoft supports Opus because they have IP in it via their purchase of Skype. And Microsoft has joined the Alliance for Open Media to participate in the development of the video codec to follow VP9, which will be built from the best features of Thor, Daala, VP10 and whatever anyone else brings to the table.

    2. Re:VP9 - good for static video, shit for realtime by NotInHere · · Score: 1

      Microsoft has IP in linux as well, still they have no native support for ext4.

    3. Re:VP9 - good for static video, shit for realtime by Anonymous Coward · · Score: 0

      And yet they contribute to Linux development. Tricky to keep up with, isn't it.

    4. Re:VP9 - good for static video, shit for realtime by NotInHere · · Score: 1

      That's what I mean.

    5. Re:VP9 - good for static video, shit for realtime by Merk42 · · Score: 1

      Microsoft has IP in linux as well, still they have no native support for ext4.

      ...and if they did support it, people would complain that it was a case of EEE.

    6. Re:VP9 - good for static video, shit for realtime by Anonymous Coward · · Score: 0

      And the war over HTML5 video formats is already lost to H.264.

      That war isn't over and it will never be, since new formats are being developed.
      H.264 is already (slowly) being replaced by newer formats. Hopefully free/open ones will prevail.

    7. Re:VP9 - good for static video, shit for realtime by Anonymous Coward · · Score: 0

      Mostly because it would only be licensed under GPL2,therefore MS could put code in to Linux to support MS's ability to implement Ext4, and then patent it, killing Linux by demanding a patent license for any Linux system that connects to the MS ext4 partition (if not the mere ability to do so).

      If it were GPL3, this would not be any possible problem (as far as lawyers have managed to bend the intent of the law around the words of the law so it means something else).

    8. Re:VP9 - good for static video, shit for realtime by Anonymous Coward · · Score: 0

      No one really gives a shit about EXT4 except neckbeards who enjoy throwing caution to the wind.

    9. Re:VP9 - good for static video, shit for realtime by roca · · Score: 1

      > Nobody wants to store and provide videos in two formats.

      No, there is an opening for another format with significantly better compression. Youtube serves H.264 and VP9. Netflix serves H.264 and wants to support another format (hence they're in AOM).

  5. Re:Embrace - Enhance - Extinguish by jellomizer · · Score: 1

    Yawn!
    Microsoft isn't the same powerhouse as it was a couple decades ago. Having their product lines eroded away over the past decade, leaving Windows and Office as their big ticket items, and still an ecosystem were previous bread and butter customers (the general consumer market) knowledgeable about alternatives and less afraid to switch. Failure in trying to get a strong foot hold in the mobile field, degrading use in desktop. Microsoft has more or less been switching to a B2B model, because the business men are the last best group of people to market for, high Ego's (which can be manipulated), high Money (where they can pay big bucks), and are at the age where they feel nostalgic of the time period where Microsoft was the king.

    I doubt we are going to see EEE in Microsoft for a long time, especially in the consumer market. As they are just trying to get people to use their products again.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  6. Re:Embrace - Enhance - Extinguish by Z80a · · Score: 1

    Even satan have to play nice sometimes to get his victims.

  7. Re:Embrace - Enhance - Extinguish by Dutch+Gun · · Score: 4, Insightful

    I think they're being pressured by the unreasonable financial demands of the h265 patent pool. Do you recall how MS was one of the partners in the effort to develop an alternative freely usable video codec, along with a number of other big names - Google included? In light of this, Microsoft has every incentive to encourage the broad use of freely available codecs.

    At the moment, VP9/WebM is available, so they'll start with this. As soon as their h265-competitive code is ready, they'll add support to that as well. MS is no longer in a position to screw around with standards.

    --
    Irony: Agile development has too much intertia to be abandoned now.
  8. VP9 is a video coding format, not a codec by thue · · Score: 1, Informative

    > VP9 is an open source codec

    No, VP9 is a video coding format. A program which can decode data in VP9 format is a "codec".

    Similar to how the C Programming Language is not a compiler.

    1. Re:VP9 is a video coding format, not a codec by Anonymous Coward · · Score: 0

      I wish you all the best and good luck with your world view.

    2. Re:VP9 is a video coding format, not a codec by Anonymous Coward · · Score: 1

      A program which can decode vp9 is a decoder

      a codec is the set of encoder/decoder, either when we are talking about the algorithms used, an instance of them, the standard, etc

      in common parlance the word 'codec' is used instead of 'decoder'

      i would expect more strict use of terms on /.

    3. Re:VP9 is a video coding format, not a codec by Narcocide · · Score: 0

      I wish you would shut the fuck up. How does that make you feel?

    4. Re:VP9 is a video coding format, not a codec by Anonymous Coward · · Score: 0

      You must be quite a hit with the ladies.

    5. Re:VP9 is a video coding format, not a codec by NearO · · Score: 1

      That kind of implies that there are specs available for VP9 that I could go and implement independently from the original implementation. However at the WebM website, I can only find a "bitstream guide" for VP8.

      Since you made that claim, I am sure you will be able to point me at the specs or at least a "bitstream guide" for VP9?

      --
      foldl1' (\ a f -> (f =<<) . a) fs
    6. Re:VP9 is a video coding format, not a codec by NearO · · Score: 1

      Oh, I found a draft. It's still just a "bitstream overview", but it's something.

      --
      foldl1' (\ a f -> (f =<<) . a) fs
    7. Re:VP9 is a video coding format, not a codec by Anonymous Coward · · Score: 0

      Successful?

  9. What is Edge, some new phone? or Win11? by Anonymous Coward · · Score: 0

    Details, bitte.

    1. Re:What is Edge, some new phone? or Win11? by Narcocide · · Score: 1

      Its just IE12. They changed the name in an attempt to ditch the stink of earlier versions of IE.

    2. Re:What is Edge, some new phone? or Win11? by Merk42 · · Score: 1

      IE12 in only that it's what Microsoft is working on after (deprecating) IE11.
      It's a different fork, that's why Windows 10 can have both IE11 (for shitty legacy sites) and Edge (for everything else) installed.

    3. Re:What is Edge, some new phone? or Win11? by Billly+Gates · · Score: 1

      Edge is a very good browser and I give MS kudos since IE 6 was left to rot.

      Remember Firefox was once Netscape which was worse than IE 6 back in 2001!

      Edge removed lots of crud which prevented IE from being agile to catch up to Chrome and Firefox. IE 11 FYI was ok. Not great but meh it worked with minimal work arounds if at all compared to the absolute nightmare of its early cousins.

      Edge does lack plugins which in Threshold 2 will have a Chrome API to use adblockers and other plugings to be ported over. Give it a try on WIndows 10 and benchmark it. You maybe surprised.

  10. Re:Embrace - Enhance - Extinguish by Anonymous Coward · · Score: 0

    I think they're being pressured by the unreasonable financial demands of the h265 patent pool

    And because there are two, separate patent pools for H.265 from which Microsoft needs to buy two, separate patent licenses. There are also rumours that a third patent pool for H.265 is forming. The licensing for H.265 is a mess. It's so much easier to go with royalty-free video and audio for the web, which is what Microsoft seems to be doing.

  11. Re:Oh good. by Anonymous Coward · · Score: 0

    > Things I can no longer do in Windows 10 without third party software:

    - Press a key on my PC, or move the mouse, without Microsoft stealing the data.

    - Store private data.

    - Switch the bloody thing on without Microsoft spying on me.

  12. A Toyota isn't a car by Anonymous Coward · · Score: 0

    A Toyota isn't a car. It's the brand name of the manufacturer. The actual car is made of metal and plastic.

    1. Re:A Toyota isn't a car by thue · · Score: 1

      A Toyota is a type of car. A video codec is not a type of video coding format. Your bad example suggests that you have missed the point.

    2. Re:A Toyota isn't a car by drinkypoo · · Score: 1

      A Toyota is a type of car.

      A Toyota is not a type of car, it is a brand of car. They make several types of car, which are represented by specific models. Put the automotive analogy down, and back away.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  13. Re:Embrace - Enhance - Extinguish by jabuzz · · Score: 1

    Add to this that Microsoft are probably not making any money or at the very least any significant amount of money on H.264 royalties then royalty free video and audio all of a sudden becomes a very attractive proposition.

    I would however note at this particular point in time that there is very little time left on the MP3 patents (if any at all depending where you are could be as little as 14 days at this point or as much as 27 months), and that bandwidth and storage for even high bitrate MP3's are essentially negligible. A go to free audio codec with near universal support if you ask me.

  14. Oh dear. by Anonymous Coward · · Score: 0

    Well, you have selected your opinion based on what YOU think is a disaster. Apparently so as to insist it isn't MS's fault.

    GNOME3. Not linux. A DE. And only one of many scores. Compare and Contrast with iOS or Metro. If Gnome3 is a disaster, it's one all of them have entered into, so not even the fault of the linux ecosystem or FOSS in its entirety.

    Firefox3. See above.

    Systemd. This one is RedHat's fault, and what THEY are doing is making Red Hat more like Windows from a vendor and "trained RH engineer" POV. It isn't necessary, but it's getting harder not to use it. And that's mostly because of RH and the pointlessness of anyone trying to not use it in the face of LP's EEE strategy to ensure you pay a horrible price for apostasy.

    OpenSSL runs on windows. So it's not Linux. See FF/GNOME

    What about OpenDoc? C.f. MSOOXML that not even they themselves supported. Invented solely to ensure that they could continue the government contracts, deny them to OOo, and not have to do a damn thing to change.

    What about the millions in "Linux" patent licensing from MS's shakedown?

    What about the refusal to support omitting DRM from HTML5? What about lobbying to put it IN?

    Selecting things YOU don't like about something using linux that don't involve MS doesn't prove MS isn't fucking Linux over like a wife beating psychopath.

    1. Re:Oh dear. by Anonymous Coward · · Score: 0

      Good to know "Goal post mover" hasn't been affected by Microsoft.

    2. Re:Oh dear. by Anonymous Coward · · Score: 0

      That would only be a goal post move if the conversation were about what non-MS disasters had happened. This was trying to say that none of the problems facing Linux (and linux alone, else it's not a Linux disaster) were MS's fault.

      MSOOXML is CURRENTLY affecting Linux as much as GNOME3's disaster was. MS products run on MS OS. A corporate MS product needs a license manager and that will want MS OS licenses and expect an MS network management, so more MS OS licenses. And the incremental cost after the license server, the MS licenses for necessary MS networking, the per-seat increment is very small. And you don't need to know two or more OSes. And one of them HAS to be MS.

      MS's patent shakedown is CURRENTLY affecting linux.

      So, no, no goalpost shift because the goal posts were NOT "Which disasters were not MS caused", but whether any disasters affecting Linux in the last 5 years were MS's fault.

    3. Re:Oh dear. by Anonymous Coward · · Score: 0

      That would only be a goal post move if the conversation were about what non-MS disasters had happened.

      In fact, the damage has been self-inflicted by those within the open source community!
      Microsoft wasn't responsible for {lists projects}

      Yes, why would anyone think the discussion was about non-MS disasters.
      the goalpost move was "Well, you have selected your opinion based on what YOU think is a disaster."

      Basically, did Microsoft have a hand? Disaster!
      Were they not involved at all? Doesn't count as disaster.

  15. good and bad... by Anonymous Coward · · Score: 0

    Good to see they are getting into the game....too bad the 'edge' browser is a piece of crap that I never use...part of the fairly lame windows 10 which I have only upgraded to on one of my 9 computers...and am now waiting for windows 11 before anything more happens.

    1. Re:good and bad... by Billly+Gates · · Score: 1

      Good to see they are getting into the game....too bad the 'edge' browser is a piece of crap that I never use...part of the fairly lame windows 10 which I have only upgraded to on one of my 9 computers...and am now waiting for windows 11 before anything more happens.

      Edge is is not a piece of crap. It also is getting more HTML 5 support in Threshhold 2 aka update 1 coming out around Halloween for WIndows 10 and will have a Chrome API for extensions including adblock.

    2. Re:good and bad... by squiggleslash · · Score: 1

      Edge is a piece of crap. It's slow. It's buggy. It's not touch friendly (the Metro version of IE11 in Windows 8.1 was actually the gold standard there, too bad they removed it in Windows 10), and it has to hand over to other browsers to render "legacy" content.

      Saying "Yes, but it supports standards" doesn't make it good, it just means it supports standards. Whoopidoo.

      --
      You are not alone. This is not normal. None of this is normal.
  16. Re:Open source hurts itself more than MS ever coul by Anonymous Coward · · Score: 0

    Do we really know they haven't had a hand in any of this?

    They seem to have a history of paying shills to post comments and they have a well documented habit of of Tojan Horsing their own people into influential positions among their competitors. Look what Miguel de Icaza did for gnome, silverlight & OOXML and what Stephen Elop did for Nokia.

    There almost certainly are more of them.

  17. Now THERE is a goalpost shift! by Anonymous Coward · · Score: 0

    "Basically, did Microsoft have a hand? Disaster!
    Were they not involved at all? Doesn't count as disaster."

    Nope. Either you made that up or you're trying to change it to that.

    The latter would be a goalpost shift. The former just plain-ass wrong.

    GNOME3 is not a linux only disaster. Metro and iOS indicate the same "design" decisions are a disaster in all three camps.
    OpenSSL is not a linux only disaster. It's available on other platforms. I wouldn't call this one a disaster either.
    systemd is a linux disaster, if you really hate the systemd EEE spread. But so what? Finding one that isn't doesn't prove none are MS created or fermented disasters.

    MSOOXML *is* a disaster to OOXML (see, if this isn't counted as a MS-created disaster, then neither is OpenSSL or FF3 a linux disaster)
    Patent shakedown *is* a disaster to Linux. The threats continue and the unjust increase of the cost of doing business WITHOUT MS hurts anyone NOT MS. Such as Linux.

    If we have two that ARE MS created, we have MS created disasters.

    If we only have one, then the OP came up with at least two and probably three things that weren't Linux disasters.

    In the latter case,we're 1 for 1. Rather different from the claims of the OP (you?) that none of them are MS's fault.

  18. Re:Embrace - Enhance - Extinguish by LifesABeach · · Score: 1

    And in an unrelated news event, Sun Rise today was at 6:31am.

  19. Re:Embrace - Enhance - Extinguish by Dutch+Gun · · Score: 1

    A go to free audio codec with near universal support if you ask me.

    Opus, which is used in VP9, is a substantially superior codec. It's also open source and royalty-free. Any software or device would need to add support for this new video codec anyhow, so there's no good reason to saddle yourself with an older, inferior audio codec for compatibility reasons.

    --
    Irony: Agile development has too much intertia to be abandoned now.