From damienbt at msn.com Mon Jan 7 18:30:46 2008 From: damienbt at msn.com (Damien Bain-Thouverez) Date: Mon, 7 Jan 2008 18:30:46 +0100 Subject: [Matroska-devel] Chapters with IAMExtendedSeeking interface ? Message-ID: Hi, I am the creator of Media Control, an application that integrates within Media Center and that lets control FFDShow live settings and splitter streams, including Haali Media Splitter : I can switch audio/subtitle streams thanks to the publication of IAMStreamSelect interface However I am unable to retrieve the chapters list, although I saw a post on the web on the IAMExtendedSeeking interface supported by Haali splitter. So is this interface no longer supported ? Is there another interface to be used ? I have done my tests with the last Haali media splitter release : 29th december 2007 Thanks, Damien BT http://damienbt.free.fr _________________________________________________________________ Microsoft vous offre un logiciel pour classer, retoucher et partager vos photos ! http://www.windowslive.fr/galerie/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From emanuele.fumagalli at babelgum.com Tue Jan 8 16:33:22 2008 From: emanuele.fumagalli at babelgum.com (emanuele fumagalli) Date: Tue, 8 Jan 2008 09:33:22 -0600 Subject: [Matroska-devel] Matroska fast start Message-ID: Hi all, Hope this is the right place to ask, otherwise redirect me to the appropriate forum. I think it would be good to have a way to multiplex with Matroska putting all the required information for start playing a clip at the beginning of the file. Now the only command line matroska multiplexer (mkvmerge) puts the Cues Section at the end of the file. This means that it's a little more complicated to stream it and there's a little overhead. Is there an easy way to move that section at the beginning? I just need some tips how to do that, what library to use and some generic steps to follow to achieve that. Thanks in advance for any help Bye emanuele -------------- next part -------------- An HTML attachment was scrubbed... URL: From BS.99 at gmx.net Wed Jan 9 16:46:22 2008 From: BS.99 at gmx.net (S3Ri0US) Date: Wed, 9 Jan 2008 16:46:22 +0100 Subject: [Matroska-devel] Header length in Bytes ? Message-ID: <000e01c852d6$c90bc590$1502a8c0@s3ri0us> Hi there.. i whant to make a little Splitting Tool for MKV Files.. But when im splitting the Files the Header Informations will lost in the Second File... so im trying to read out the Header from the File and but into the Splittet Files, but how long (Bytes) are the header 0 to ?? Bytes Thanks a lot. -- Ich verwende die kostenlose Version von SPAMfighter f?r private Anwender, die bei mir bis jetzt 1190 Spammails entfernt hat. Bezahlende Anwender haben diesen Hinweis nicht in ihren E-Mails. Laden Sie SPAMfighter kostenlos herunter: http://www.spamfighter.com/lde -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at haali.net Wed Jan 9 21:57:26 2008 From: mike at haali.net (=?UTF-8?B?0JzQuNGF0LDQuNC7INCc0LDRhtC90LXQsg==?=) Date: Wed, 09 Jan 2008 23:57:26 +0300 Subject: [Matroska-devel] Chapters with IAMExtendedSeeking interface ? In-Reply-To: References: Message-ID: <47853536.9000508@haali.net> Damien Bain-Thouverez wrote: > > Hi, > > I am the creator of Media Control, an application that integrates within > Media Center and that lets control FFDShow live settings and splitter > streams, including Haali Media Splitter : I can switch audio/subtitle > streams thanks to the publication of IAMStreamSelect interface > > However I am unable to retrieve the chapters list, although I saw a post > on the web on the IAMExtendedSeeking interface supported by Haali splitter. > > So is this interface no longer supported ? Is there another interface to > be used ? > I have done my tests with the last Haali media splitter release : 29th > december 2007 The interface is supported and does work. However, the splitter supports only the native C/C++ interface, there is only a dummy IDispatch implementation that doesn't support any automation calls. Also note that IAMExtendedSeeking markers are numbered from one, not from zero. > > Thanks, > > Damien BT > http://damienbt.free.fr > > > ------------------------------------------------------------------------ > Windows Live Messenger 2008 vient de sortir, enti?rement personnalisable > ! T?l?chargez gratuitement Messenger 2008 > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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 From mike at haali.net Wed Jan 9 22:03:04 2008 From: mike at haali.net (=?UTF-8?B?0JzQuNGF0LDQuNC7INCc0LDRhtC90LXQsg==?=) Date: Thu, 10 Jan 2008 00:03:04 +0300 Subject: [Matroska-devel] Matroska fast start In-Reply-To: References: Message-ID: <47853688.7030901@haali.net> emanuele fumagalli wrote: > Hope this is the right place to ask, otherwise redirect me to the > appropriate forum. > > > > I think it would be good to have a way to multiplex with Matroska > putting all the required information for start playing a clip at the > beginning of the file. > > Now the only command line matroska multiplexer (mkvmerge) puts the Cues > Section at the end of the file. This means that it?s a little more > complicated to stream it and there?s a little overhead. > > > > Is there an easy way to move that section at the beginning? No, there isn't. The integers are encoded using variable length encoding, so some values may grow in size after being shifted up. You'd need to reserve some space to handle that case or use some iterative process until the cues stop growing. You'll also need to adjust SeekHeads if any stuff they point to is moved. > > I just need some tips how to do that, what library to use and some > generic steps to follow to achieve that. You could try libebml/libmatroska, but it's not very well documented. From mike at haali.net Wed Jan 9 22:04:35 2008 From: mike at haali.net (=?UTF-8?B?0JzQuNGF0LDQuNC7INCc0LDRhtC90LXQsg==?=) Date: Thu, 10 Jan 2008 00:04:35 +0300 Subject: [Matroska-devel] Haali Media Splitter + MMV4 bug In-Reply-To: <146.330-29273-216992563-1198929217@seznam.cz> References: <146.330-29273-216992563-1198929217@seznam.cz> Message-ID: <478536E3.5090009@haali.net> Hagar wrote: > Hi, maybe I found a bug in Your MatroskaSplitter. > I installed latest version of Haali Media Splitter (29/12/2007) and since then > the game Micro Machines V4 won't work. It ends with error message "Could not find output pin! hr=0x80040216". > When I uninstall the Splitter then Micro Machines V4 is OK again. Make sure you don't enable AVI and MPEG PS/TS support when installing, it doesn't fully emulate MS Splitters, and some apps might not like that. > > best regards, hagar > > sorry for my english > _______________________________________________ > 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 From steve.lhomme at free.fr Thu Jan 10 17:10:02 2008 From: steve.lhomme at free.fr (Steve Lhomme) Date: Thu, 10 Jan 2008 16:10:02 +0000 Subject: [Matroska-devel] Header length in Bytes ? In-Reply-To: <000e01c852d6$c90bc590$1502a8c0@s3ri0us> References: <000e01c852d6$c90bc590$1502a8c0@s3ri0us> Message-ID: <4786435A.7010201@free.fr> S3Ri0US wrote: > Hi there.. i whant to make a little Splitting Tool for MKV Files.. But > when im splitting the Files the Header Informations will lost in the > Second File... so im trying to read out the Header from the File and but > into the Splittet Files, but how long (Bytes) are the header 0 to ?? Bytes The header doesn't have a fixed length. The whole matroska file is based on EBML nested structures. Each level can have a variable size (even though some muxers use padding). To cut/edit/move data in a matroska file you need to understand the EBML architecture of the file to cut at the right boundaries. Steve From ludivine.bain-thouverez at laposte.net Thu Jan 10 19:04:45 2008 From: ludivine.bain-thouverez at laposte.net (Ludivine Bain-Thouverez) Date: Thu, 10 Jan 2008 19:04:45 +0100 Subject: [Matroska-devel] Re: Chapters with IAMExtendedSeeking interface ? Message-ID: <005901c853b3$49a65cb0$dcf31610$@bain-thouverez@laposte.net> Damien Bain-Thouverez wrote: > > Hi, > > I am the creator of Media Control, an application that integrates within > Media Center and that lets control FFDShow live settings and splitter > streams, including Haali Media Splitter : I can switch audio/subtitle > streams thanks to the publication of IAMStreamSelect interface > > However I am unable to retrieve the chapters list, although I saw a post > on the web on the IAMExtendedSeeking interface supported by Haali splitter. > > So is this interface no longer supported ? Is there another interface to > be used ? > I have done my tests with the last Haali media splitter release : 29th > december 2007 The interface is supported and does work. However, the splitter supports only the native C/C++ interface, there is only a dummy IDispatch implementation that doesn't support any automation calls. Also note that IAMExtendedSeeking markers are numbered from one, not from zero. > > Thanks, > > Damien BT > http://damienbt.free.fr > > > ------------------------------------------------------------------------ > Windows Live Messenger 2008 vient de sortir, enti?rement personnalisable > ! T?l?chargez gratuitement Messenger 2008 > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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 _______________________________________________ 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 From ludivine.bain-thouverez at laposte.net Thu Jan 10 18:57:10 2008 From: ludivine.bain-thouverez at laposte.net (Ludivine Bain-Thouverez) Date: Thu, 10 Jan 2008 18:57:10 +0100 Subject: [Matroska-devel] Re: Chapters with IAMExtendedSeeking interface ? Message-ID: <005201c853b2$39a974b0$acfc5e10$@bain-thouverez@laposte.net> Damien Bain-Thouverez wrote: > > Hi, > > I am the creator of Media Control, an application that integrates within > Media Center and that lets control FFDShow live settings and splitter > streams, including Haali Media Splitter : I can switch audio/subtitle > streams thanks to the publication of IAMStreamSelect interface > > However I am unable to retrieve the chapters list, although I saw a post > on the web on the IAMExtendedSeeking interface supported by Haali splitter. > > So is this interface no longer supported ? Is there another interface to > be used ? > I have done my tests with the last Haali media splitter release : 29th > december 2007 The interface is supported and does work. However, the splitter supports only the native C/C++ interface, there is only a dummy IDispatch implementation that doesn't support any automation calls. Also note that IAMExtendedSeeking markers are numbered from one, not from zero. > > Thanks, > > Damien BT > http://damienbt.free.fr > > > ------------------------------------------------------------------------ > Windows Live Messenger 2008 vient de sortir, enti?rement personnalisable > ! T?l?chargez gratuitement Messenger 2008 > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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 _______________________________________________ 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 From emanuele.fumagalli at babelgum.com Fri Jan 11 09:09:33 2008 From: emanuele.fumagalli at babelgum.com (emanuele fumagalli) Date: Fri, 11 Jan 2008 02:09:33 -0600 Subject: [Matroska-devel] Matroska fast start In-Reply-To: <47853688.7030901@haali.net> References: <47853688.7030901@haali.net> Message-ID: Hi, thanks for answering > No, there isn't. The integers are encoded using variable length encoding, so > some values may grow in size after being shifted up. You'd need to reserve some > space to handle that case or use some iterative process until the cues stop > growing. You'll also need to adjust SeekHeads if any stuff they point to is moved. > You could try libebml/libmatroska, but it's not very well documented. Don't you know if this kind of feature is already implemented in some Matroska multiplexer? To me it seems it's an important feature, in the future videos will be streamed through the internet. Having all the metadata and Cues at the beginning will avoid jumps on the file. Are there some steps to follow to implement it starting from an already multiplexed matroska file ? Thanks From teetrinker at gmx.net Fri Jan 11 10:01:38 2008 From: teetrinker at gmx.net (Richard Sotke) Date: Fri, 11 Jan 2008 10:01:38 +0100 Subject: [Matroska-devel] Matroska fast start In-Reply-To: References: <47853688.7030901@haali.net> Message-ID: <200801111001.38562.teetrinker@gmx.net> Am Freitag, 11. Januar 2008 09:09:33 schrieb emanuele fumagalli: > Hi, thanks for answering > > > No, there isn't. The integers are encoded using variable length encoding, > > so some values may grow in size after being shifted up. You'd need to > > reserve some space to handle that case or use some iterative process > > until the cues stop growing. You'll also need to adjust SeekHeads if any > > stuff they point to is moved. You could try libebml/libmatroska, but it's > > not very well documented. > > Don't you know if this kind of feature is already implemented in some > Matroska multiplexer? To me it seems it's an important feature, in the > future videos will be streamed through the internet. Having all the > metadata and Cues at the beginning will avoid jumps on the file. A little bit off topic, but beside progressive download you could use streaming via rtsp(rtp), with a streaming server like http://live.polito.it/documentation/feng . You can also use Matroska files as streaming source, if feng support a RTP Payload Format for the used audio/video formats. Here is a list off compatible clients: http://live.polito.it/documentation/feng_streaming_server/client_compatibility_list > > Are there some steps to follow to implement it starting from an already > multiplexed matroska file ? > > Thanks Regards Richard From chris at matroska.org Fri Jan 11 16:12:41 2008 From: chris at matroska.org (Christian HJ Wiesner) Date: Fri, 11 Jan 2008 16:12:41 +0100 Subject: [Matroska-devel] Matroska fast start In-Reply-To: <200801111001.38562.teetrinker@gmx.net> References: <47853688.7030901@haali.net> <200801111001.38562.teetrinker@gmx.net> Message-ID: <47878769.4080006@matroska.org> OT ?? Not at all :-), thanks for the info .... Christian matroska project admin Richard Sotke schrieb: > Am Freitag, 11. Januar 2008 09:09:33 schrieb emanuele fumagalli: > > A little bit off topic, but beside progressive download you could use > streaming via rtsp(rtp), with a streaming server like > http://live.polito.it/documentation/feng . You can also use Matroska files as > streaming source, if feng support a RTP Payload Format for the used > audio/video formats. > > Here is a list off compatible clients: > http://live.polito.it/documentation/feng_streaming_server/client_compatibility_list > From emanuele.fumagalli at babelgum.com Fri Jan 11 16:22:28 2008 From: emanuele.fumagalli at babelgum.com (emanuele fumagalli) Date: Fri, 11 Jan 2008 09:22:28 -0600 Subject: [Matroska-devel] Matroska fast start In-Reply-To: <200801111001.38562.teetrinker@gmx.net> References: <47853688.7030901@haali.net> <200801111001.38562.teetrinker@gmx.net> Message-ID: Thanks for the info. In my case I use http to stream the video, and I just need a way to place the Cues Section at the beginning of the file. Since I'm new to EBML I don't have any clue how to do that. From yann.renard.mailing-lists at tiscali.fr Mon Jan 14 14:34:42 2008 From: yann.renard.mailing-lists at tiscali.fr (Yann Renard) Date: Mon, 14 Jan 2008 14:34:42 +0100 Subject: [Matroska-devel] Crash while seeking matroska file Message-ID: <478B64F2.2000303@tiscali.fr> Hi people, I don't know if this is the right place to ask. I have dumped a RV40/rm stream that I would like to playback from disk. I have remultiplexed the file into a mkv file with mmg and mkvmerge, and play it back with mplayer. The playback crashes as soon as I try to seek forward in the file. I don't know if this is a mplayer problem, a codec problem, a matroska problem, if this is because the file originally had to be streamed with no seek, or whatever. I just expected mkvmerge to create the correct time codes to seek in the file. Also there are no problem with standard videos (I mean files that don't come from streams). What do you think about this ? My configuration : # uname -a Linux kanard 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 i686 GNU/Linux # mplayer MPlayer 1.0rc2-4.1.3 (C) 2000-2007 MPlayer Team CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (Family: 15, Model: 2, Stepping: 9) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. # mkvmerge --version mkvmerge v2.0.2 ('You're My Flame') built on Jul 3 2007 05:59:48 Thank you for advice, Best regards, Yann Renard From freevens at online.no Wed Jan 16 23:06:24 2008 From: freevens at online.no (Jan Fredrik Evensen) Date: Wed, 16 Jan 2008 23:06:24 +0100 Subject: [Matroska-devel] Feature Request: MD5 or SHA1 internal checksums Message-ID: Hi! I would like to have the possibility to integritycheck the different internal parts/streams/subs of the .mkv file to see if the content has not been damaged during transfer. This feature would probably only be usable in finite files. Maybe some sort of internal database which is included as a stream/token inside the .mkv file. This token/stream would contain the md5sums or sha1sums for the other components. This way the codec or an external program can verify the internal streams. I do not know if such a feature is needed by anyone else.. or if it already has been requested.. :P Jan Fredrik Evensen Norway From ericorocha at netvisao.pt Thu Jan 17 12:10:09 2008 From: ericorocha at netvisao.pt (Erico Rocha) Date: Thu, 17 Jan 2008 11:10:09 +0000 Subject: [Matroska-devel] Reproducing Matroska files Message-ID: <20080117111617.C1748256E88@iella.bunkus.org> It is a pity not reproducing Matroska files as is and have to convert them to an inferior file system. Best wishes Erico Rocha From ukunilus at hot.ee Mon Jan 21 15:39:44 2008 From: ukunilus at hot.ee (Uku) Date: Mon, 21 Jan 2008 16:39:44 +0200 Subject: [Matroska-devel] (no subject) Message-ID: <20080121143947.8445081DB9@mh3-3.hot.ee> HelloFirst thanks for the great container!And secondly can you add .MKV support to this attached firmware?DVD player is Philips DVP-5980/12Thank you for your answer!Uku ------------------------------ Tellijatele veel 3 Nissanit! www.epl.ee/maastur -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: DVP5980_12.zip Type: application/zip Size: 1031354 bytes Desc: not available URL: From ukunilus at hot.ee Mon Jan 21 15:36:46 2008 From: ukunilus at hot.ee (Uku) Date: Mon, 21 Jan 2008 16:36:46 +0200 Subject: [Matroska-devel] .MKV support for Philips 5980 Message-ID: <20080121143647.2C08C10881B@mh3-4.hot.ee> HelloFirstly thanks for the great container!And secondly is it possible and can you do it - add the .MKV container support to this attached firmaware?DVD player is Philips DVP-5980/12Thank you for your answer!Uku ------------------------------ V?rsked uudised Eesti P?evaleht Online'ist! www.epl.ee -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: DVP5980_12.zip Type: application/zip Size: 1031354 bytes Desc: not available URL: From tri777ki at mail.ru Thu Jan 24 21:01:18 2008 From: tri777ki at mail.ru (Igor' Khlyupin) Date: Thu, 24 Jan 2008 23:01:18 +0300 Subject: [Matroska-devel] DVDMenuXtractor Message-ID: Hello. I use DVDMenuXtractor to extract video and audio streams from DVD. All works excellent but sometimes length of the extracted audio AC3 stream becomes longer then original DVD. For example, original DVD film is 01:51:50. After extracting first and second audio streams have the same length, but the fird - 01:52:03. Is it a bug of DVDMenuXtractor? Or how it may be? Thanks. Igor' Khlyupin, tri777ki at mail.ru From steve.lhomme at free.fr Thu Jan 24 21:37:54 2008 From: steve.lhomme at free.fr (Steve Lhomme) Date: Thu, 24 Jan 2008 20:37:54 +0000 Subject: [Matroska-devel] DVDMenuXtractor In-Reply-To: References: Message-ID: <4798F722.4080509@free.fr> Igor' Khlyupin wrote: > Hello. > > I use DVDMenuXtractor to extract video and audio streams from DVD. All works excellent but sometimes length of the extracted audio AC3 stream becomes longer then original DVD. For example, original DVD film is 01:51:50. After extracting first and second audio streams have the same length, but the fird - 01:52:03. > Is it a bug of DVDMenuXtractor? Or how it may be? > The DVDs are not always properly authored. I noticed that when I did DMX. When you play the movie the audio is still in sync ? Steve From vitorserpa at netcabo.pt Thu Jan 24 23:53:11 2008 From: vitorserpa at netcabo.pt (Vitor Serpa) Date: Thu, 24 Jan 2008 22:53:11 -0000 Subject: [Matroska-devel] (no subject) Message-ID: I Can't play the MKV file. Can you tell me please what can I do? Thanks in advance Vitor -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: Report.txt URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: From yann.renard.mailing-lists at tiscali.fr Fri Jan 25 11:49:52 2008 From: yann.renard.mailing-lists at tiscali.fr (Yann Renard) Date: Fri, 25 Jan 2008 11:49:52 +0100 Subject: [Matroska-devel] Crash while seeking matroska file In-Reply-To: <478B64F2.2000303@tiscali.fr> References: <478B64F2.2000303@tiscali.fr> Message-ID: <4799BED0.8070800@tiscali.fr> Yann Renard wrote: > Hi people, > > I don't know if this is the right place to ask. > > I have dumped a RV40/rm stream that I would like to playback from disk. > I have remultiplexed the file into a mkv file with mmg and mkvmerge, and > play it back with mplayer. The playback crashes as soon as I try to seek > forward in the file. I don't know if this is a mplayer problem, a codec > problem, a matroska problem, if this is because the file originally had > to be streamed with no seek, or whatever. I just expected mkvmerge to > create the correct time codes to seek in the file. > > Also there are no problem with standard videos (I mean files that don't > come from streams). > > What do you think about this ? > > My configuration : > # uname -a > Linux kanard 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 i686 > GNU/Linux > > # mplayer > MPlayer 1.0rc2-4.1.3 (C) 2000-2007 MPlayer Team > CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (Family: 15, Model: 2, Stepping: 9) > CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 > Compiled with runtime CPU detection. > > # mkvmerge --version > mkvmerge v2.0.2 ('You're My Flame') built on Jul 3 2007 05:59:48 > > Thank you for advice, > Best regards, > Yann Renard Hi people, I posted this message a week ago and did not receive any answer. Wasn't it clear ? Did I miss something ? Best regard, Yann Renard From jeromevde at gmail.com Tue Jan 29 11:12:47 2008 From: jeromevde at gmail.com (=?ISO-8859-1?Q?J=E9r=F4me_Vanden_Eynde?=) Date: Tue, 29 Jan 2008 11:12:47 +0100 Subject: [Matroska-devel] Problems with SVN ! Message-ID: Hi I tried to checkout the latest source code from the svn, without success. It appear that the svn server have a problem, here is the error I get when i try to get the source code for libeml an libmatroska. Can someone do something about this quickly ? Thanks very much in advance Jerome From bonfiglioli.corrado at gmail.com Thu Jan 31 23:05:55 2008 From: bonfiglioli.corrado at gmail.com (Corrado Bonfiglioli) Date: Thu, 31 Jan 2008 23:05:55 +0100 Subject: [Matroska-devel] Dvd player Message-ID: How we can be in contact with someone to use this container in our production of home dvd player. We are an international brand registered with DivX and Xvid. Please give us information Corrado Bonfiglioli Www.nortekonline.com -------------- next part -------------- An HTML attachment was scrubbed... URL: