Correct, but it has a different doctype: "webm" instead of "matroska".
> The latter is
> able to embed any number of video, audio, and subtitle formats. But I'm
> unsure on how many video/audio/subtitle tracks can a particular .webm file
> contain. As far as I am concerned, it would be one video track, one audio
> track and zero subtitle tracks. Am I right on that?
I think that's what the container standard says. Here's link:
http://www.webmproject.org/code/specs/container/
For now, assume that a webm file has 0 or 1 video tracks, 0 or 1 audio
tracks, and no subtitles. (Work on subtitles, XMP metatdata, etc, is
in work, however.)
-Matt
Steve
> --
> You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
> To post to this group, send email to webm-d...@webmproject.org.
> To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
> For more options, visit this group at http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
>
>
--
Steve Lhomme
Matroska association Chairman
I guess by the same reasoning that subtitles are to be kept outside,
a different audio track means a different file served...
If it's not specifically prohibited by the spec, then I guess that
means it's OK. I know the parsers I wrote don't care how many streams
are in the file. The usual rule applies: be conservative about what
you write, and liberal about what you read.
-Matt