From Fedora Project Wiki
(→‎Fedora 10 (only video): add link to bug report for FFmpeg)
m (Cosmetics: capitalize names where appropriate, use codec-in-container form)
Line 9: Line 9:
=== Video Codecs ===
=== Video Codecs ===


* [http://diracvideo.org/ dirac]
* [http://diracvideo.org/ Dirac]
* [http://theora.org/ theora]
* [http://theora.org/ Theora]


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


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


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


* [http://mso.fedorapeople.org/codecs-test/codec_test.schro.mkv matroska + dirac]
* [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 + dirac]
* [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 30:
{| border="1"
{| border="1"
|-
|-
| '''Container + Video codec''' || '''GStreamer''' || '''Xine-lib''' || '''MPlayer''' || '''VLC''' || '''FFmpeg'''
| '''Video codec in container''' || '''GStreamer''' || '''Xine-lib''' || '''MPlayer''' || '''VLC''' || '''FFmpeg'''
|-
|-
| matroska + dirac || OK || Floating point exception || Unknown/unsupported CodecID V_DIRAC. || unknown codec id=`V_DIRAC' || [matroska @ 0x21d50c0]Unknown/unsupported CodecID V_DIRAC [https://roundup.ffmpeg.org/roundup/ffmpeg/issue830 issue #830]
| Dirac in Matroska || OK || Floating point exception || Unknown/unsupported CodecID V_DIRAC. || unknown codec id=`V_DIRAC' || [matroska @ 0x21d50c0]Unknown/unsupported CodecID V_DIRAC [https://roundup.ffmpeg.org/roundup/ffmpeg/issue830 issue #830]
|-
|-
| matroska + theora || OK || [theora @ 0x96a6620]Missing extradata! [http://bugs.xine-project.org/show_bug.cgi?id=159 bug #159] || OK || 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 + dirac || 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]
| 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 || OK
| Theora in Ogg || OK || OK || OK || OK || OK

Revision as of 11:43, 9 February 2009

FLOSS Multimedia

Containers

Video Codecs

Audio Codecs

Compatibility Matrix

Reference Files

Fedora 10 (only video)

Video codec in container GStreamer Xine-lib MPlayer VLC FFmpeg
Dirac in Matroska OK Floating point exception Unknown/unsupported CodecID V_DIRAC. unknown codec id=`V_DIRAC' [matroska @ 0x21d50c0]Unknown/unsupported CodecID V_DIRAC issue #830
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