[EMAIL PROTECTED] wrote:
> Hi all.
> Here is the first Matroska parser for the mmpython package.
> Don't hesitate to test it against your MKV bitstreams.

Nice, thanks. Since I don't have matroska files, I downloaded samples
from matroska.free.fr/samples/matrix/index.html.

The first file should have more than one chapter, also subtitles. And
I also saw that a 'title' is stored inside the stream. This are very
usefull informations (title for display, chapters fro mplayer
navigation) to also include in your parser.

> BTW some questions about MMpython internals :
> 1 - What is the unit of the lenght ? Seconds ? Minutes ? Date string ?

seconds

> 2 - Matroska manage subtitles as track (ie like video an audio). I do not
> find a 'SubtitleMedia' object in the MediaAV object. is there anyway to
> specify embedded multi-subtitles tracks in mmpython ?

AVInfo has also a subtitles list, like video and audio. Look at
mediainfo.py and scan for 'subtitle'. There is also a parser for
vobsub subtitles as example in this file.


Dischi

-- 
A black cat crossing your path signifies that the animal is going somewhere.
                -- Groucho Marx


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to