Hacker News new | past | comments | ask | show | jobs | submit login

1. Probably true in that most demuxers don't read matroska tags, but it's standardized (and has been for the past 5 years or so) at http://www.matroska.org/technical/specs/tagging/index.html

Whereas ogg metadata is codec-dependant. In practice though, most (not all!) codecs in ogg just use vorbis comments, where the only official tags are http://xiph.org/vorbis/doc/v-comment.html

2. Mozilla's C++ style guide hasn't been updated since like 1996, when C++ was still grossly compiler-dependant. It shouldn't be taken as anything other than a sign that that's the era in which Mozilla is stuck.

And actually Safari supports AVI in <video>.




It's been a while since I looked at the metadata standards, but it's my memory that there are two: one that is "deprecated", supports only a few tags, and is supported by libraries,, and the "new" format you linked to, which is the "way forward" but so far completely unsupported by anything.

The specific problems I remember are that the ReplayGain tag contents are unspecified (decimal, like Vorbis/FLAC? IEEE754 half, single, double in some endianness?), there's no support for cover art, and the "examples" are all broken links. In my opinion, FLAC has the best metadata support -- Vorbis is close, but its cover art support is a catastrophe.


No clue what the depreciated version might be, as far as I know what I linked to hasn't changed since sometime around 2005 (which would explain any broken links.)

Cover art wasn't specifically defined in mkv I think, but it became standard to do an attachment named cover.jpg for it.

The spec on ReplayGain seems pretty clear to me: it's the 16-bit binary format defined at http://replaygain.hydrogenaudio.org/rg_data_format.html which is two links away from the mkv spec.


The "original" 9-bit fixed-point encoding isn't widely used; most formats use a 32- or 64-bit float, or the number encoded as a string. One of the Matroska developers posted on the HydrogenAudio forums[1] saying they use a 32-bit float, but the spec he quotes later[2] is different than what's on the actual Matroska site.

Do you know if the cover.jpg standard is documented anywhere? Searching for "matroska cover.jpg" just yields a bunch of bittorrent sites.

[1] http://www.hydrogenaudio.org/forums/index.php?showtopic=7294...

[2] http://www.hydrogenaudio.org/forums/index.php?showtopic=7294...


I think cover.jpg came from doom9 [1]

I guess robux4 was talking about the old system, which I honestly didn't know existed before you brought it up. If the new system doesn't use the 16 bit format then yeah, it isn't well specified.

[1] http://forum.doom9.org/showthread.php?p=388815#post388815




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: