Theora
























































Theora
Theora logo 2007.svg
Filename extension .ogv, .ogg
Internet media type video/ogg
Developed by Xiph.org
Initial release 1 June 2004 (2004-06-01)[1]
Latest release
Theora I
(16 March 2011[2])
Type of format Compressed video
Contained by
Ogg, Matroska
Extended from VP3
Standard Specification
Open format? Yes[3]
Website theora.org











































libtheora
Developer(s) Xiph.org
Initial release 3 November 2008 (2008-11-03) (1.0)
Stable release
1.1.1
/ 1 October 2009; 9 years ago (2009-10-01)[4]
Preview release
1.2.0 Alpha 1
/ 24 September 2010; 8 years ago (2010-09-24)[5]

Written in C
Operating system
Unix-like (incl Linux, Mac OS X), Windows
Type
Video codec, reference implementation
License 3-clause BSD
Website theora.org

Theora is a free lossy video compression format.[6] It is developed by the Xiph.Org Foundation and distributed without licensing fees alongside their other free and open media projects, including the Vorbis audio format and the Ogg container.


The libtheora video codec is the reference implementation of the Theora video compression format being developed by the Xiph.Org Foundation.[7][8]


Theora is derived from the formerly proprietary VP3 codec, released into the public domain by On2 Technologies. It is broadly comparable in design and bitrate efficiency to MPEG-4 Part 2, early versions of Windows Media Video, and RealVideo while lacking some of the features present in some of these other codecs. It is comparable in open standards philosophy to the BBC's Dirac codec.


Theora is named after Theora Jones, Edison Carter's Controller on the Max Headroom television program.[9]


In 2014, a bug requesting Theora support on Android was closed "Won't Fix (Obsolete)".[10]
Wikipedia stopped preferring Ogg Theora and now prefers WebM.[11]




Contents






  • 1 Technical details


  • 2 History


    • 2.1 Move to free software


    • 2.2 Theora I specification




  • 3 Performance


    • 3.1 Encoding performance


    • 3.2 Playback performance




  • 4 Playback


    • 4.1 Native browser playback


    • 4.2 Browser plugins


    • 4.3 Supporting media frameworks


    • 4.4 Supporting applications




  • 5 Encoding


  • 6 Editing


  • 7 Streaming


  • 8 Makers


  • 9 See also


  • 10 References


  • 11 External links





Technical details


Theora is a variable-bitrate, DCT-based video compression scheme. Like most common video codecs, Theora also uses chroma subsampling, block-based motion compensation and an 8-by-8 DCT block. Pixels are grouped into various structures, namely blocks, super blocks, and macroblocks. Theora supports intra-coded frames and forward-predictive frames, but not bi-predictive frames which are found in H.264 and VC-1. Theora also does not support interlacing, or bit-depths larger than 8 bits per component.[2]


Theora video streams can be stored in any suitable container format, but they are most commonly found in the Ogg container with Vorbis or FLAC audio streams. This combination provides a completely open, royalty-free multimedia format. It can also be used with the Matroska container.[12]


The Theora video-compression format is essentially compatible with the VP3 video-compression format, consisting of a backward-compatible superset.[13][14] Theora is a superset of VP3, and VP3 streams (with some minor syntactic modifications) can be converted into Theora streams without recompression (but not vice versa).[14] VP3 video compression can be decoded using Theora implementations, but Theora video compression usually cannot be decoded using old VP3 implementations.



History



Theora's predecessor On2 TrueMotion VP3 was originally a proprietary and patent-encumbered video codec developed by On2 Technologies. VP3.1 was introduced in May 2000[15] and followed three months later by the VP3.2 release,[16] which is the basis for Theora.



Move to free software


In August 2001, On2 Technologies announced that they would be releasing an open source version of their VP3.2 video compression algorithm.[17][18] In September 2001, On2 Technologies published the source code of the VP3.2 codec under the VP3.2 Public License 0.1,[19] a custom open-source license.[20][21] The license only granted the right to modify the source code if the resulting larger work continued to support playback of VP3.2 data.[19][22]


In March 2002, On2 responded to the public's reception by relicensing the VP3 codec under the GNU Lesser General Public License.[23] In June 2002, On2 donated VP3 to the Xiph.Org Foundation and offered it under the Ogg Vorbis BSD-style license.[24][25][26][27] On2 also made an irrevocable, royalty-free license grant for any patent claims it might have over the software and any derivatives,[2] allowing anyone to use any VP3-derived codec for any purpose.[13][28] In August 2002, On2 entered into an agreement with the Xiph.Org Foundation to make VP3 the basis of a new, free video codec, called Theora.[29] On2 declared Theora to be VP3's successor.[citation needed] On 3 October 2002, On2 and Xiph announced the completion and availability of the initial alpha code release of libtheora, Theora's reference implementation.[30]


There is no formal specification for VP3's bitstream format beyond the VP3 source code published by On2 Technologies. In 2003, Mike Melanson created an incomplete description of the VP3 bitstream format and decoding process at a higher level than source code, with some help from On2 and Xiph.Org Foundation. The Theora specification adopted some portions of this VP3 description.[2][31]


Project Daala is working on the successor to Theora.



Theora I specification




Example of a Theora video used on Wikipedia, showing a Polikarpov I-15 biplane at an aerobatic display.


The Theora I bitstream format was frozen in June 2004 after the libtheora 1.0alpha3 release.[1] Videos encoded with any version of the libtheora since the alpha3 will be compatible with any future player.[1][32] This is also true for videos encoded with any implementation of the Theora I specification since the format freeze. The Theora I Specification was completely published in 2004.[33] Any later changes in the specification are minor updates.


The Theora reference implementation libtheora spent several years in alpha and beta status.[32] The first alpha version was released on 25 September 2002[34] and the first beta version was released on 22 September 2007. The first stable release of libtheora was made in November 2008.[35][36] Work then focused on improving the codec's performance in the "Thusnelda" branch, which was released as version 1.1 in September 2009 as the second stable libtheora release.[32][37] This release brought some technical improvements and new features, such as the new rate control module and the two-pass rate control.


The codename for the next version of libtheora is Ptalarbvorm.[38]


Theora is well established as a video format in open-source applications, and is the format used for Wikipedia's video content. However, the proposed adoption of Theora as part of the baseline video support in HTML5 resulted in controversy.[39]



Performance



Encoding performance


Evaluations of the VP3[40]
and early Theora encoders[41][42][43]
found that their subjective visual quality was inferior to that of contemporary video codecs. More recently however, Xiph developers have compared the 1.1 Theora encoder to YouTube's H.264 and H.263+ encoders, in response to concerns raised in 2009 about Theora's inferior performance by Chris DiBona, a Google employee.[44] They found the results from Theora to be nearly the same as YouTube's H.264 output, and much better than the H.263+ output.[45][46]


The performance characteristics of the Theora 1.0 reference implementation are dominated mostly by implementation problems inherited from the original VP3 code base.[47] Work leading up to the 1.1 stable release was focused on improving on or eliminating these. A May 2009 review of this work shows a considerable improvement in quality, both subjectively and as measured by PSNR, just by improving the forward DCT and quantisation matrices.[48] A flaw in the version of FFmpeg used in the test initially led to incorrect reports of Theora PSNR surpassing that of H.264. Although not achieving this goal, the improvement in the measured PSNR and the perceived quality is considerable. In any case, the differences in quality, bitrate and file size between a YouTube H.264 video and a transcoded Ogg video file are negligible.[49] Further work on adaptive quantization, as well as overall detailed subjective tuning of the codec, is still to come.



Playback performance


There is an open-source VHDL code base for a hardware Theora decoder in development.[50] It began as a 2006 Google Summer of Code project, and it has been developed on both the Nios II and LEON processors.[51] However, there are currently no Theora decoder chips in production, and portable media players, smartphones and similar devices with limited computing power rely on such chips to provide efficient playback. But since decoding Theora is less CPU intensive than decoding H.264, the need for hardware-accelerated Theora decoding may be somewhat less.[citation needed]



Playback







Native browser playback



As originally recommended by HTML 5, these browsers support Theora when embedded by the video element:




  • Mozilla Firefox 3.5 and later versions[52][53] including Firefox for mobile (Fennec).[54]


  • Google Chrome as of version 3.0.182.2[55][56] including Chromium as of 14 July 2009.[57]


  • Tizen browser


  • SeaMonkey as of version 2.0.[58]


  • Konqueror 4.4.2[59][60]


  • Opera as of version 10.50.[61][62] It was also supported in Opera 9.5 experimental video builds.[63][64]


  • Web uses WebKitGTK+ as its rendering engine. As WebKitGTK+ uses GStreamer to implement the HTML5 media player, and all the formats GStreamer supports (including Theora) are available in browser.


  • Midori is another example of a browser that supports Theora by using WebKitGTK+.



Browser plugins




  • Annodex plugin via OggPlay[65]


  • Cortado, a Java based applet

    • Itheora, a PHP wrapper for Cortado


  • Mv Embed[66] HTML 5 video tag wrapper for numerous plugin types.


  • VLC media player browser plugin for IE or Firefox


  • Microsoft Edge, via the Web Media Extensions add-on[67]



Supporting media frameworks




  • DirectShow with use of OpenCodecs


  • GStreamer supported via Theora or FFmpeg module, supports GStreamer based applications e.g. Totem and Songbird

  • Phonon


  • QuickTime (including but not limited to Safari) with use of Xiph QuickTime Components


  • Silverlight Highgate media suite is going to bring an Open Source Theora/Vorbis implementation in Silverlight. It will enable installation-free support for HTML5 streaming video.[68]



Supporting applications




  • FFmpeg (own implementation)

  • Helix Player


  • Miro Media Player (formerly known as Democracy Player)


  • MPlayer and front-ends


  • Songbird, Totem, Moovida and all GStreamer-based players


  • VLC (native support)


  • xine and all libxine-based players like Kaffeine


  • Dragon player and all Phonon-based players



Encoding


There are several third-party programs that support encoding through libtheora:


























































































Name
Description
Operating Systems Supported
Unix-like
OS X
Windows

Firefogg[69]

A Firefox browser extension implementation of ffmpeg2theora
Yes
Yes
Yes


ffmpeg2theora[70]

A command-line program that transcodes video by decoding with FFmpeg and reencoding with libtheora to encode it
Yes
Yes
Yes

VLC

Can transcode to single-pass Theora 1.0 and optionally stream it
Yes
Yes
Yes

OggConvert

Transcodes supported media to Vorbis, Theora, or Dirac
Yes
?
Yes

FreeJ

"Video DJing" software that can encode to and stream Theora
Yes
Yes
?

Kdenlive

The video editor supplied with KDE
Yes
?
?

Pitivi

The video editor supplied with GNOME
Yes
?
?

LiVES

Video editing software for Linux. Can edit, encode and stream theora.
Yes
Yes
?

Thoggen

A GTK+ and GStreamer based DVD backup utility
Yes
?
?

HandBrake

Can output to Theora only with the Matroska container
Yes
Yes
Yes

RecordMyDesktop

Records the screen to Ogg Theora with optional Vorbis audio
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. 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.[71][72][73] 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 parsing raw Theora streams, encoding and decoding raw Theora streams to/from YUV video[74][75]



Editing





































































Name
Description
Operating Systems Supported
Unix-like
OS X
Windows

LiVES

Video editing software for Linux. Can edit, encode and stream theora.
Yes
Yes
?

Kdenlive

The KDE video editor.
Yes
?
?

OpenShot


Yes
?
?

Pitivi

The GNOME video editor.
Yes
?
?

Cinelerra


CVS versions of the Cinelerra non-linear video editing system support Theora, as of August 2005.
Yes
Yes
?

oggz-tools by Xiph.org

Command line programs to examine and edit Ogg files.
Yes
?
Yes

Ogg Video Tools by yornstreamnik

Tools to resize, cut, split, join, and others[76]
Yes
Yes
Yes

AVS Video Editor


?
?
Yes


Streaming


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
















































Name
Description
Operating Systems Supported
Unix-like
OS X
Windows

VLC


Yes
Yes
Yes

Icecast


Yes
?
Yes

FreeCast

Peer-to-peer streaming. Written in Java
Yes
?
Yes

LiVES

Can stream ogg/theora/vorbis in realtime to a file or fifo.
Yes
Yes
?

Flumotion

Streaming media server.
Yes
?
?


Makers


Elphel is the main maker of cameras that record in theora.



See also




  • Video editing software

  • Comparison of video codecs

  • Comparison of video encoders



References





  1. ^ abc Giles, Ralph (1 June 2004). "Theora I bitstream freeze". theora-dev (Mailing list). Retrieved 25 September 2009..mw-parser-output cite.citation{font-style:inherit}.mw-parser-output q{quotes:"""""""'""'"}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-limited a,.mw-parser-output .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}


  2. ^ abcd "Theora Specification" (PDF). Xiph.Org Foundation. 16 March 2011. Retrieved 31 January 2012.


  3. ^ "PlayOgg! - FSF - Free Software Foundation". 2010-03-17. Retrieved 2013-10-01.


  4. ^ "Theora 1.1.1 release". Xiph.Org Foundation. Retrieved 6 October 2009.


  5. ^ "libtheora 1.2.0alpha1 release". Xiph.Org Foundation. Sep 2010. Retrieved 10 October 2010.


  6. ^ Theora.


  7. ^ Xiph.Org Foundation. "libtheora Documentation 1.1.0". Xiph.Org Foundation. Retrieved 25 September 2009.


  8. ^ ohloh. "libtheora". ohloh. Retrieved 25 September 2009.


  9. ^ "Theora FAQ". Xiph.Org Foundation. Retrieved 6 August 2009.


  10. ^
    "Please support theora video codec [36909512]". Retrieved 9 December 2017.



  11. ^
    "Wikipedia:Videos". Retrieved 9 December 2017.



  12. ^ "Matroska Codec Specs". Matroska. Retrieved 6 August 2009.


  13. ^ ab Xiph.org libtheora license (Subversion – Trunk), Retrieved on 16 August 2009


  14. ^ ab Xiph.org FAQ – Theora and VP3. Retrieved 2 September 2009


  15. ^ On2 (17 May 2000), On2.com Launches Next Generation of Revolutionary Broadband Video Technology, archived from the original on 3 December 2007


  16. ^ On2 (16 August 2000), On2 Introduces TrueMotion VP3.2, archived from the original on 3 December 2007, retrieved 23 August 2010


  17. ^ On2 (7 August 2001), On2 Technologies to Open Source VP3.2 Video Compression Technology (archived website), archived from the original on 3 December 2007


  18. ^ Mariano, Gwendolyn (7 August 2001). "On2's video codec to go open-source". CNET.


  19. ^ ab On2 Technologies (2001), VP3.2 Public License 0.1, Xiph.Org Foundation, retrieved 10 February 2008


  20. ^ Bernat, Bill (7 September 2001). "On2 Offers Up VP3.2 Source Code". StreamingMedia.com.


  21. ^ On2 (7 September 2001), On2 Technologies Makes Video Compression Technology Available to Open-Source Community, archived from the original on 7 December 2007


  22. ^ Seibert, Stan (September 2001). "VP3.2 video codec open sourced". vorbis (Mailing list).


  23. ^ "On2 Alters Licensing Terms for VP3; Company Responds to Open Source Community Demands" (Press release). On2 Technologies. 28 March 2002.


  24. ^ Xiph.Org Foundation (16 March 2011). "Theora Specification" (PDF). Xiph.Org Foundation. p. 1.


  25. ^ On2 (24 June 2002), VP3 Combines with Vorbis to Create First Open-Source Multimedia Platform, archived from the original on 3 December 2007


  26. ^ Linux.com (23 June 2002) Ogg Vorbis, VP3 combining forces to create Open Source multimedia package, Retrieved on 2009-08-16


  27. ^ InternetNews.com (24 June 2002) On2 Throws More Open-Source at MPEG-4, Retrieved on 16 August 2009


  28. ^ Xiph.org VP32 codec license (Subversion – Trunk), Retrieved on 16 August 2009


  29. ^ The Free Library (1 August 2002) On2 Signs Pact With Xiph.org to Develop/Support VP3, Retrieved on 16 August 2009


  30. ^ On2 (3 October 2002), On2 and Xiph Announce Alpha Code Release of Theora, VP3-Vorbis-Based Multimedia Solution, archived from the original on 4 December 2007


  31. ^ Mike Melanson (mike at multimedia.cx) (8 December 2004), VP3 Bitstream Format and Decoding Process, Multimedia.cx, archived from the original on 6 January 2013, retrieved 27 September 2009


  32. ^ abc Xiph.Org Foundation (24 September 2009), Theora.org : news, Xiph.Org Foundation, retrieved 25 September 2009


  33. ^ Xiph.Org Foundation (17 September 2004). "Theora I Specification, Xiph.org Foundation, September 17, 2004" (PDF). Archive.org. Archived from the original (PDF) on 28 September 2004. Retrieved 26 September 2009.


  34. ^ https://git.xiph.org/?p=theora.git;a=blob_plain;f=CHANGES;hb=HEAD


  35. ^ Giles, Ralph (3 November 2008). "Theora 1.0 final release!". theora-dev (Mailing list). Retrieved 4 November 2008.


  36. ^ "The Xiph.Org Foundation announces the release of Theora 1.0" (Press release). Xiph.Org Foundation. 3 November 2008. Retrieved 6 August 2009.


  37. ^ Giles, Ralph (24 September 2009). "libtheora 1.1 (Thusnelda) stable release". theora-dev (Mailing list). Retrieved 24 September 2009.


  38. ^ Monty (18 May 2010). "Theora: Ptalarbvorm project update 20100518". Retrieved 1 July 2010.


  39. ^ McLean, Prince (6 July 2009). "Ogg Theora, H.264 and the HTML 5 Browser Squabble". RoughlyDrafted Magazine. Retrieved 14 February 2010.


  40. ^ "MPEG-4 Codec shoot-out 2002 – 1st installment". Doom9. 2002. Archived from the original on 23 February 2008. Retrieved 19 December 2007.


  41. ^ Codec shoot-out 2005 – Qualification, Doom9, 2005, archived from the original on 31 December 2007, retrieved 19 December 2007


  42. ^ Loli-Queru, Eugenia (12 December 2007). "Theora vs. h.264". OSNews. Retrieved 1 April 2008.


  43. ^ Halbach, Till (March 2009). "Dirac and Theora vs. H.264 and Motion JPEG2000". Archived from the original on 7 July 2012. Retrieved 22 April 2008.


  44. ^ DiBona, Chris (13 June 2009). "H.264-in-<video> vs plugin APIs". whatwg (Mailing list). Retrieved 10 August 2009.


  45. ^ Maxwell, Greg (13 June 2009). "YouTube / Ogg/Theora comparison". Xiph.Org Foundation. Retrieved 10 August 2009.


  46. ^ Merten, Maik (15 June 2009). "Another online-video comparison". Xiph.Org Foundation. Retrieved 10 August 2009.


  47. ^ Montgomery, Chris. "Theora "the push for 1.0" update". Retrieved 19 December 2007.


  48. ^ Blizzard, Christopher. "Theora Update 7 May 2009". Retrieved 10 May 2009.


  49. ^ Richmond, Gary. "Firefogg: Transcoding videos to open web standards with Mozilla Firefox". Retrieved 14 February 2010.


  50. ^ "Xiph Subversion repository: trunk/theora-fpga". Xiph.Org Foundation. Retrieved 10 August 2009.


  51. ^ "XiphWiki: Theora Hardware". Xiph.Org Foundation. Retrieved 10 August 2009.


  52. ^ MozillaWiki (18 March 2009), Firefox3.5/Features, MozillaWiki, retrieved 11 October 2009


  53. ^ Mozilla Corporation (30 June 2009), Mozilla Firefox 3.5 Release Notes, Mozilla Corporation, retrieved 11 October 2009


  54. ^ Mozilla Corporation (9 February 2010), Firefox Mobile Features, Mozilla Corporation, retrieved 9 February 2010


  55. ^ Google Chrome to support HTML 5 video, SoftSailor, 28 May 2009, archived from the original on 3 October 2009, retrieved 11 October 2009


  56. ^ Shankland, Stephen (28 May 2009), Google Chrome gets HTML video support, cnet news, retrieved 11 October 2009


  57. ^ Issue 16657: Ensure FFmpeg binaries end up in snapshots on all platforms, Google Chromium, 14 July 2009, retrieved 6 February 2010


  58. ^ Kaiser, Robert (16 September 2009), What's New in SeaMonkey 2.0 Beta 2, seamonkey-project.org, retrieved 11 October 2009


  59. ^ Bugreport: Wish for audio/video element support in Konqueror, 13 May 2007, archived from the original on 28 December 2012, retrieved 2 December 2009


  60. ^ Plans for Konqueror 4.4, 26 November 2009, retrieved 2 December 2009


  61. ^ Jägenstedt, Philip (31 December 2009). "(re-)Introducing <video> – Official blog for Core developers at Opera". Opera. Archived from the original on 4 January 2010. Retrieved 2 January 2010.


  62. ^ Arjan van Leeuwen (31 December 2009). "Happy New Year! – Official blog for Core developers at Opera". Opera. Archived from the original on 4 January 2010. Retrieved 2 January 2010.


  63. ^ Experimental Opera-video build with native Ogg Theora support, Opera, 25 April 2007, archived from the original on 2 December 2007, retrieved 11 October 2009


  64. ^ A call for video on the web – Opera <video> release on Labs, Opera, 7 November 2007, retrieved 11 October 2009


  65. ^ OggPlay


  66. ^ Mv Embed Archived 4 August 2008 at the Wayback Machine.


  67. ^ https://www.microsoft.com/en-us/p/web-media-extensions/9n5tdp8vcmhs?activetab=pivot:overviewtab


  68. ^ alp (4 February 2010). "HTML5 Theora Video Codec for Silverlight". Alp Toker blog. Retrieved 14 February 2010. The Highgate media suite will bring installation-free support for HTML5 streaming video


  69. ^ Firefogg


  70. ^ ffmpeg2theora


  71. ^ "ffdshow Summary". Retrieved 23 October 2009.


  72. ^ Cutka, Milan (4 October 2002). "Theora support in ffdshow a ffvfw". theora-dev (Mailing list).


  73. ^ "Theora in .ogg no only .avi – ffdshow tryouts Forum". 15 January 2008. Retrieved 23 October 2009.


  74. ^ gstreamer.freedesktop.org. "GStreamer Base Plugins 0.10 (0.10.24.1)". Retrieved 23 October 2009.


  75. ^ gstreamer.freedesktop.org. "GStreamer Base Plugins 0.10 Plugins Reference Manual – Theora plugin library". Retrieved 23 October 2009.


  76. ^ Ogg Video Tools on SourceForge




External links



  • Theora.org

  • Examples of Theora-encoded videos

  • Why Theora Matters for Internet TV

  • Theora user manual


  • RTP Payload Format for Theora Encoded Video – Xiph.Org, IETF Internet-Draft

  • Wikipedia's controversial video player coming soon

  • H.264 and Theora codecs comparison











Popular posts from this blog

Xamarin.iOS Cant Deploy on Iphone

Glorious Revolution

Dulmage-Mendelsohn matrix decomposition in Python