From lily at iskysoft.com Mon Nov 8 08:42:02 2010 From: lily at iskysoft.com (lily) Date: Mon, 8 Nov 2010 15:42:02 +0800 Subject: [Matroska-devel] Cooperation request from iSkysoft Message-ID: <201011081542006255424@iskysoft.com> Dear matroska developer, This is Lily from iSkysoft Studio, a developer of multimedia software for Mac and Windows platform. I just read your article "DVD Converter" at http://www.matroska.org/technical/guides/dvd/index.html. You mentioned "We are always more than happy if we get approached from makers or supporters of MKV-to-DVD conversion programs", so I'd like to introduce our DVD Creator to you, which supports MKV to DVD conversion. Here is the product page: http://www.iskysoft.com/dvd-creator-mac.html Step by step guide: http://www.iskysoft.com/user-guide/dvd-creator-mac.html We would like to send you a free key code so that you can evaluate this software properly. Looking forward to your response. Best regards, Lily iSkysoft Sales Team http://www.iskysoft.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom at voodoo-arts.net Wed Nov 10 11:33:35 2010 From: tom at voodoo-arts.net (Tom Kazimiers) Date: Wed, 10 Nov 2010 11:33:35 +0100 Subject: [Matroska-devel] Compiling DvdMenuXtractor Message-ID: <4CDA74FF.2070206@voodoo-arts.net> Hi, the program DvdMenuXtractor (dmx) seems to create menu structure information from DVDs usable in matroska containers. So I wanted to try that out, but I don't seem able to compile it. My platform is linux 64 bit. The only compilation instructions I found was for libmatroska and libebml, which contain separate Makefiles. Unfortunately I didn't find out what build system the contained .proj files refer to. Somewhere I read about coremake (by looking for strings from within the .proj files), but I couldn't find it anywhere. There is such a dmx.proj file in dmx directory as well. Can you provide some information about the used make build system? I started to create a cmake build build for that, but am not finished with that. Probably this will take some more time. Maybe someone has already a compiled version for linux---I would be happy to get a pointer to it. In the end I just want to try out the matrskas menu feature. If not available, I surely will continue with trying to compile it. Cheers, Tom From slhomme at matroska.org Thu Nov 11 17:07:52 2010 From: slhomme at matroska.org (Steve Lhomme) Date: Thu, 11 Nov 2010 17:07:52 +0100 Subject: [Matroska-devel] Compiling DvdMenuXtractor In-Reply-To: <4CDA74FF.2070206@voodoo-arts.net> References: <4CDA74FF.2070206@voodoo-arts.net> Message-ID: Hi Tom, You can find coremake here: https://coremake.svn.sourceforge.net/svnroot/coremake/trunk it's also included in the SVN in foundation_src/corec/tools For Linux there is a basic Makefile. Just run "sudo make install" in that folder and coremake will be installed. Then in the DvdMenuXtractor folder just run "coremake gcc_linux_64" and then "make" It uses Qt so you need a working Qt dev environment as well. But DvdMenuXtractor is old and has not been updated since coremake has evolved so much. I'm not sure the build it still possible that way. Steve On Wed, Nov 10, 2010 at 11:33 AM, Tom Kazimiers wrote: > Hi, > > the program DvdMenuXtractor (dmx) seems to create menu structure > information from DVDs usable in matroska containers. So I wanted to try > that out, but I don't seem able to compile it. My platform is linux 64 bit. > > The only compilation instructions I found was for libmatroska and > libebml, which contain separate Makefiles. Unfortunately I didn't find > out what build system the contained .proj files refer to. Somewhere I > read about coremake (by looking for strings from within the .proj > files), but I couldn't find it anywhere. There is such a dmx.proj file > in dmx directory as well. > > Can you provide some information about the used make build system? I > started to create a cmake build build for that, but am not finished with > that. Probably this will take some more time. > > Maybe someone has already a compiled version for linux---I would be > happy to get a pointer to it. In the end I just want to try out the > matrskas menu feature. If not available, I surely will continue with > trying to compile it. > > Cheers, > Tom > _______________________________________________ > Matroska-devel mailing list > Matroska-devel at lists.matroska.org > http://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-devel > Read Matroska-Devel on GMane: http://dir.gmane.org/gmane.comp.multimedia.matroska.devel >