Theora: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Features available in the Theora Format (and a comparison to VP3 and MPEG-4 ASP): | Features available in the Theora Format (and a comparison to VP3 and MPEG-4 ASP): | ||
- block-based motion compensation | - block-based motion compensation | ||
- 8x8 Type-II Discrete Cosine Transform | - 8x8 Type-II Discrete Cosine Transform | ||
- free-form variable bit rates (VBR) | - free-form variable bit rates (VBR) | ||
- adaptive in-loop deblocking applied to the edges of the coded blocks (not existing in MPEG-4 ASP) | - adaptive in-loop deblocking applied to the edges of the coded blocks (not existing in MPEG-4 ASP) |
Revision as of 08:27, 16 September 2005
Theora is our video codec, based on the VP3 codec donated by On2 Technologies. We've refined and extended it, giving it the same future scope for encoder improvement Vorbis has. See http://theora.org/ for more information.
Features available in the Theora Format (and a comparison to VP3 and MPEG-4 ASP):
- block-based motion compensation
- 8x8 Type-II Discrete Cosine Transform
- free-form variable bit rates (VBR) - adaptive in-loop deblocking applied to the edges of the coded blocks (not existing in MPEG-4 ASP) - block sizes down to 8x8 (MPEG-4 ASP supports normally only 16x16) - 384 8x8 custom quantization matrices: intra/inter, luma/chroma and even each quant (more than VP3 and MPEG-4 ASP/AVC) - adaptive entropy encoding (MPEG-4 ASP doesnt support adaptivity) - 4:2:0, 4:2:2, and 4:4:4 chroma subsampling formats (VP3 and MPEG-4 ASP only support 4:2:0) - multiple reference frames (not possible in MPEG-4 ASP) - pixel aspect ratio (eg for anamorphic signalling/playback) - non-linear scaling of quants values (as done in MPEG-4 AVC) - adaptive quantisation down to the block level (as possible in MPEG-4 ASP/AVC) - intra frames (I-Frames in MPEG), inter frames (P-Frames), but no B-Frames (as supported in MPEG-4 ASP/AVC) - HalfPixel Motion Search Precision (MPEG-4 ASP/AVC supports HalfPixel or QuarterPixel) - technologies used already in Vorbis (decoder setup configuration, bitstream headers...) not available in VP3
Status
Alpha 5 is the latest release. The bitstream format is frozen. Every file created with the alpha 3 encoder (and, of course, later encoders) will be playable with future decoders. Beta 1 will be the next release.
It would be nice if somewhere it could be explained if Theora is a format appropriate for editing video - such formats would not do frame to frame compression and the file size and processor load would be smaller. On the other hand a distribution format would want to pack in a lot of compression which would mean using frame to for compression.
Development
More information
- TheoraHardware: List of hardware-players supporting Ogg Theora
- TheoraSoftwarePlayers: List of media players that can play Ogg Theora
- TheoraDecoders: List of decoders
- TheoraEncoders: List of encoders
External links
- Theora homepage
- Theora documentation daily builds
- Wikipedia: Theora
- VP3 homepage: The homepage of the codec Theora is based on
- On2 Technologies: The creators of VP3