mkvmerge example tags XML
Xml
code posted
created at 04 Dec 14:36
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE Tags SYSTEM "matroskatags.dtd"> <Tags> <Tag> <Targets> <!-- TrackUIDs and ChapterUIDs can occur more than once. --> <TrackUID>1</TrackUID> <TrackUID>2</TrackUID> <TrackUID>3</TrackUID> <TrackUID>4</TrackUID> <ChapterUID>2</ChapterUID> <ChapterUID>4</ChapterUID> <ChapterUID>6</ChapterUID> <ChapterUID>8</ChapterUID> </Targets> <!-- The new tagging system. It's more or less a 'Name=String' system, --> <!-- but entries may also be nested. Also the Matroska specs give --> <!-- you a set of pre-defined tag names for better cross-application --> <!-- usability. However, you are free to use your own tag names. --> <Simple> <Name>LEAD_PERFORMER</Name> <String>Tori Amos</String> </Simple> <Simple> <Name>ALBUM</Name> <String>Under the Pink</String> <Simple> <Name>TITLE</Name> <String>Cornflake Girl</String> </Simple> </Simple> </Tag> </Tags> |
1.06 KB in 3 ms with coderay