[MPlayer-dev-eng] [PATCH] Theora in Matroska
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Wed Sep 20 11:02:18 CEST 2006
On Wednesday 20 September 2006 11:40, Nico Sabbi wrote:
> Evgeniy Stepanov wrote:
> >Hi,
> >
> >this patch adds Theora video support to demux_mkv.
> >
> >I just copypasted a piece code without thinking. Seems to work. Please
> >review :)
> >
> >
> >------------------------------------------------------------------------
>
> is there anything that works out of the box with matroska
> without having to patch the demuxer?
Theora sure requires patching, because it's 3 first packets (bitstream
headers) are stored as codec private data. I don't see any mpeg-related hacks
in the demuxer, so that maybe what you are looking for.
Anyway, you have to convert matroska CodecId to fourcc for everything except
VfW-compatibility mode tracks.
More information about the MPlayer-dev-eng
mailing list