Slashdot Mirror


Firefox 3.5 Beta Boosts Open Video Standard

bmullan writes "Dailymotion, one of the world's largest video sites, announced support for Open Video. They've put out a press release, a blog post on the new Open Video site, and an HTML 5 demo site where you can see some of the things that you can do with open video and Firefox 3.5. (You can get the Firefox 3.5 beta here.) Dailymotion is automatically transcoding all of the content that their users create, and expect to have around 300,000 videos in the open Ogg Theora and Vorbis formats."

36 of 281 comments (clear)

  1. Other sites with support exist as well by g-to-the-o-to-the-g · · Score: 4, Informative

    There are some other sites which have had <video> support for a while now, such as omploader. It would be nice if some big sites like youtube get rid of flash too, but I'm not holding my breath.

    Disclaimer: it's my site

  2. Linux? by goldaryn · · Score: 4, Insightful

    Firefox 3.5 Beta Boosts Open Video Standard

    Well, bye bye karma... but..

    How is this a Linux story/Firefox story? It's a new HTML standard. All browsers will support it, eventually.

    1. Re:Linux? by Bake · · Score: 4, Informative

      Really, only Firefox? Because I could SWEAR it was working for me in Safari 4 with Youtube's HTML 5 demo site.

    2. Re:Linux? by RalphBNumbers · · Score: 3, Interesting

      Safari supports the HTML5 video tag, but doesn't include Theora support because Apple considers it a patent lawsuit magnet.
      Thus Safari users are shown better compressed, but definitely patented, h264 streams on those sites.

      IIRC some other WebKit browsers use GStreamer as the back end for their video tag support, and thus probably support Theora.

      --
      "The worst tyrannies were the ones where a governance required its own logic on every embedded node." - Vernor Vinge
    3. Re:Linux? by Anonymous Coward · · Score: 5, Insightful

      Safari supports the HTML5 video tag, but doesn't include Theora support because Apple considers it a patent lawsuit magnet.

      Ummm... Apple doesn't include it because it REALLY doesn't want a free video/audio codec becoming widely used.

  3. Yeah, screw you too by Anonymous Coward · · Score: 5, Insightful

    Opera has supported for a while now. Stupid site says I'm not allowed to open it cause I'm not using Firefox.

    Hmm, does this seem familiar to anyone?

    1. Re:Yeah, screw you too by yincrash · · Score: 4, Insightful

      If the site only needs HTML5 support, you should be allowed to view it with any HTML5 browser, rather than constricting it only to work with Firefox 3.5 beta.

    2. Re:Yeah, screw you too by cha5on · · Score: 5, Informative
      If you actually read TFA, you might have noticed

      Do other browsers support this HTML tag? Yes, but our code works best on Firefox 3.5 beta and is not yet optimized for other browsers. We would be happy to work more closely with developers from Webkit and Opera.

      Considering that the demo is intended to show what an emerging standard can do better than current ones, it's understandable that they want it to look the best it can, which means they're going to want people to watch it using the optimized platform and not something that's barely going to run their demo.

    3. Re:Yeah, screw you too by Xest · · Score: 4, Insightful

      That's not really the fault of Firefox or HTML5, it's the fault of the site, but really I do think HTML5 is indeed a step backwards.

      It reduces separation of the content and presentation layers and it increases parsing ambiguity by relaxing standards. Of course, ambiguity is bound to lead to a performance hit too, albeit perhaps rather small so may not really matter. This is really not great news as far as the web is concerned as it's exactly what we've been fighting against for the last decade with reasonable success - the web is certainly more portable and accessible now than it used to be.

      From what I've read previously of the HTML5 spec and comments surrounding it the idea is to make HTML development more accessible, but I'm not sure this is the right way to go about things. If we're going to increase the amount of people who can publish on the internet then a better option seems to be to improve the applications for doing this - whether they're web applications (i.e. Wordpress to Twitter to Facebook to MySpace) or whether we simply make better quality WYSIWYG desktop applications. If we do this on a spec that's better built for the real web developers - those who really need clear separation of concerns to ensure their sites are truly enterprise ready then we'll undoubtedly end up with a much better web.

      With tags like and so forth added it's meant to increase clarity, but really it doesn't, because ultimately it will never fulfil everyone's needs, someone will want or so on, this means they're back to something like

      meaning half your markup is in the div format and half not, or you could just ignore the feature but then effectively you may as well just carry on using XHTML anyway.

      Let web developers develop and let users use applications to publish - it's worked so well as many Web 2.0 successes have shown.

      Besides that there's also something that stinks about forcing a standard on the web too - open or not. I think I'd rather have market forces decide a standard over a small clique of people who have their own interests and agendas which may not necessarily be the best for the web overall.

      Standards should be lightweight, extensible and well defined, I would argued HTML5 is flawed in all of these areas, whereas with XHTML that is much less the case. HTML5 simply makes worse the very reasons we started to move away from HTML to XHTML in the first place.

    4. Re:Yeah, screw you too by i.of.the.storm · · Score: 4, Informative

      That's kind of misleading, since there is no such thing as an HTML5 browser as of yet. All the upcoming versions of browsers that aren't IE are getting support for parts of HTML5, but it would be incorrect to say that they are all equivalent. Especially in the case of the tag, they seem to do different codecs right now. Firefox does Theora, Safari and I think Chrome does h264, and I have no idea what opera does. I'm honestly not sure how this is a better situation than flash video players, at least until everyone decides to standardize on a common format. I guess the idea is that once all the dust settles, we'll have lower CPU usage and maybe nice things like videos being cached and/or easily downloadable, which flv doesn't do easily, but until then this isn't much of an improvement unless you're stuck on, say, 64 bit linux and can't get the flash plugin to work, but that's a really tiny edge case. Last I checked I could play youtube videos under 64 bit linux, so I'm not really sure what the advantages are.

      --
      All your base are belong to Wii.
    5. Re:Yeah, screw you too by sznupi · · Score: 3, Insightful

      So...you're limiting Opera to official/final releases but Firefox Beta is fine?

      How cute...

      --
      One that hath name thou can not otter
    6. Re:Yeah, screw you too by sznupi · · Score: 3, Insightful

      Yeah, it's simply exchanging browser monopoly for browser duopoly - previously we've had "best viewed in IE", now it's "...in IE & Firefox". No real progress at all.

      Posting from a place where Opera is quite popular (8.5% here, 31.6% in neighbouring country (yeah, more than Gecko - 24.5%); most countries in the region have less than 50% IE usage); trust me, browser-agnostic web is a much better idea.

      --
      One that hath name thou can not otter
    7. Re:Yeah, screw you too by zuperduperman · · Score: 4, Informative

      > That's kind of misleading .... All the upcoming versions of browsers that aren't IE are getting support for parts of HTML5

      Speaking of misleading - IE8 already supports parts of HTML5 and Microsoft have committed to support it "in full" in future versions. Can we tone the bias down a little?

    8. Re:Yeah, screw you too by ClosedSource · · Score: 3, Insightful

      Actually, no version of HTML is really suited for "web applications" but that's how we roll anyway.

      I'd love it if documents and web applications were really treated as "entirely different entities" (i.e. the only thing they'd have in common is the set of transport layers).

    9. Re:Yeah, screw you too by Locklin · · Score: 3, Insightful

      Considering that the demo is intended to show what an emerging standard can do better than current ones, it's understandable that they want it to look the best it can, which means they're going to want people to watch it using the optimized platform and not something that's barely going to run their demo.

      So, they intend to showcase an open standard by publishing something that only works on a single "optimized" platform??

      While I understand the pragmatism, it still seems odd.

      --
      "Knowledge is the only instrument of production that is not subject to diminishing returns" -Journal of Political Econom
  4. Styling the UI? by Chris+Pimlott · · Score: 4, Insightful

    How does the open video format handle styling the UI? One of the reasons sites love flash for video so much is that it gives them complete control over how the video is presented, e.g. available controls, positions, colors and themes to match the rest of the page, etc. Then you have the more intrusive things, like Youtube's overlay ads, text captions, and suggested videos after playback finishes.

    If open video means a widget that site owners have no control over, like Quicktime video embedding, then commercial site operators aren't going to be too keen on it.

  5. finally by delirium+of+disorder · · Score: 3, Interesting

    Thank flying spaghetti monster. Flash is the only proprietary software I use. I can't wait for in browser ogg theora support to take off, and the online video market to embrace it. As soon as I see it working, I'll delete my google video account and self-host all my videos.

    --
    ------ Take away the right to say fuck and you take away the right to say fuck the government.
  6. Theora has improved by tepples · · Score: 4, Informative

    The h.264 codec that is used to stream their content is far and away better than that Theora garbage format.

    The version of Theora that was in ffmpeg2theora 0.19 sucked. But Theora has come a long way since then, coming much closer to x264's fidelity.

    1. Re:Theora has improved by harryandthehenderson · · Score: 5, Informative

      But Theora has come a long way since then, coming much closer to x264's fidelity.

      You must have missed the retraction that was done when it was shown that they were calculating PSNR wrong for x264. Theora is nowhere near the quality of even a low-range h.264 codec.

      'Publishing' the graph like that drew well-deserved scrutiny and unfortunately our own data was also off (although by considerably less). ffmpeg had another bug we didn't know about which caused it to mishandle the colorspace on x264 output, so the x264 PSNR value was too low by 1-4dB. Greg fixed the error in the data collection and immediately set about collecting new measures:

    2. Re:Theora has improved by tepples · · Score: 4, Interesting

      You must have missed the retraction that was done when it was shown that they were calculating PSNR wrong for x264. Theora is nowhere near the quality of even a low-range h.264 codec.

      I read that part. VP3 was garbage, as was the alpha version of Theora included in ffmpeg2theora 0.19. But even the corrected graph shows that Theora has gone from garbage to only 3 dB behind x264.

      Sort of related, because a lot of people have DivX on their PC or in their DVD player: how does Xvid (an MPEG-4 ASP video encoder) compare to recent Theora and x264?

    3. Re:Theora has improved by harryandthehenderson · · Score: 3, Interesting

      I read that part. VP3 was garbage, as was the alpha version of Theora included in ffmpeg2theora 0.19. But even the corrected graph shows that Theora has gone from garbage to only 3 dB behind x264.

      Yeah, on one single clip using the default settings of x264 which hardly give the highest attainable quality.

      Sort of related, because a lot of people have DivX on their PC or in their DVD player: how does Xvid (an MPEG-4 ASP video encoder) compare to recent Theora and x264?

      Theora can't beat XviD and XviD is inferior to x264.

    4. Re:Theora has improved by BikeHelmet · · Score: 4, Interesting

      Theora can't beat XviD and XviD is inferior to x264.

      Nothing beats Xvid for low bitrates. (The bitrates which create ~350MB videos)

      It blurs more details than some other codecs, which lets it save on space and put more detail into important stuff.

      h.264 gets quite blocky well before Xvid does; mind you, it does a better job preserving details when a higher bitrate is allowable. h.264 is often the preferred format for raw video footage, since at high bitrates it comes remarkably close to totally uncompressed video. (which is usually too big to do anything with)

      For static content, VP7/VP8 are quite impressive, but VP3... not so much.

      A presentation with slides occasionally changing works wonderfully in VP7. It'll use a couple hundred kilobytes on the first frame, plus any frame where it suddenly changes, but aside from that it won't use much/any bandwidth. The result is a video that looks like a 32bit gif animation(perfect quality).

      On2's algorithms for figuring out which pixels changed are quite advanced; a 10 second video showing a slide was a couple kilobytes smaller than a 4 minute video showing the same slide... with x264 and xvid, I didn't get results like that even after spending a day tweaking everything.

      On2's encoder also automatically removes minor jitter/angle abnormalities, so if the camera was being held by a person, the difference in size will be even more pronounced.

      Too bad last time I checked, their encoder was single-threaded. I'm also betting "Superior codec for lectures." isn't the kind of endorsement they wanted. :P

  7. Why promote an "inferior" product? by bogaboga · · Score: 3, Interesting

    While I am happy to see that Mozilla and Firefox are setting the standards, let me remind readers that previous evaluations have found the Theora encoders inferior compared to contemporary video codecs. In particular, the reference Theora encoder has inferior picture quality and network frame rate control as of 2008.

    Ohh wait a minute...There is a Slashdotter who noted this as well.

    Frankly, it bothers me big time. Why not wait until the standard is "up to par" with the likes of Microsoft's Silverlight or Adobe's Flash?

    1. Re:Why promote an "inferior" product? by siDDis · · Score: 5, Insightful

      Theora is great for embedded devices like cell phones since it is "cheap" when it comes to cpu cycles. For top quality video, Dirac should be used. I wonder when Firefox, Opera or Konqueror will have native support for Dirac.

    2. Re:Why promote an "inferior" product? by Phroggy · · Score: 5, Insightful

      While I am happy to see that Mozilla and Firefox are setting the standards, let me remind readers that previous evaluations have found the Theora encoders inferior compared to contemporary video codecs. In particular, the reference Theora encoder has inferior picture quality and network frame rate control as of 2008.

      The important thing is that we move toward open standards, away from proprietary solutions, because open standards allow us to do more cool stuff with them.

      Remember RealPlayer? Remember all the bitching about what a piece of crap it was? People had to have it, even though it sucked, because a lot of content was only available in RealAudio format. Today, RealPlayer is all but gone, and you can play the same type of content using whatever software you like. Why? Because when Apple added Podcast support to iTunes, Podcasts suddenly became hugely popular, and virtually all of the content providers that used to offer only RealAudio now offer Podcasts instead. This means that users are free to choose whatever software they want, and competition will drive the software to improve.

      In the same way, if web sites move away from Flash video players to using HTML5's video tag, it will mean users will no longer be dependent on Adobe's plugin to access the content. Unfortunately we still have patent issues to deal with; Ogg is unencumbered, but better quality codecs will be supported by most browsers, and if we can get content providers to get used to the idea of making their video content freely available (instead of wrapping it up in Flash), there can be competition among codecs too.

      It's not a perfect world, but it's one step closer.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  8. Look up the controls attribute by tepples · · Score: 4, Informative

    If open video means a widget that site owners have no control over, like Quicktime video embedding, then commercial site operators aren't going to be too keen on it.

    HTML 5 Video states that a page can ask the user agent to show a built-in control widget (by providing a controls attribute) or hide it and provide its own widget that controls the video player through its DOM (by omitting the controls attribute).

  9. Re:Question by harryandthehenderson · · Score: 4, Insightful

    I would assume that most users would prefer not to have to download Flash plugins..

    Most users are probably more inclined to download the flash plugin that happens automatically for them versus downloading a whole new browser to get HTML5 video tags to work.

  10. Sometimes worse is better by tepples · · Score: 4, Insightful

    In particular, the reference Theora encoder has inferior picture quality and network frame rate control as of 2008.

    But as of 2009, Thusnelda is coming soon. The Thusnelda encoder has already fixed some of the problems that Theora inherited from On2's VP3, thanks in part to the flexibility that Xiph added to the Theora bitstream format. Sure, it's still inferior to x264 (50% bigger rate for same distortion as of about a month ago), but it's improving.

    Why not wait until the standard is "up to par" with the likes of Microsoft's Silverlight or Adobe's Flash?

    Because sometimes worse is better. For example, worse can be better because it's Free and thus more available for deployment on devices other than PCs.

  11. Widespread adoption and annoying ads are over. by GreatBunzinni · · Score: 4, Funny

    As soon as major sites such as youtube adopt this standard and drop that PoS adobe flash then flash will be practically relegated to crappy early 90s sites and annoying ads, which means that removing the flash plugin from any system will vastly improve your web experience. Good riddance.

    --
    Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
  12. The video tag has a fatal flaw - codecs by AndrewStephens · · Score: 4, Interesting

    The video tag is great, but it has a fatal flaw (actually two fatal flaws, but one is much more important.) The attempt to standardize on a single codec was correct, but now that it has failed the video tag becomes much less useful. At least with flash you can host a video and be sure that most of your audience will be able to view it. With the video tag, even when browsers that support it become widely available, which codec do you encode the video in? Already the browsers are going in different directions, with Safari using Quicktime to play h.264.

    Hopefully it gets sorted out soon. Personally I would like to see h.264 adopted if the licensing issues can be sorted out.

    I blogged about this issue a couple of days ago, if anyone is interested in a longer version of this comment.

    (The other fatal flaw is that the video tag makes it easy for people to download the original video file - something none of the big content providers want. Yes, everyone knows how to do this with Flash videos, but the illusion of content protection is there.)

    --
    sheep.horse - does not contain information on sheep or horses.
  13. 3 dB by ivoras · · Score: 4, Insightful

    The meaning of "3 dB" is "twice". Decibels are a logarithmic system, used for two reasons: 1) because for large & weird systems it's easier to say "120 dB" then "a trillion" (of course, this works in certain sciences only), and 2) because our sensitivity to light, sound and probably other sensory input is logarithmic so yes, "3 dB" taken in this context can intentionally be parsed as "small". But for pre-set algorithms (i.e. made to a predefined spec), "two times" is actually a lot of space to fuzz over. You can only do so much before you need to change the very spec that makes Theora - Theora.

    --
    -- Sig down
    1. Re:3 dB by yo_tuco · · Score: 4, Interesting

      it's easier to say "120 dB" then "a trillion"... " Then why not say 12 bel instead of that big 120 dB number?

    2. Re:3 dB by timq · · Score: 5, Informative

      3 dB is a factor of ~ 1.41 times.

      A factor of two is 6 dB.

    3. Re:3 dB by Anonymous Coward · · Score: 5, Informative

      Depends on what your working with. Just straight amplitude, 3dB = double. If you're working with power, then 6dB=double.

      But.. audio uses the amplitude scale.

      What does dB even mean in this context?

  14. Eye of the Beholder by Sloppy · · Score: 3, Insightful

    [smarmy]An objective evaluation of H.264, VP6 and WMV9 show that they are still not as free as Theora. While we hope that these codec's patent holders will continue to work on this defect and catch up, as of 2009 it is still premature to say that any of them will ever be "up to par" with Theora, which totally stomps those other codecs in all freeness tests. Why promote an "inferior" product?[/smarmy]

    Now for a little less smarminess: we're talking about interchange formats, used on the fucking internet where you don't know what OSes and archs either side is using. I know Theora is portable to everything and usable by everyone. I don't know about those other codecs. If you want to use WMV9 for your internal security camera, that's totally fine, but on the internet how could something like that be useful? What's the use in serving video in a format that people can't play? Theora doesn't have that problem.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  15. Re:Major Typo in the Article Title by Mystra_x64 · · Score: 3, Informative

    Safari and Opera are implementing this too. However article itself is too "Firefox hyped". Opera started playing with long before Firefox, AFAIR.

    --
    Quick way to get 30% Funny 70% Troll: defend Opera browser on /.