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?
<?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?