From Fedora Project Wiki
(→‎Fedora 10 (only video): - add reference for xine-lib bug about matroska+theora)
(→‎Fedora 10 (only video): Dirac in Matroska works fine in current SVN FFmpeg and MPlayer)
 
(9 intermediate revisions by the same user not shown)
Line 4: Line 4:


* [http://www.matroska.org/ Matroska] (mkv, mka, mks)
* [http://www.matroska.org/ Matroska] (mkv, mka, mks)
* [http://www.nut-container.org/ Nut]
* [http://www.xiph.org/ogg/ Ogg]
* [http://www.xiph.org/ogg/ Ogg]
* [http://en.wikipedia.org/wiki/Ogg_Media Ogg Media] (ogm) - deprecated, you should use ogg or matroska instead
* [http://en.wikipedia.org/wiki/Ogg_Media Ogg Media] (ogm) - deprecated, you should use ogg or matroska instead
Line 9: Line 10:
=== Video Codecs ===
=== Video Codecs ===


* [http://diracvideo.org/ dirac/schroedinger]
* [http://diracvideo.org/ Dirac]
* [http://theora.org/ theora]
* [http://theora.org/ Theora]
* [http://wiki.multimedia.cx/index.php?title=Snow Snow] (experimental)


=== Audio Codecs ===
=== Audio Codecs ===


* [http://flac.sourceforge.net/ flac] - lossless
* [http://flac.sourceforge.net/ FLAC] - lossless
* [http://www.vorbis.com/ vorbis] - lossy
* [http://www.musepack.net/ Musepack] - lossless
* [http://www.vorbis.com/ Vorbis] - lossy


== Compatibility Matrix ==
== Compatibility Matrix ==
Line 21: Line 24:
=== Reference Files ===
=== Reference Files ===


* [http://mso.fedorapeople.org/codecs-test/codec_test.schro.mkv matroska + schroedinger]
* [http://mso.fedorapeople.org/codecs-test/codec_test.schro.mkv Dirac in Matroska]
* [http://mso.fedorapeople.org/codecs-test/codec_test.theora.mkv matroska + theora]
* [http://mso.fedorapeople.org/codecs-test/codec_test.theora.mkv Theora in Matroska]
* [http://mso.fedorapeople.org/codecs-test/codec_test.schro.ogg ogg + schroedinger]
* [http://mso.fedorapeople.org/codecs-test/codec_test.schro.ogg Dirac in Ogg]
* [http://mso.fedorapeople.org/codecs-test/codec_test.theora.ogg ogg + theora]
* [http://mso.fedorapeople.org/codecs-test/codec_test.theora.ogg Theora in Ogg]


=== Fedora 10 (only video) ===
=== Fedora 10 (only video) ===
Line 30: Line 33:
{| border="1"
{| border="1"
|-
|-
| '''Container + Video codec''' || '''gstreamer''' || '''xine-lib''' || '''mplayer''' || '''vlc'''
| '''Container and video codec''' || '''GStreamer''' || '''Xine-lib''' || '''MPlayer''' || '''VLC''' || '''FFmpeg'''
|-
|-
| matroska + schroedinger || OK || Floating point exception || Unknown/unsupported CodecID V_DIRAC. || unknown codec id=`V_DIRAC'
| Dirac in Matroska || OK || Floating point exception || OK || unknown codec id=`V_DIRAC' || OK
|-
|-
| matroska + theora || OK || [theora @ 0x96a6620]Missing extradata! [http://bugs.xine-project.org/show_bug.cgi?id=159 bug #159] || OK || OK
| Theora in Matroska || OK || [theora @ 0x96a6620]Missing extradata! [http://bugs.xine-project.org/show_bug.cgi?id=159 bug #159] || OK || OK || OK
|-
|-
| ogg + schroedinger || OK || Floating point exception || Ogg stream 0 is of an unknown type || buggy (generally works but incredibly slow)
| Dirac in Ogg || OK || Floating point exception || Ogg stream 0 is of an unknown type || buggy (generally works but incredibly slow) || Error while opening file [https://roundup.ffmpeg.org/roundup/ffmpeg/issue831 issue #831]
|-
|-
| ogg + theora || OK || OK || OK || OK
| Theora in Ogg || OK || OK || OK || OK || OK

Latest revision as of 20:41, 9 February 2009

FLOSS Multimedia

Containers

Video Codecs

Audio Codecs

Compatibility Matrix

Reference Files

Fedora 10 (only video)

Container and video codec GStreamer Xine-lib MPlayer VLC FFmpeg
Dirac in Matroska OK Floating point exception OK unknown codec id=`V_DIRAC' OK
Theora in Matroska OK [theora @ 0x96a6620]Missing extradata! bug #159 OK OK OK
Dirac in Ogg OK Floating point exception Ogg stream 0 is of an unknown type buggy (generally works but incredibly slow) Error while opening file issue #831
Theora in Ogg OK OK OK OK OK