Slashdot Mirror


Xiph Releases Ogg Theora Alpha-3

ArcRiley writes "For more than a year Xiph hackers have been working on Ogg Theora, an improved version of On2's VP3 video codec. Alpha-3 includes several bitstream changes, VP3 to Theora "upgrade" utilities, and is now supported by Xine, MPlayer, and Real's Helix Player. We're nearing Beta-1 where the format will be frozen, fully documented, and it'll be ready for everyday use."

17 of 196 comments (clear)

  1. Release Notes by Anonymous Coward · · Score: 5, Informative

    I'm happy to announce at long last the release of theora alpha 3. This incorporates all the bitstream changes we wanted to make both for future encoder improvements and to permit lossless transcode of VP3 content. This is an important milestone for us on the road to a stable release.

    As this is an alpha release we are again providing sources only. See the files section of downloads. This version requires libogg 1.1 or later and libvorbis 1.0.1 or later.

    Also new in this release are a set of experimental tools in the win32 directory contributed by Mauricio Piacentini. This includes a transcoding tool for avi-encapsulated vp3 video which also works on linux.

    We hope to not make any further incompatible bitstream changes, but this is still alpha code. Don't use this for content you're not ready to re-encode!

    Thanks to everyone who contributed!

  2. Re:I've never really understood... by AndroidCat · · Score: 4, Informative

    I notice that the CBC's Quirks and Quarks radio show supports Ogg. Figures that a science program would be clued-in on latest developments. Hopefully the rest of the CBC will catch up--they still only offer the Big Ugly Three (and sometimes only Real).

    --
    One line blog. I hear that they're called Twitters now.
  3. Re:DivX popularity by alex_tibbles · · Score: 3, Informative

    VP3 was meant to be a Real-killer, rather than a movie format - streaming. How does DivX work at very low bitrates? Is it acceptable at modem speed? Does it stream well?

  4. Re:Another standard that probably won't get embrac by Moonpie+Madness · · Score: 3, Informative

    Great, sad, point. But remember that as these devices get more complex, the time when some smart fella or lady throws linux on it get more near. Eventually, it won't matter that The Man doesn't support OV. As technology improves, the open source community has more places to innovate and use the best compression music among other things. It's only because of open sourcers creating such things as OV that arent the most useful now that we will ever have hope of such things being useful ever. I'm just glad they are ironing out wrinkles before I need their stuff to work.

  5. Re:Getting Old... by 0x0d0a · · Score: 4, Informative

    Xiph is a group (I believe European or something to get the odd-to-my-USian-ear names) that puts out codecs.

    Ogg is a wrapper format that they put out. It serves much the same purpose as QuickTime, AVI, or ASF does. One wraps it around an encoded stream of audio or data. Currently, Ogg is mostly commonly used to contain audio data encoded with the Vorbis codec, which is notable for tending to sound better than MP3, being patent-free and having a completely free implementation for anyone to use.

    Theora is a video codec also put out by Xiph. It is based on an older, originally proprietary video codec that was donated to the Xiph project. I'm not sure how it measures up to existing video codecs.

    Alpha-3 is, I think, pretty self-explanatory to a developer. It's an alpha release, so the developers are leaving open the possibility that they will make large changes (unlike beta software, where the software should be considered ready, and only lacks feedback from a broad base of people). It is the third alpha release.

    Oh, yes. I love the Far Side strip about Ginger. Remember, though, that saying "awk", "sed", or "grep", which sound quite reasonable to people on Slashdot, sounds absolutely bizarre to most folks.

  6. Re:Another standard that probably won't get embrac by Anonymous Coward · · Score: 5, Informative

    My Rio Karma works just fine with Ogg. In fact, all I have on the thing is Ogg.

    It works incredibly well, and with 20gigs for $250 shipped, and a Java-based interface program (which runs on FreeBSD and Linux), I'm very happy with it.

  7. Re:Another standard that probably won't get embrac by Singletoned · · Score: 4, Informative
    The Neuros Audio Player supports Ogg, has a 20Gb hard disk, Linux version of its software and is only $200. You couldn't really ask for more, but if you did want to ask for more they also have a very active community forum and listen to your suggestions and stuff.

    You are right that the 'brand names' don't support these formats very well. This is why you should probably look past the brand names and check out the little guys...

  8. Re:DivX popularity by MS_is_the_best · · Score: 4, Informative

    Although the code of Xvid of xvid is GPL, XviD is still an ISO MPEG-4 compliant video codec. That means that the patent holders of MPEG-4 can still demand a fee for its use.

    Theora doesn't have such limitations.

  9. Re:DivX popularity by cozziewozzie · · Score: 4, Informative

    Xvid is Free Software, but it's an implementation of MPEG4, which is patent-encumbered. It's the same reason that Ogg Vorbis is seen as the champion of free music, although there are GPL MP3 encoders.

  10. Impressive! by Maljin+Jolt · · Score: 3, Informative

    I have a positive feeling about Ogg Theora. Three days ago I installed binary only DivX for linux (closed source), and I am not very happy about it. I want video codec at top performance, optimized for CPU and maybe even 64bit platform later this year, not a 32bit binary pentium-only crap with possible vulnerabilities.

    --
    There you are, staring at me again.
  11. "Beta" definition vs Alpha/1.0 release by ArcRiley · · Score: 4, Informative
    What they're doing now is adding fields to the various headers for flexibility down the road. One example of this is that, unlike VP3, each frame can have more than one quality setting (so that large sections of black/etc won't use the same bandwidth as the hero waving the light sabre).

    These things are not implemented yet, and will probobally not be useable on earlier Beta releases either, but as of Beta-1 the bitstream will not change in future-compatable ways. That is, while some optimisation fields won't be supported yet, no new fields will be added. Future players will always be able to play media encoded by the Beta releases. The same is not true for movies encoded with the Alpha libraries, so Beta-1 is really the first point where it should be used for distributed movies.

    The 1.0 release will include support for atleast decoding these optional fields, it'll likely use them all too for encoding, and should be considerably higher quality than the VP3.2 codec from which it started with. It'll always, however, be able to upgrade VP3.2 media to Theora and, again, always be able to play media encoded with the Beta releases.

  12. Re:Whatever happened to Tarkin? by hsoom · · Score: 5, Informative
    From the Theora FAQ:
    Q: What about Tarkin?

    A: Tarkin is essentially a proof-of-concept wavelet-based codec. Its experimental nature means it will not be ready for general use for some time. VP3 is a high-quality codec that can meet today's video needs now, so Xiph.org will be focusing its efforts on Theora for the near future.
  13. Re:Another standard that probably won't get embrac by FuzzieNorn · · Score: 3, Informative

    The Soundbridge does not support Apple's DRM, only unencumbered AAC files.

  14. Re:Another standard that probably won't get embrac by 10Ghz · · Score: 3, Informative
    The Neuros Audio Player supports Ogg, has a 20Gb hard disk, Linux version of its software and is only $200. You couldn't really ask for more, but if you did want to ask for more they also have a very active community forum and listen to your suggestions and stuff.


    That thing looks pretty huge, so no thanks. And besides, if I wanted something with geek-appeal, I would buy Rio Karma

    - Supports Ogg Vorbis
    - Supports FLAC
    - Has _Ethernet_ plug
    - Has 20GB HDD

    Neuros might have a Linux-version of it's software, but if the player appears as a regural HD to the OS, why would you need dedicated software?
    --
    Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
  15. ogg vorbis internet radio by eatmadust · · Score: 3, Informative

    Virgin Radio has been broadcasting in 96k ogg vorbis for quite a while now
    http://www.virginradio.co.uk/thestation/liste n/ogg .html

    The advantages for them are quite clear: no patent costs and more listeners who just want to support ogg (ok, maybe not many, but still ;))

  16. Plugins for RealPlayer 10 available by robla · · Score: 4, Informative
    In addition to support in the Helix Player as mentioned, we've posted plugins for RealPlayer 10 for Windows as well.

    Rob Lanphier
    Developer Support Manager
    RealNetworks

  17. Re:IP Law? by rillian · · Score: 4, Informative

    What you describe is Trademark law, which is probably the sanest branch of north american IP at this point. You cannot trademark common words or phrases (modulo certain exceptions) so an effort is generally made to prevent brand names from becoming same by prosecuting uses of the trademark that don't refer specifically to the actual product.

    Copyrights belong to the author (or sponsor) automatically and can only be given up voluntarily or lost when the rights period expires, which is now some significant time after the author dies.

    Patents are granted on a first come, first served basis to whoever applies for one and provides a monopoly on the implementation of a particular method for a fixed term.

    Neither copyright nor patent rights are contingent on enforcement the way trademarks are. Holders of these two rights can and do choose which infringements to pursue.

    This is the problem with MPEG-4. We can avoid the copyright issue by writing an open source version from scratch, since the standard is at least published. We don't have to call it MPEG-4 so there are no trademark issues, although while the MPEG logo is trademarked in the US, one can refer to the specification because that itself is not a trademark and because there is no attempt at confusion.

    But there is no way around patents because they grant a monopoly on implementation rights. Just because you wrote your own doesn't mean you don't have to buy a license, or that you won't be forced to buy one sometime in the next 20 years. If you live in a jurisdiction that doesn't enforce patents, you're fine for now. If you just want to trade movies underground, you're probably fine because there's safety in numbers. But if you're like me, and want digital media to be as easy and ubiquitous as webpages; something anyone can do, something you don't need permission for, you need a something that's Free as in Freedom and Free as in Beer. Something like Theora.