From Patrick.Carrillo at mosaicco.com Tue Jun 1 18:04:04 2010 From: Patrick.Carrillo at mosaicco.com (Carrillo, Patrick - Carlsbad) Date: Tue, 1 Jun 2010 11:04:04 -0500 Subject: [Matroska-general] cannot play .mkv file Message-ID: Here is my report, can you see what my problem is? [cid:image001.png at 01CB0171.C443EFF0] Patrick Carrillo | Continuous Improvement Leader - Six Sigma Black Belt The Mosaic Company | 1361 Potash Mines Rd. | Carlsbad, New Mexico 88220 P: 575-628-6311| F: 575-887-0589 E: patrick.carrillo at mosaicco.com W: www.mosaicco.com Got Improvement? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 2317 bytes Desc: image001.png URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: From slhomme at matroska.org Thu Jun 3 11:33:07 2010 From: slhomme at matroska.org (Steve Lhomme) Date: Thu, 3 Jun 2010 11:33:07 +0200 Subject: [Matroska-general] cannot play .mkv file In-Reply-To: References: Message-ID: *Matroska Splitter* : Gabest's Matroska Splitter - *Installed* : no *Matroska Splitter* : Haali's Matroska Splitter - *Installed* : no Looks like it's already saying what you're missing. On Tue, Jun 1, 2010 at 6:04 PM, Carrillo, Patrick - Carlsbad < Patrick.Carrillo at mosaicco.com> wrote: > Here is my report, can you see what my problem is? > > > > > > *Patrick Carrillo | Continuous Improvement Leader - Six Sigma Black Belt * > The Mosaic Company | 1361 Potash Mines Rd. | Carlsbad, New Mexico 88220 > P: 575-628-6311| F: 575-887-0589 > > E: patrick.carrillo at mosaicco.com > > W: www.mosaicco.com > > > > Got Improvement? > > > > _______________________________________________ > Matroska-general mailing list > Matroska-general at lists.matroska.org > http://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-general > Read Matroska-General on GMane: > http://dir.gmane.org/gmane.comp.multimedia.matroska.general > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 2317 bytes Desc: not available URL: From slhomme at matroska.org Wed Jun 9 14:22:37 2010 From: slhomme at matroska.org (Steve Lhomme) Date: Wed, 9 Jun 2010 14:22:37 +0200 Subject: [Matroska-general] mkclean 0.3.0 is out Message-ID: http://www.matroska.org/downloads/mkclean.html After weeks of various development a new reworked version of mkclean is out. The main change with the 0.2.x version is the reworked remuxer that now put the audio before the matching video Blocks (a requirement for WebM). It can also split laced Blocks so they fit in their corresponding Cluster. For those who don't understand all these words, it's just better for seeking. You will need to use the "--remux" command-line option. PS: it now builds fine in XCode (OS X) as well. -------------- next part -------------- An HTML attachment was scrubbed... URL: From brianp at austin.rr.com Wed Jun 16 03:54:37 2010 From: brianp at austin.rr.com (Brian P. Barnes) Date: Tue, 15 Jun 2010 20:54:37 -0500 Subject: [Matroska-general] How do you build it? Message-ID: <4C182EDD.3000301@austin.rr.com> Hi, There is no configure, no readme.txt, no install.txt, the make fails, the makedoc fails and the debian docs has zero bytes?? How is anybody but your hackers supposed to build this thing? brianp at trex:~/download/mkv.matroska/libmatroska-1.0.0/make/linux$ make -j8 /usr/lib/gcc/x86_64-linux-gnu/4.4.1/../../../../lib/libebml.a: could not read symbols: Bad value collect2: ld returned 1 exit status make: *** [libmatroska.so] Error 1 brianp at trex:~/download/mkv.matroska/libmatroska-1.0.0/make$ sh ./makedoc.sh : not foundh: 4: make Documentation : not foundh: 6: brianp at trex:~/download/mkv.matroska/libmatroska-1.0.0$ ll /home/brianp/download/mkv.matroska/libmatroska-1.0.0/debian/docs -rw-r--r-- 1 brianp brianp 0 2010-05-09 09:58 /home/brianp/download/mkv.matroska/libmatroska-1.0.0/debian/docs I am trying to build VLC and it does not like your libraries or something: vlc-1.0.6: ./configure; make ends with errors: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.4.1/../../../../lib/libmatroska.a(KaxAttached.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-linux-gnu/4.4.1/../../../../lib/libmatroska.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[6]: *** [libmkv_plugin.la] Error 1 make[6]: Leaving directory `/home/brianp/download/vlc/vlc-1.0.6/modules/demux/mkv' make[5]: *** [all] Error 2 Can you give me any idea as to what is going on here? Thank you, Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: From moritz at bunkus.org Wed Jun 16 08:54:12 2010 From: moritz at bunkus.org (Moritz Bunkus) Date: Wed, 16 Jun 2010 08:54:12 +0200 Subject: [Matroska-general] How do you build it? In-Reply-To: <4C182EDD.3000301@austin.rr.com> References: <4C182EDD.3000301@austin.rr.com> Message-ID: <201006160854.18075.moritz@bunkus.org> Hey, On Wednesday 16 June 2010 03:54:37 Brian P. Barnes wrote: > There is no configure, no readme.txt, no install.txt, the make fails, > the makedoc fails and the debian docs has zero bytes?? How is anybody > but your hackers supposed to build this thing? In a standard libmatroska environment you can just call "make" inside "make/linux". > brianp at trex:~/download/mkv.matroska/libmatroska-1.0.0/make/linux$ make -j8 > /usr/lib/gcc/x86_64-linux-gnu/4.4.1/../../../../lib/libebml.a: could not > read symbols: Bad value How did you build libebml? It looks like there's already a (broken?) libebml.a file in your system library directory. Did you install it? If yes, how? > I am trying to build VLC and it does not like your libraries or > something: > > vlc-1.0.6: ./configure; make ends with errors: > /usr/bin/ld: > /usr/lib/gcc/x86_64-linux-gnu/4.4.1/../../../../lib/libmatroska.a(KaxAttach > ed.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when > making a shared object; recompile with -fPIC Sorry, I have no idea about this error. Regards, Mosu -- If Darl McBride was in charge, he'd probably make marriage unconstitutional too, since clearly it de-emphasizes the commercial nature of normal human interaction, and probably is a major impediment to the commercial growth of prostitution. - Linus Torvalds -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: