- From: Brendan Long <B.Long@cablelabs.com>
- Date: Mon, 11 Nov 2013 18:54:07 +0000
- To: "public-inbandtracks@w3.org" <public-inbandtracks@w3.org>
Received on Monday, 11 November 2013 18:54:35 UTC
mkvinfo<http://www.bunkus.org/videotools/mkvtoolnix/doc/mkvinfo.html> is the only program I've been able to find so far that displays the TrackUID, and it displays it as a decimal number. ________________________________ From: Brendan Long [B.Long@cablelabs.com] Sent: Monday, November 11, 2013 11:37 AM To: public-inbandtracks@w3.org Subject: Track "id" format? I'm trying to implement the "id" attribute for in-band tracks<https://bugzilla.gnome.org/show_bug.cgi?id=711522>, and I'm wondering how IDs should be formatted. For example, MPEG-TS's PID<https://en.wikipedia.org/wiki/MPEG_transport_stream#PID> is 13 bits, but I'm not sure if there's a standard non-binary way of representing it. Matroska / WebM have an arbitrary sized unsigned integer TrackUID<http://matroska.org/technical/specs/index.html#TrackUID>. Should we represent them as decimal, hexidecimal, or something else? I assume we should use whatever formatting is common for each format, but I don't know what this is. Is there a good way to decide on this, or even better, an already-existing standard?
Received on Monday, 11 November 2013 18:54:35 UTC