Log in

View Full Version : Matroska chapters in MPC


omion
29th February 2004, 03:42
I've lately been trying to add chapters to my Matroska file, using MMG 0.8.4, but I can't quite get them to work. When I look at the chapter information in Media Player Classic 6.4.7.8, I get negative values. For example, adding the chapter file:
<?xml version="1.0" encoding="UTF-8"?>
<Chapters>
<EditionEntry>
<ChapterAtom>
<ChapterTimeStart>00:00:00.000</ChapterTimeStart>
<ChapterDisplay>
<ChapterString>Chapter 1</ChapterString>
<ChapterLanguage>eng</ChapterLanguage>
</ChapterDisplay>
</ChapterAtom>
</EditionEntry>
</Chapters>
will show up in MPC as:
[-210686843:-48:-59] Chapter 1
All chapters, no matter how many, will have negative times. Apparently they're correct in the Matroska file, as MKVinfo shows the correct values, but MPC doesn't like them.

Any ideas?

KpeX
29th February 2004, 15:24
I had this problem once, turned out to be a problem with the version of the Matroska splitter I was using - make sure you're using the internal Matroska splitter in MPC 6.4.7.8 or upgrade to the latest from guliverkli.

omion
29th February 2004, 21:09
Boy do I feel like a noob... I was rearranging my files, and accidently deleted my current splitter. So I was using 1.0.1.5 instead of 1.0.2.1. I just re-installed and registered 1.0.2.1, and it works like a charm! Thanks!