Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: May 2002
Location: South Africa
Posts: 72
|
matroska tags & chapters using mkvmerge? (foobar2000 plugin)
I've been playing around with mka's in fb2k and muxing with mkvmerge. Everything seems to work with the v0.5 plugin. I can mux in a mp3 and use a cuesheet to divide the file into chapters for the tracks (mkvmerge doesn't like the 'CATALOG 0000000000000' added by EAC btw)
fb2k recognises the chapters, and I can then add title/artist tags which are saved in the mka. I've been trying to add tags from mkvmerge but fb2k doesn't recognise them. Mkvextract and mkvinfo shows them fine. I am no expert at matroska tags, but it seems to me that a tag should have targets that can be specified in a xml file like this: Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Tags SYSTEM "matroskatags.dtd">
<Tags>
<Tag>
<Targets>
<TrackUID>649381306</TrackUID>
<ChapterUID>3894844578</ChapterUID>
</Targets>
<Simple>
<Name>TITLE</Name>
<String>Androgyny</String>
</Simple>
</Tag>
</Tags>
Thanks Last edited by ivanova; 16th February 2004 at 21:53. |
|
|
|
|
|
#5 | Link | |
|
Registered User
Join Date: Mar 2003
Location: Portugal
Posts: 175
|
Quote:
|
|
|
|
|
![]() |
|
|