PDA

View Full Version : MKV headers


Razorholt
14th March 2006, 03:11
How can I find out the headers size of any given MKV files?

Thank you.


- Dan

foxyshadis
14th March 2006, 04:38
Try mkvverify "file" -summary. The last line is something like:

overhead : 112,629

Razorholt
14th March 2006, 05:02
Perfect!!

Thank you.
- Dan

Razorholt
17th March 2006, 01:06
Is it correct to assume that overhead and headers are the same? if not, how to get the correct size of the headers only?

Thanks,
- Dan

foxyshadis
17th March 2006, 10:23
Actually I guess that is just full muxing overhead and not just headers, I have no idea how to get their size out. =\

Razorholt
17th March 2006, 18:36
That's ok. Maybe I should use MP4 instead of MKV. Can we isolate the real headers from MP4 files?


Thanks,
- Dan

GodofaGap
17th March 2006, 19:18
You are aware that MKV files (nor do many container types) do not have a fixed header size right? If you want to know how to read out the headers perhaps it easier to read the specification?

Elic
17th March 2006, 20:25
mkvinfo [ -g ] file.mkv ?

Razorholt
18th March 2006, 01:25
wow! Thanks Elic! You just made my day :)

- Dan