PDA

View Full Version : Convert MKV (and other?) chapters to Samsung MTA



Redah
12-11-2011, 06:15 AM
Hello,

With the support for Samsung MTA files, it would be nice if Mezzo could extract chapters from MKV files and convert them to MTA files. An example of a MKV chapter looks like this:


<?xml version="1.0" encoding="UTF-8"?>

<!-- <!DOCTYPE Tags SYSTEM "matroskatags.dtd"> -->

<Chapters>
<EditionEntry>
<EditionFlagHidden>0</EditionFlagHidden>
<EditionFlagDefault>0</EditionFlagDefault>
<EditionUID>2519964587</EditionUID>
<ChapterAtom>
<ChapterUID>2699670717</ChapterUID>
<ChapterTimeStart>00:00:00.000000000</ChapterTimeStart>
<ChapterFlagHidden>0</ChapterFlagHidden>
<ChapterFlagEnabled>1</ChapterFlagEnabled>
<ChapterDisplay>
<ChapterString>00:00:00.000</ChapterString>
<ChapterLanguage>eng</ChapterLanguage>
</ChapterDisplay>
</ChapterAtom>
<ChapterAtom>
<ChapterUID>1137453199</ChapterUID>
<ChapterTimeStart>00:04:24.890000000</ChapterTimeStart>
<ChapterFlagHidden>0</ChapterFlagHidden>
<ChapterFlagEnabled>1</ChapterFlagEnabled>
<ChapterDisplay>
<ChapterString>00:04:24.890</ChapterString>
<ChapterLanguage>eng</ChapterLanguage>
</ChapterDisplay>
</ChapterAtom>
</EditionEntry>
</Chapters>

If Mezzmo could parse this and turn it into a Samsung MTA file... That'd be awesome, as even the new Samsung TVs seriously lack a proper ffwd/rewind...

Paul
12-12-2011, 08:55 AM
Thank you for the suggestion - we'll look into this.

Redah
12-12-2011, 07:52 PM
Cool. Samsung needs to seriously fix their SmartTV software... Fastforwarding only 5 seconds is just plain stupid :confused:

If you need a full .XML file from a .MKV, let me know.