Jump to content

Theora: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Dadu~enwiki (talk | contribs)
Encoding: readability improvements
an encoder and decoder is the implementation, not the specification
Line 144: Line 144:
|}
|}


The libtheora library contains the reference implementations of both the Theora encoder and decoder. libtheora is still under development by the [[Xiph.Org Foundation]], which has made eight [[development stage#Alpha|alpha]] releases and 3 major beta release thus far which include a complete rewrite of the decoder. The library is released under the terms of a [[BSD licenses|BSD-style license]].
The libtheora library contains the reference implementation of the Theora specification for encoding and decoding. libtheora is still under development by the [[Xiph.Org Foundation]], which has made eight [[development stage#Alpha|alpha]] releases and 3 major beta release thus far which include a complete rewrite of the decoder. The library is released under the terms of a [[BSD licenses|BSD-style license]].


Also, several media frameworks have support for Theora.
Also, several media frameworks have support for Theora.

Revision as of 19:00, 11 April 2009

Theora
Filename extension
.ogv
Internet media type
video/ogg
Developed byXiph.org
Type of formatVideo codec
Contained byOgg
Extended fromVP3
StandardSpecification
libtheora
Developer(s)Xiph.org
Stable release
1.0 / November 3, 2008; 16 years ago (2008-11-03)[1]
Operating systemUnix-like, Microsoft Windows
License3-clause BSD
Websitetheora.org

Theora is an open and royalty-free lossy video compression technology being developed by the Xiph.Org Foundation as part of their Ogg project. Based upon On2 Technologies' VP3 codec, Theora competes with MPEG-4, WMV, and similar low-bitrate video compression schemes.

Theora is named for Theora Jones, Edison Carter's Controller on the Max Headroom television program.

Technical details

Theora is a lossy video compression method derived from On2's VP3 Codec. The compressed video can be stored in any suitable container format. Theora video is generally included in Ogg container format and is frequently paired with Vorbis format audio streams.

The combination of the Ogg container format, Theora-encoded video, and Vorbis-encoded audio allows for a completely open, royalty-free multimedia format. Other multimedia formats, such as MPEG-4 video and MP3 audio, are patented and subject to license fees for commercial use. Like many other image and video formats, Theora uses chroma subsampling, block based motion compensation and an 8 by 8 DCT block. This is comparable to MPEG-1/2/4. It supports intra coded frames and forward predictive frames but not bi-predictive frames that can be found in many other video codecs.[2]

History

VP3 was originally a proprietary and patented video codec developed by On2 Technologies. In September 2001 On2 donated VP3 to the public as free and open source software and disclaimed all rights to it (including their patents on the technology) letting anyone use Theora and other VP3-derived codecs for any purpose.[3] In 2002, On2 entered into an agreement with the Xiph.Org Foundation to make VP3 the basis of a new, free video codec, Theora. On2 declared Theora to be the successor in VP3's lineage.

Current status

After several years of beta status, Theora released its first stable (1.0) version, in November 2008. However, since the bitstream format was frozen in 2004 (version 1.0alpha3), videos encoded with any version of Theora since that time will continue to be compatible with any future player[4]. Current work is now focused on stabilizing the experimental "Thusnelda" branch for integration into the future 1.1 release[5].

Performance

Previous evaluations have found VP3[6] and Theora[7][8] inferior compared to contemporary video codecs. In particular, Theora has inferior picture quality and network frame rate control.

Efforts to improve performance

Sources close to Xiph.org have stated that the performance characteristics of the current Theora reference implementation are mostly dominated by implementation issues inherited from the original VP3 code base. An internal document exists that lists the known implementation problems and gives an example of how improving one aspect of the encoder can lead to visibly improved quality.[9] Current work on Theora is focused on completing the 1.0 release of the reference codec, libtheora; following the 1.0 release, the thusnelda branch will be integrated into the future version 1.1 release.

Playback

In-browser playback

Supporting media frameworks

Supporting applications

... and many more via supported frameworks listed above

Encoding

As of 2008, the Xiph.Org Foundation has not developed any stand-alone programs to encode video in Theora (except for the example encoder), but there are several third-party programs that support encoding through libtheora:

Description Operating Systems Supported
  Linux Mac OS X Windows
Firefogg is a Firefox browser extension version of ffmpeg2theora. It enables in browser transcoding of many video formats. Encoding settings are provided by the web service, transcoding happens on the clients computer then an "upload in chunks" api enables reusable transfers of the video to the web server. Yes Yes Yes
Ffmpeg2theora uses FFmpeg to decode video and libtheora to encode it. This is currently the most functional Theora encoder, and can be used for both creating stand-alone video files and to produce streaming video. Yes Yes Yes
VLC is able to encode Theora video from any of the video sources it supports, and also stream it. (Note that v0.8 has had some problems with encoding Theora on the Mac OS X release). Yes Yes Yes
OggConvert (open source) Yes   Almost
FreeJ ('Video DJ', open source) can encode and stream Theora. Video comes from one or more different video or image files/sources while audio is encoded from the soundcard. Yes Yes  
Diva (the GNOME video editor). Yes    
Super (freeware).     Yes
LiVES (open source video editing software). Yes Yes  
Thoggen (a GTK+ and GStreamer based DVD-backup utility). Yes    
KungFu DVD Ripper Yes    

The libtheora library contains the reference implementation of the Theora specification for encoding and decoding. libtheora is still under development by the Xiph.Org Foundation, which has made eight alpha releases and 3 major beta release thus far which include a complete rewrite of the decoder. The library is released under the terms of a BSD-style license.

Also, several media frameworks have support for Theora.

  • The open-source ffdshow audio/video decoder is capable of encoding Theora videos using its Video for Windows (VFW) multi-codec interface within popular AVI editing programs such as VirtualDub. It supports both encoding and decoding Theora video streams and uses Theora's alpha 4 libraries. However, many of the more refined features of Theora aren't available to the user in ffdshow's interface.
  • The GStreamer framework has support for Theora.

Editing

Description Operating Systems Supported
  Linux Mac OS X Windows
CVS versions of the Cinelerra non-linear video editing system support Theora, as of August 2005. Yes Yes  

Streaming

The following streaming media servers are capable of streaming Theora video:

Description Operating Systems Supported
  Linux Mac OS X Windows
VLC Yes Yes Yes
Icecast Yes ? Yes
FreeCast, a Java peer-to-peer streaming solution Yes ? Yes
Flumotion streaming media server Yes    

Theora Streaming Studio is a complete client to connect to an Icecast server.

See also

References

  1. ^ Giles, Ralph (2008-11-03). "Theora 1.0 final release!". theora-dev (Mailing list). Retrieved 2008-11-04. {{cite mailing list}}: Check date values in: |date= (help); Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  2. ^ http://theora.org/doc/Theora_I_spec.pdf
  3. ^ VP3.2 Public License 0.1, 2001, retrieved 2008-02-10
  4. ^ http://www.xiph.org/press/2008/theora-release-1.0/
  5. ^ http://www.xiph.org/press/2009/thusnelda-alpha-1/
  6. ^ Doom9 (2002), MPEG-4 Codec shoot-out 2002 - 1st installment, retrieved 2007-12-19{{citation}}: CS1 maint: numeric names: authors list (link)
  7. ^ Doom9 (2005), Codec shoot-out 2005 - Qualification, retrieved 2007-12-19{{citation}}: CS1 maint: numeric names: authors list (link)
  8. ^ Loli-Queru, Eugenia (December 12, 2007), Theora vs. h.264, OSNews, retrieved 2008-04-01{{citation}}: CS1 maint: date and year (link)
  9. ^ Montgomery, Chris, Theora "the push for 1.0" update, retrieved 2007-12-19