Log in

View Full Version : direct title editing in mkv possible?


ivanova
21st October 2003, 14:09
I did a quick search but couldn't find anything. Is it possible to edit the title/tag info in a matroska file directly without remuxing it in VDM or mkvmerge? And while on the subject could it be done with a .avi file?

Not a BIG deal, but could be useful if you're out of space (like I am all the time ;))

ChristianHJW
21st October 2003, 18:12
http://downloads.matroska.org/cdl ... yes, its posible with Jcsston's great shell extension. I hear rumpours he has a new version ready though, with some bugs fixed ;) ....

jkwarras
21st October 2003, 18:14
Originally posted by ivanova
I did a quick search but couldn't find anything. Is it possible to edit the title/tag info in a matroska file directly without remuxing it in VDM or mkvmerge? And while on the subject could it be done with a .avi file?


For a matroska file use Matroska Shell extension and tag the video track as Multitle (Title, name): Nameofthemovie. Press "save". You can find it here: http://cvs.corecodec.org/cgi-bin/viewcvs.cgi/*checkout*/matroska/doc/website/downloads/shellextension/index.html

For an avi you can use Gspot,
http://www.headbands.com/gspot/gspot221.exe
load the file and add comments, it's simple and you don't have to remux :)

ivanova
21st October 2003, 22:23
Cool, thanks for the replies. It works well ;)