Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Theora
Free lossy video compression format

Theora is a free lossy video compression format. It was 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 developed by the Xiph.Org Foundation.

Theora was 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 it lacked 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 was named after Theora Jones, Edison Carter's Controller on the Max Headroom television program.

We don't have any images related to Theora yet.
We don't have any YouTube videos related to Theora yet.
We don't have any PDF documents related to Theora yet.
We don't have any Books related to Theora yet.

Technical details

Theora is a variable-bitrate, DCT-based video compression scheme. Like most common video codecs, Theora used 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 ("keyframes") 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.5

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 provided a completely open, royalty-free multimedia format. It can also be used with the Matroska container.6

The Theora video-compression format is compatible with the VP3 video-compression format, which consisted of a backward-compatible superset.78 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).9 VP3 video compression can be decoded using Theora implementations, but Theora video compression usually cannot be decoded using old VP3 implementations.

History

See also: VP3

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 200010 and followed three months later by the VP3.2 release,11 which was the basis for Theora.

Move to free software

In August 2001, On2 Technologies announced that they would release an open source version of their VP3.2 video compression algorithm.1213 In September 2001, On2 Technologies published the source code of the VP3.2 codec under the VP3.2 Public License 0.1,14 a custom open-source license.1516 The license only granted the right to modify the source code if the resultant larger work continued to support playback of VP3.2 data.1718

In March 2002, On2 responded to the public's reception by relicensing the VP3 codec under the GNU Lesser General Public License.19 In June 2002, On2 donated VP3 to the Xiph.Org Foundation and offered it under the Ogg Vorbis BSD-style license.20212223 On2 also made an irrevocable, royalty-free license grant for any patent claims it might have over the software and any derivatives,24 allowing anyone to use any VP3-derived codec for any purpose.2526 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.27 On2 declared Theora to be VP3's successor. On 3 October 2002, On2 and Xiph announced the completion and availability of the initial alpha code release of libtheora, Theora's reference implementation.28

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.2930

A successor to Theora, Daala, was later merged into AV1.31

Theora I specification

The Theora I bitstream format was frozen in June 2004 after the libtheora 1.0alpha3 release.32 Videos encoded with any version of the libtheora since the alpha3 will be compatible with any future player.3334 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.35 Any later changes in the specification are minor updates.

The Theora reference implementation libtheora spent several years in alpha and beta status.36 The first alpha version was released on 25 September 2002 and the first beta version was released on 22 September 2007.37 The first stable release of libtheora was made in November 2008.3839 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.4041 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 was Ptalarbvorm.42

Theora was well established as a video format in open-source applications, and became the format used for Wikipedia's video content before replaced by VP9. However, the proposed adoption of Theora as part of the baseline video support in HTML5 resulted in controversy.43

Legacy

In October 2023, Google announced intent to remove Theora support from Chromium (finalizing removal by Google Chrome 123),44 with Firefox following suit. Google developers claimed that despite lack of adoption, Theora made a case for open and royalty-free codecs like AV1.45[better source needed]

Performance

Encoding performance

Evaluations of the VP346 and early Theora encoders474849 found that their subjective visual quality was inferior to that of contemporary video codecs. The performance characteristics of the Theora 1.0 reference implementation are dominated mostly by implementation problems inherited from the original VP3 code base.50 Work that lead up to the 1.1 stable release focused on improving on or eliminating these. A May 2009 review of this work by Xiph developer Chris Montgomery claimed a considerable improvement in quality, both subjectively and as measured by PSNR, by improving the forward DCT and quantisation matrices.51 More recently however,[when?] Xiph developers 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.52 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.5354

The differences in quality, bitrate and file size between a YouTube H.264 video and a transcoded Ogg video file are very small.55

Playback performance

There was an open-source VHDL code base for a hardware Theora decoder in development.56[needs update] It began as a 2006 Google Summer of Code project, and it has been developed on both the Nios II and LEON processors.57 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.

Playback

Web browsers

Main article: Use of Ogg formats in HTML5

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

  • Mozilla Firefox 3.5 and later versions5859 including Firefox for mobile (Fennec).60 Theora was disabled by default in Firefox 126,61 and support may be removed in the future due to low usage.6263
  • Google Chrome as of version 3.0.182.26465 including Chromium as of 14 July 2009.66 Chrome 120 disabled support for Theora by default67 and the complete removal is expected in version 123.68
  • Tizen browser
  • SeaMonkey as of version 2.0.69
  • Konqueror 4.4.27071
  • Opera as of version 10.50.7273 It was also supported in Opera 9.5 experimental video builds.7475 Stopped supporting Theora after version 107.
  • GNOME 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+.

Supporting media frameworks

Supporting applications

Encoding

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

NameDescriptionOperating Systems Supported
Unix-likeOS XWindows
ffmpeg2theora76A command-line program that transcodes video by decoding with FFmpeg and reencoding with libtheora to encode itYesYesYes
VLCCan transcode to single-pass Theora 1.0 and optionally stream itYesYesYes
FreeJ"Video DJing" software that can encode to and stream TheoraYesYes?
KdenliveThe video editor supplied with KDEYes??
PitiviThe video editor supplied with GNOMEYes??
LiVESVideo editing software for Linux. Can edit, encode and stream theora.YesYes?
HandBrakeCan output to Theora only with the Matroska containerYesYesYes
RecordMyDesktopRecords the screen to Ogg Theora with optional Vorbis audioYes??

The libtheora library contains the reference implementation of the Theora specification for encoding and decoding. libtheora was developed by the Xiph.Org Foundation. The library was 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.777879 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 are not 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 video8081

Editing

NameDescriptionOperating Systems Supported
Unix-likeOS XWindows
LiVESVideo editing software for Linux. Can edit, encode and stream theora.YesYes?
KdenliveThe KDE video editor.Yes??
OpenShotYes??
PitiviThe GNOME video editor.Yes??
CinelerraCVS versions of the Cinelerra non-linear video editing system support Theora, as of August 2005.YesYes?
oggz-tools by Xiph.orgCommand line programs to examine and edit Ogg files.Yes?Yes
Ogg Video Tools by yornstreamnikTools to resize, cut, split, join, and others82YesYesYes
AVS Video Editor??Yes

Streaming

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

NameDescriptionOperating Systems Supported
Unix-likeOS XWindows
VLCYesYesYes
IcecastYes?Yes
LiVESCan stream ogg/theora/vorbis in realtime to a file or fifo.YesYes?

Makers

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

See also

  • Free and open-source software portal

References

  1. Theora. http://www.theora.org

  2. Xiph.Org Foundation. "libtheora Documentation 1.1.0". Xiph.Org Foundation. Retrieved 25 September 2009. http://theora.org/doc/libtheora-1.1/

  3. ohloh. "libtheora". ohloh. Archived from the original on 10 October 2010. Retrieved 25 September 2009. /wiki/Ohloh

  4. "Theora FAQ". Xiph.Org Foundation. Retrieved 6 August 2009. http://theora.org/faq/#15

  5. "Theora Specification" (PDF). Xiph.Org Foundation. 16 March 2011. Retrieved 31 January 2012. http://theora.org/doc/Theora.pdf

  6. "Matroska Codec Specs". Matroska. Retrieved 6 August 2009. http://www.matroska.org/technical/specs/codecid/index.html

  7. Xiph.org libtheora license (Subversion – Trunk), Retrieved on 16 August 2009 http://svn.xiph.org/trunk/theora/LICENSE

  8. Xiph.org FAQ – Theora and VP3. Retrieved 2 September 2009 http://theora.org/faq/#VP3

  9. Xiph.org FAQ – Theora and VP3. Retrieved 2 September 2009 http://theora.org/faq/#VP3

  10. On2 (17 May 2000), On2.com Launches Next Generation of Revolutionary Broadband Video Technology, archived from the original on 3 December 2007{{citation}}: CS1 maint: numeric names: authors list (link) https://web.archive.org/web/20071203064537/http://www.on2.com/index.php?id=486&news_id=407

  11. On2 (16 August 2000), On2 Introduces TrueMotion VP3.2, archived from the original on 3 December 2007, retrieved 23 August 2010{{citation}}: CS1 maint: numeric names: authors list (link) https://web.archive.org/web/20071203062255/http://www.on2.com/index.php?id=486&news_id=401

  12. On2 (7 August 2001), On2 Technologies to Open Source VP3.2 Video Compression Technology (archived website), archived from the original on 3 December 2007{{citation}}: CS1 maint: numeric names: authors list (link) https://web.archive.org/web/20071203062120/http://www.on2.com/index.php?id=486&news_id=365

  13. Mariano, Gwendolyn (7 August 2001). "On2's video codec to go open-source". CNET. http://news.cnet.com/2100-1023-271254.html

  14. On2 Technologies (2001), VP3.2 Public License 0.1, Xiph.Org Foundation, archived from the original on 4 April 2016, retrieved 10 February 2008{{citation}}: CS1 maint: numeric names: authors list (link) https://web.archive.org/web/20160404101159/https://trac.xiph.org/browser/branches/vp32/vp32/VP32_license.txt

  15. Bernat, Bill (7 September 2001). "On2 Offers Up VP3.2 Source Code". StreamingMedia.com. http://www.streamingmedia.com/Articles/ReadArticle.aspx?ArticleID=64360

  16. On2 (7 September 2001), On2 Technologies Makes Video Compression Technology Available to Open-Source Community, archived from the original on 7 December 2007{{citation}}: CS1 maint: numeric names: authors list (link) https://web.archive.org/web/20071207021659/http://www.on2.com/index.php?id=486&news_id=364

  17. On2 Technologies (2001), VP3.2 Public License 0.1, Xiph.Org Foundation, archived from the original on 4 April 2016, retrieved 10 February 2008{{citation}}: CS1 maint: numeric names: authors list (link) https://web.archive.org/web/20160404101159/https://trac.xiph.org/browser/branches/vp32/vp32/VP32_license.txt

  18. Seibert, Stan (September 2001). "VP3.2 video codec open sourced". vorbis (Mailing list). http://lists.xiph.org/pipermail/vorbis/2001-September/004554.html

  19. "On2 Alters Licensing Terms for VP3; Company Responds to Open Source Community Demands" (Press release). On2 Technologies. 28 March 2002. Archived from the original on 4 December 2010. Retrieved 16 August 2009. https://web.archive.org/web/20101204092727/http://www.thefreelibrary.com/On2+Alters+Licensing+Terms+for+VP3%3b+Company+Responds+to+Open+Source...-a084233138

  20. Xiph.Org Foundation (16 March 2011). "Theora Specification" (PDF). Xiph.Org Foundation. p. 1. http://theora.org/doc/Theora.pdf

  21. "VP3 Combines with Vorbis to Create First Open-Source Multimedia Platform", On2, 24 June 2002, archived from the original on 3 December 2007 https://web.archive.org/web/20071203061350/http://www.on2.com/index.php?id=486&news_id=313

  22. Linux.com (23 June 2002) Ogg Vorbis, VP3 combining forces to create Open Source multimedia package, Retrieved on 2009-08-16 https://www.linux.com/news/ogg-vorbis-vp3-combining-forces-create-open-source-multimedia-package/

  23. InternetNews.com (24 June 2002) On2 Throws More Open-Source at MPEG-4, Retrieved on 16 August 2009 http://www.internetnews.com/bus-news/article.php/1370341

  24. "Theora Specification" (PDF). Xiph.Org Foundation. 16 March 2011. Retrieved 31 January 2012. http://theora.org/doc/Theora.pdf

  25. Xiph.org libtheora license (Subversion – Trunk), Retrieved on 16 August 2009 http://svn.xiph.org/trunk/theora/LICENSE

  26. Xiph.org VP32 codec license (Subversion – Trunk), Retrieved on 16 August 2009 http://svn.xiph.org/trunk/vp32/LICENSE

  27. The Free Library (1 August 2002) On2 Signs Pact With Xiph.org to Develop/Support VP3, Retrieved on 16 August 2009 http://www.thefreelibrary.com/ON2+SIGNS+PACT+WITH+XIPH.ORG+TO+DEVELOP%2FSUPPORT+VP3-a089067501

  28. 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{{citation}}: CS1 maint: numeric names: authors list (link) https://web.archive.org/web/20071204072126/http://www.on2.com/index.php?id=486&news_id=298

  29. "Theora Specification" (PDF). Xiph.Org Foundation. 16 March 2011. Retrieved 31 January 2012. http://theora.org/doc/Theora.pdf

  30. 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 https://archive.today/20130106025121/http://www.multimedia.cx/vp3-format.txt

  31. Stephen Shankland (1 September 2015). "Tech giants join forces to hasten high-quality online video". CNET. Retrieved 17 March 2021. https://www.cnet.com/news/tech-giants-join-forces-to-hasten-high-quality-online-video/

  32. Giles, Ralph (1 June 2004). "Theora I bitstream freeze". theora-dev (Mailing list). Retrieved 25 September 2009. http://lists.xiph.org/pipermail/theora-dev/2004-June/001112.html

  33. Giles, Ralph (1 June 2004). "Theora I bitstream freeze". theora-dev (Mailing list). Retrieved 25 September 2009. http://lists.xiph.org/pipermail/theora-dev/2004-June/001112.html

  34. Xiph.Org Foundation (24 September 2009), Theora.org : news, Xiph.Org Foundation, retrieved 25 September 2009 http://theora.org/news/

  35. Xiph.Org Foundation (17 September 2004). "Theora I Specification, Xiph.org Foundation, September 17, 2004" (PDF). Archived from the original (PDF) on 28 September 2004. Retrieved 26 September 2009. https://web.archive.org/web/20040928224506/http://www.theora.org/doc/Theora_I_spec.pdf

  36. Xiph.Org Foundation (24 September 2009), Theora.org : news, Xiph.Org Foundation, retrieved 25 September 2009 http://theora.org/news/

  37. "CHANGES file". Retrieved 31 December 2022. https://gitlab.xiph.org/xiph/theora/-/blob/master/CHANGES

  38. Giles, Ralph (3 November 2008). "Theora 1.0 final release!". theora-dev (Mailing list). Retrieved 4 November 2008. http://lists.xiph.org/pipermail/theora-dev/2008-November/003736.html

  39. "The Xiph.Org Foundation announces the release of Theora 1.0" (Press release). Xiph.Org Foundation. 3 November 2008. Retrieved 6 August 2009. http://www.xiph.org/press/2008/theora-release-1.0/

  40. Xiph.Org Foundation (24 September 2009), Theora.org : news, Xiph.Org Foundation, retrieved 25 September 2009 http://theora.org/news/

  41. Giles, Ralph (24 September 2009). "libtheora 1.1 (Thusnelda) stable release". theora-dev (Mailing list). Retrieved 24 September 2009. http://lists.xiph.org/pipermail/theora-dev/2009-September/003985.html

  42. Monty (18 May 2010). "Theora: Ptalarbvorm project update 20100518". Retrieved 1 July 2010. http://people.xiph.org/~xiphmont/demo/theora/demo9.html

  43. McLean, Prince (7 July 2009). "Ogg Theora, H.264 and the HTML 5 Browser Squabble". AppleInsider. Retrieved 1 November 2020. https://appleinsider.com/articles/09/07/07/ogg_theora_h_264_and_the_html_5_browser_squabble

  44. Larabel, Michael (29 October 2023). "Google Chrome To Remove Theora Video Codec Support". Phoronix. Retrieved 1 November 2023. https://www.phoronix.com/news/Google-Chrome-Dropping-Theora

  45. "Intent to Ship: Deprecate and remove Theora support". groups.google.com. Retrieved 1 November 2023. https://groups.google.com/a/chromium.org/g/blink-dev/c/qqDdLkeyk7Y/m/ajHePzglAwAJ

  46. "MPEG-4 Codec shoot-out 2002 – 1st installment". Doom9. 2002. Archived from the original on 23 February 2008. Retrieved 19 December 2007. https://web.archive.org/web/20080223010804/http://www.doom9.org/codec-comparisons.htm

  47. Codec shoot-out 2005 – Qualification, Doom9, 2005, archived from the original on 31 December 2007, retrieved 19 December 2007 https://web.archive.org/web/20071231133347/http://www.doom9.org/codecs-quali-105-3.htm

  48. Loli-Queru, Eugenia (12 December 2007). "Theora vs. h.264". OSNews. Retrieved 1 April 2008. http://www.osnews.com/story/19019/Theora-vs-h.264/

  49. 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. https://archive.today/20120707194336/http://etill.net/projects/dirac_theora_evaluation/

  50. Montgomery, Chris. "Theora "the push for 1.0" update". Retrieved 19 December 2007. http://web.mit.edu/xiphmont/Public/theora/demo.html

  51. Blizzard, Christopher. "Theora Update 7 May 2009". Retrieved 10 May 2009. http://web.mit.edu/xiphmont/Public/theora/demo7.html

  52. DiBona, Chris (13 June 2009). "H.264-in-

  53. Maxwell, Greg (13 June 2009). "YouTube / Ogg/Theora comparison". Xiph.Org Foundation. Archived from the original on 9 July 2009. Retrieved 10 August 2009. https://web.archive.org/web/20090709062345/http://people.xiph.org//~greg//video//ytcompare//comparison.html

  54. Merten, Maik (15 June 2009). "Another online-video comparison". Xiph.Org Foundation. Archived from the original on 9 July 2009. Retrieved 10 August 2009. https://web.archive.org/web/20090709062338/http://people.xiph.org//~maikmerten//youtube//

  55. Richmond, Gary. "Firefogg: Transcoding videos to open web standards with Mozilla Firefox". Retrieved 2 November 2023. http://freesoftwaremagazine.com/articles/firefogg_transcoding_videos_open_web_standards_mozilla_firefox/

  56. "Xiph Subversion repository: trunk/theora-fpga". Xiph.Org Foundation. Retrieved 10 August 2009. http://svn.xiph.org/trunk/theora-fpga/

  57. "XiphWiki: Theora Hardware". Xiph.Org Foundation. Retrieved 10 August 2009. http://wiki.xiph.org/Theora_Hardware

  58. MozillaWiki (18 March 2009), Firefox3.5/Features, MozillaWiki, retrieved 11 October 2009 https://wiki.mozilla.org/Firefox3.5/Features

  59. Mozilla Corporation (30 June 2009), Mozilla Firefox 3.5 Release Notes, Mozilla Corporation, retrieved 11 October 2009 http://www.mozilla.com/en-US/firefox/3.5/releasenotes/

  60. Mozilla Corporation (9 February 2010), Firefox Mobile Features, Mozilla Corporation, retrieved 9 February 2010 http://www.mozilla.com/en-US/mobile/features/#cutting-edge

  61. "Firefox 126 for developers". developer.mozilla.org. Retrieved 21 January 2025. https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/126

  62. "Mozilla Eyes Removal Of Theora Support In Firefox". www.phoronix.com. Retrieved 1 November 2023. https://www.phoronix.com/news/Mozilla-Eyes-Dropping-Theora

  63. "1860492 – Investigate removing Theora support". bugzilla.mozilla.org. Retrieved 1 November 2023. https://bugzilla.mozilla.org/show_bug.cgi?id=1860492

  64. Google Chrome to support HTML 5 video, SoftSailor, 28 May 2009, archived from the original on 3 October 2009, retrieved 11 October 2009 https://web.archive.org/web/20091003194653/http://www.softsailor.com/news/3787-3787.html

  65. Shankland, Stephen (28 May 2009), Google Chrome gets HTML video support, cnet news, retrieved 11 October 2009 http://news.cnet.com/8301-17939_109-10250958-2.html

  66. Issue 16657: Ensure FFmpeg binaries end up in snapshots on all platforms, Google Chromium, 14 July 2009, retrieved 6 February 2010 https://code.google.com/p/chromium/issues/detail?id=16657

  67. Larabel, Michael (7 December 2023). "Chrome 120 Released With Theora Support Evaporating, Adds WebGPU & CSS Improvements". www.phoronix.com. Retrieved 9 December 2023. https://www.phoronix.com/news/Google-Chrome-120

  68. "Deprecate and remove Theora support. – Chrome Platform Status". chromestatus.com. Retrieved 24 October 2023. https://chromestatus.com/feature/5158654475239424

  69. Kaiser, Robert (16 September 2009), What's New in SeaMonkey 2.0 Beta 2, seamonkey-project.org, retrieved 11 October 2009 http://www.seamonkey-project.org/releases/seamonkey2.0b2/changes

  70. Bugreport: Wish for audio/video element support in Konqueror, 13 May 2007, archived from the original on 28 December 2012, retrieved 2 December 2009 https://archive.today/20121228020255/https://bugs.kde.org/show_bug.cgi?id=145380

  71. Plans for Konqueror 4.4, 26 November 2009, archived from the original on 17 July 2011, retrieved 2 December 2009 https://web.archive.org/web/20110717175111/http://forum.kde.org/viewtopic.php?f=18&t=83851

  72. Jägenstedt, Philip (31 December 2009). "(re-)Introducing

  73. 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. https://web.archive.org/web/20100104201911/http://my.opera.com/desktopteam/blog/happy-new-year

  74. 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 https://web.archive.org/web/20071202032052/http://my.opera.com/ResearchWizard/blog/experimental-opera-video-build-with-native-ogg-theora-support

  75. A call for video on the web – Opera

  76. "ffmpeg2theora". v2v.cc. Archived from the original on 11 March 2008. Retrieved 2 June 2009. https://web.archive.org/web/20080311021714/http://v2v.cc/~j/ffmpeg2theora/

  77. "ffdshow Summary". Retrieved 23 October 2009. http://sourceforge.net/projects/ffdshow-tryout/

  78. Cutka, Milan (4 October 2002). "Theora support in ffdshow a ffvfw". theora-dev (Mailing list). http://lists.xiph.org/pipermail/theora-dev/2002-October/001329.html

  79. "Theora in .ogg no only .avi – ffdshow tryouts Forum". 15 January 2008. Retrieved 23 October 2009. http://ffdshow-tryout.sourceforge.net/phpBB2/viewtopic.php?p=2459&sid=6a8a488dd3aebb9e35764e950de65d60

  80. gstreamer.freedesktop.org. "GStreamer Base Plugins 0.10 (0.10.24.1)". Retrieved 23 October 2009. http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/

  81. gstreamer.freedesktop.org. "GStreamer Base Plugins 0.10 Plugins Reference Manual – Theora plugin library". Retrieved 23 October 2009. http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-plugin-theora.html

  82. "Ogg Video Tools - Browse Files at SourceForge.net". sourceforge.net. Retrieved 6 November 2022. https://sourceforge.net/projects/oggvideotools/files/