PDA

View Full Version : Matroska tags


vlada
26th January 2006, 00:24
Hello,
Is there a tool to create/modify tags for an already created Matroska file? I tried MatroskaProp, but it displays a warning, that the tagging feature shouldn't be used. Is there another similar tool i can use?

robU*4
27th January 2006, 00:02
You might be able to extract tags with mkvextract, modify the file and then remux with mkvmerge.

vlada
27th January 2006, 09:11
robU*4> I wnat to have Matroska tags in my MKV file. What would the remuxing solve? It is h264+ac3, both files are elementary streams a dosen't contain any tags. I just wnat to ad tags such as artist, title, year ets. I'll probably ask MP3Tag developers to add support for matroska. Would it be very difficult?

Thank you,
Vlada

Suchy
27th January 2006, 11:07
You must write this tags in XML file and add tags from this file during remuxing.

robU*4
27th January 2006, 21:59
Example of tags for video (http://www.matroska.org/technical/specs/tagging/example-video.html)

There might be an example XML file provided with mkvtoolnix.

frodeste
2nd October 2006, 13:01
Example of tags for video (http://www.matroska.org/technical/specs/tagging/example-video.html)

There might be an example XML file provided with mkvtoolnix.

Any news about a tool that will allow changing such tags directly? I would love to have such a tool for all my home movies, that I have convertet to H.264 stored in Matroska container.