From AKANE7167 at aol.com Sat Dec 3 13:03:17 2005 From: AKANE7167 at aol.com (AKANE7167 at aol.com) Date: Sat, 3 Dec 2005 07:03:17 EST Subject: [Matroska-general] Matroska_Pack_Lite_v1.1.2 installation problems Message-ID: <1f3.173efdc4.30c2e385@aol.com> Hi, I have a 933Mhz computer and I'm trying to install this program. Everytime I try though I get a C++ Runtime Library Runtime Error. The error states that it ended unusually and to contact support. Can you help me? Aidee From uraeus at linuxrising.org Mon Dec 5 19:39:26 2005 From: uraeus at linuxrising.org (Christian Fredrik Kalager Schaller) Date: Mon, 05 Dec 2005 19:39:26 +0100 Subject: [Matroska-general] GStreamer 0.10 is here!! Message-ID: <1133807967.3220.40.camel@wildsrc.fluendo.lan> One and a half year. A large number of developers contributing. High expectations and a lot of pressure. The wait is over, GStreamer 0.10 has arrived! GStreamer 0.10 is a huge step forward for GNU/Linux and Unix multimedia. Power, stability, functionality, deployment, industry support, GStreamer 0.10 has it all. Prepare yourself for the revolution! GStreamer is the leading multimedia framework for GNU/Linux and Unix systems and is being used in a wide range of applications such as music and video players, streaming servers, video editors, sound editors and software synthesizers. GStreamer is a generic multimedia framework based around the concept of media pipelines linking elements, providing support for all manner of things. In GStreamer you'll find plug-ins supporting multimedia file formats, firewire and usb cameras, sound cards, Windowing systems, transcoding, networking, audio and video transformations and much more. GStreamer has been ported to and runs on GNU/Linux, Microsoft Windows and Unix systems such as Sun Solaris and MacOS X. Read our full release announcement available here: http://gstreamer.freedesktop.org/documentation/gstreamer010.html There are also technical release notes for all the modules available at these locations: http://gstreamer.freedesktop.org/releases/gstreamer/0.10.0.html http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.0.html http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.0.html http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.0.html http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.0.html http://gstreamer.freedesktop.org/releases/gst-ffmpeg/0.10.0.html http://gstreamer.freedesktop.org/releases/gst-python/0.10.0.html From moritz at bunkus.org Wed Dec 7 20:12:16 2005 From: moritz at bunkus.org (Moritz Bunkus) Date: Wed, 7 Dec 2005 20:12:16 +0100 Subject: [Matroska-general] mkvtoolnix 1.6.5 has been released Message-ID: <200512072012.22671.moritz@bunkus.org> Hey guys, after nearly two months I'm releasing a new version, 1.6.5. Tons of bug fixes, a couple of new features. The usual mix ;) The links: ...to the homepage: http://www.bunkus.org/videotools/mkvtoolnix/ ...to the source code: http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-1.6.5.tar.bz2 ...to the Unicode enabled Windows build: http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvtoolnix-unicode-1.6.5-setup.exe The other binaries are still being built and will be available shortly. Finally the ChangeLog excerpt since the previous version: ------------------- 2005-12-07 Moritz Bunkus * Released v1.6.5. 2005-12-06 Moritz Bunkus * source: bug fix: Changed the list of ISO 639 languages so that the terminology versions are converted into the bibliography versions of the 639-2 codes (e.g. use "ger" instead of "deu" for the German language). Converted almost all pieces of mkvmerge and mmg to accept ISO 639-1, 639-2 codes (both bibliography and terminology versions) and the languages' English names. Those will always be converted to the 639-2 code. Fixes Anthill bug #171. 2005-12-05 Moritz Bunkus * mkvmerge: bug fix: The country code used in XML chapter files was checked against the list of ISO 639-1 codes and not against the list of ccTLDs. Partial bugfix for Anthill bug #171. * mkvmerge: bug fix: When appending tracks and using timecodes the timecodes were only used for the first track in a chain of tracks. This has been changed so that you must specify only one timecode file in such cases (e.g. "mkvmerge ... --timecodes 0:my_timecodes.txt part1.avi +part2.avi"). mmg has already been working like this. Fixes Anthill bug #162. 2005-12-02 Moritz Bunkus * source: new feature: Added support for linking against liblzo2 (same compression algorithm, just a new library version). Patch by Diego Petten? (see AUTHORS). * mkvmerge: new feature: Added a workaround for files created by Gabest's DirectShow Matroska muxer with slightly broken frame references. Fixes Anthill bug #172. * mkvextract: new feature: attachment extraction mode: Made the output file name optional. If it is missing (e.g. "mkvextract attachments source.mkv 92385: 124981:") then the name of the attachment inside the Matroska file is chosen instead. Patch by Sergey Hakobyan (see AUTHORS). * mkvmerge: new feature: If an output file name contains directories that don't exist then they're created. Patch by Sergey Hakobyan (see AUTHORS) with modifications by myself. 2005-11-24 Moritz Bunkus * mkvmerge: bug fix: Don't abort reading a Matroska if the next element is not a cluster. This is the case for e.g. files produced by Haali's muxer which writes the segment tracks element in intervals. Fixes Anthill bug #169. 2005-11-19 Moritz Bunkus * mmg: bug fix: Fixed a problem with the selection of language codes for chapters in the chapter editor. 2005-11-18 Moritz Bunkus * mkvmerge: bug fix: If at least or more attachments were present and the user used --attachment-name for each of them (as mmg does) then mkvmerge was wrongly outputting a warning about multiple uses of --attachment-name for a single attachment. * mkvmerge: new feature: Added limited support for edit lists in MP4/QuickTime files. Fixes Anthill bug #151. * mkvmerge: bug fix: MP4/QuickTime files which contain another atom before the 'avcC' atom in the video track headers weren't correctly remuxed. 2005-11-16 Moritz Bunkus * mkvmerge: bug fix: mkvmerge will now refuse to append AVC/h.264 video tracks whose codec initialization data blocks do not match. Invalidates Anthill bug #163. 2005-11-12 Moritz Bunkus * mkvmerge: bug fix: Fixed a crash If the granulepos (the timecodes) reset in the middle of an Ogg/OGM file. Fixes Anthill bug #166. * mkvmerge: bug fix: Fixed a division-by-zero error in the RealMedia demuxer. Fixes Anthill bug #161. * mkvmerge: bug fix: Fixed a couple of potential (and actual) segmentation faults by accessing invalid memory addresses. Initial patch for the VobSub reader by Issa on Doom9's forum. 2005-11-04 Moritz Bunkus * mkvmerge, mmg: new feature: The names of attached files can be set with a new option --attachment-name or on mmg's "Attachments" page. 2005-11-02 Moritz Bunkus * mkvmerge: bug fix: Fixed another bug when appending AVC/h.264 tracks that would mkvmerge cause to die with "bref_packet == NULL". Fixes Anthill bug #160. 2005-11-01 Moritz Bunkus * mmg: bug fix: When the user saved the muxing output in a log file that file didn't use Windows line endings (CR LF) on Windows. * mmg: bug fix: Appending tracks was broken because the track numbers in the command line were incorrect. Fixes Anthill bug #160. 2005-10-23 Moritz Bunkus * mkvmerge: new feature: Added support for Ogg/Theora. 2005-10-22 Moritz Bunkus * mkvmerge: Changed the CodecID for AAC audio tracks to "A_AAC" by default The CodecPrivate contains the same initialization data that are stored in the ESDS in MP4 files for AAC tracks. The old CodecIDs (e.g. "A_AAC/MPEG4/SBR") can be turned on again with "--engage old_aac_codecid". 2005-10-21 Moritz Bunkus * mkvinfo: new feature: The sub elements of the EBML head are now shown. * mkvinfo: new feature: Added support for the new SimpleBlock. * mkvextract: new feature: Added support for the new SimpleBlock. * mkvmerge, mmg: new feature: Added support for the new SimpleBlock instead of BlockGroups (only available via "--engage use_simpleblock" for now). Patch by Steve Lhomme (see AUTHORS) with fixes by myself. ------------------- Have fun :) 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: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From camp3286cc at aol.com Thu Dec 8 05:22:49 2005 From: camp3286cc at aol.com (camp3286cc at aol.com) Date: Wed, 07 Dec 2005 23:22:49 -0500 Subject: [Matroska-general] DVD Conversion Message-ID: <8C7C9C62EC439D8-904-3029@FWM-M34.sysops.aol.com> The Makrtoska container is unquestionably the best when ripping dual audio DVD's with subtitles, which becoming increasingly easy to do, but once the data is in the Maktroska container, how does one go about getting it onto a DVD? I have read the section on DVD Santa, and I can do subtitles, but I cannot seem to get more than one audio track (VERY troubling). What is the recommended way to take a file in a Maktroska container, and from it burn a dual audio DVD with multiple subtitles? I want to know because I want to burn a DVD I can use with a friends DVD player, and the original DVD I ripped from is too scratched to play. My friend's computer is too old and slow to playback the file withoutout having the video get jumpy, otherwise I wouldn't bother trying to convert back to DVD. Thank you very much for all your time and effort in helping us resolve this issue. - J. Chris Campbell -------------- next part -------------- An HTML attachment was scrubbed... URL: From the_Arioch at nm.ru Thu Dec 8 19:16:05 2005 From: the_Arioch at nm.ru (Arioch) Date: Thu, 08 Dec 2005 21:16:05 +0300 Subject: [Matroska-general] Is there still jealousy between You and Xiph community ? Message-ID: http://wiki.xiph.org/index.php/Metadata I wonder, why not to add link MAtroska Tags specs at least to discussions page ? Guess yet another format more - is not good :) From elmer70 at bluewin.ch Thu Dec 8 16:20:40 2005 From: elmer70 at bluewin.ch (Olivier David) Date: Thu, 8 Dec 2005 16:20:40 +0100 Subject: [Matroska-general] mkv Message-ID: <438B1A90002877B8@mail13.bluewin.ch> (added by postmaster@bluewin.ch) Bonjour, Pouvez vous me communiquer la mani?re pour pouvoir graver un fichier qui est en mkv. Dan cette attente veuillez recevoir mes sinc?res salutations . M.DAVID -------------- next part -------------- An HTML attachment was scrubbed... URL: From nguyentung18 at hotmail.com Sun Dec 11 20:38:27 2005 From: nguyentung18 at hotmail.com (tung) Date: Sun, 11 Dec 2005 19:38:27 -0000 Subject: [Matroska-general] question Message-ID: which program is needed to add your own subtitles to movies -------------- next part -------------- An HTML attachment was scrubbed... URL: From supermcfreezman2 at gmail.com Sun Dec 11 22:16:00 2005 From: supermcfreezman2 at gmail.com (Ruben Escano) Date: Sun, 11 Dec 2005 16:16:00 -0500 Subject: [Matroska-general] WTF happened to my AVi and MPG files Message-ID: <637d67260512111316m63e9ea58wbddf629853614ea0@mail.gmail.com> After downloading mediaplayer classic, Matroska Pack, Haali Media Splitter, and Matroska Splitter I could watch mkv videos perfectly. However, whenever I play AVI or MPG videos with either Windows Media Player or Winamp all I see is green video. I am extremely angered by this problem and hope that your team can help me resolve it immediately -Ruben -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris at matroska.org Mon Dec 12 13:37:30 2005 From: chris at matroska.org (Christian HJ Wiesner) Date: Mon, 12 Dec 2005 13:37:30 +0100 Subject: [Matroska-general] WTF happened to my AVi and MPG files In-Reply-To: <637d67260512111316m63e9ea58wbddf629853614ea0@mail.gmail.com> References: <637d67260512111316m63e9ea58wbddf629853614ea0@mail.gmail.com> Message-ID: <439D6F0A.2050001@matroska.org> Ruben Escano schrieb: > After downloading mediaplayer classic, Matroska Pack, Haali Media > Splitter, and Matroska Splitter I could watch mkv videos perfectly. > However, whenever I play AVI or MPG videos with either Windows Media > Player or Winamp all I see is green video. I am extremely angered by > this problem and hope that your team can help me resolve it immediately > > -Ruben First of all, watch your tone. We understand that you are 'angered' , but this is what you get from installing a shitload of different codec packs on your computer : incompatibility of the dozens of different codecs and filters can lead to this result. Carry your anger to Microsoft, who made DirectShow stupid and easy to break. Carry it also to companies like Ahead (Nero), who are installing many different DirectShow filters on the users computer with a simple burning app like Nero, and without informing the user at all, or giving him the choice to decide against that. Now, to solve your problem : Google for a tool from Microsoft called 'graphedit.exe' . Start the exe file (needs no installation) and do a 'file' 'render media file' on an AVI and on a MPEG giving you the problems. Send us the screenshots, as JPEG or PNG, of the graphs you are going to see. We can then have a look and try to see where the problem is coming from. Very likely, its a badly coded DirectShow filter on your PC which is jumping in while it shouldn't, and breaking everything. Note that our packs are having more than 2 Mio downloads, and we never ever had such a problem reported to us. Christian matroska project admin From ssertca_87 at hotmail.com Wed Dec 14 10:16:56 2005 From: ssertca_87 at hotmail.com (Heather James) Date: Wed, 14 Dec 2005 09:16:56 +0000 Subject: [Matroska-general] installation of matroska pack 1.1.2 full Message-ID: To whom ever it concerns, Hi my name is Heather and i'm having trouble with the installation. It will run smoothly until it asks me to download RealVideo / RealAudio and then it will come up with two boxes - RealPlayer Free - RealAlternative and nothing else, it just stops. How do i remedy this? Sorry if this is troublesome Thanks Heather From fzero_01 at yahoo.com Tue Dec 20 17:32:53 2005 From: fzero_01 at yahoo.com (a a) Date: Tue, 20 Dec 2005 08:32:53 -0800 (PST) Subject: [Matroska-general] I need help with the Mastroka files and .mkv Message-ID: <20051220163253.73393.qmail@web30110.mail.mud.yahoo.com> hello I went to the site: http://packs.matroska.org/ Matroska Pack Full v1.1.2 (2005-10-15) doesnt work because I'm using Windows 98 Matroska Pack Lite v1.1.2 (2005-10-15) does not install completely there is an error associated with this pack I donwload and try to install. it says "Runtime Error. this application has requested the Runtime to terminate in an unusual way. please contact the application's support team for more information." why is this happening?? I try earlier lite packs but they fail to play the video I want to play, which is a mastroka file. I use windows media player classic version 6.4.7.7. and I have another windows media player classic version 6.4.8.2. but it doesnt work there either. >I'vev also downloaded the Core Media Player. I believe it has mastroka installed in it too. but when I play the .mkv files on it it says "the source filter for this file could not be loaded" so I'm still missing something. most likely the k-Lite Pack but I can't do a successfull installation with it. Im using v1.1.2 when k-lite pack extracts "unicows.dll" that's where the error stops the installation. and says the application requested the Runtime to terminate it in an unusual way please help, thanks. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From santi_sp at yahoo.es Fri Dec 23 16:29:11 2005 From: santi_sp at yahoo.es (Epi Blas) Date: Fri, 23 Dec 2005 16:29:11 +0100 (CET) Subject: [Matroska-general] problemas Message-ID: <20051223152912.823.qmail@web26808.mail.ukl.yahoo.com> Buenas tardes. Les escribo para pedirles ayuda, porque tengo varios archivos en formato mkv, y no se como puedo verlos. Ya me he descargado una gran variedad de packs de matroska y reproductores a hartar, pero sigo sin poder conseguir nada. Tengo windows 98 Si pudieran ayudarme a poder ser capaz de ver un archivo mkv, les estaria muy agradecido sin nada mas me despido de ustedes, espero su respuesta ______________________________________________ Renovamos el Correo Yahoo! Nuevos servicios, m?s seguridad http://correo.yahoo.es From chris at matroska.org Sat Dec 31 20:21:59 2005 From: chris at matroska.org (Christian HJ Wiesner) Date: Sat, 31 Dec 2005 20:21:59 +0100 Subject: [Matroska-general] A big thanks to all in the team, for what he have achieved in 2005 - and a happy and succesful 2006 to everybody here on the list !!! Message-ID: <43B6DA57.7000903@matroska.org> Hi All, please allow me to thank the complete team for all the contributions and great support to the project. We certainly didn't achieve everything we had planned for this year, but there can be no doubt that the number of matroska users is growing every day , and this is certainly just the start of a tremendous success story nobody would have ever thought of at the beginning. The year had also some surprises for us, like our founder and main developer, Steve Lhomme, joining DivX Networks and starting to work on their DMF container tools. Another surprise, and a very nice one, was the incredible success of Picard's TCPMP player for portable devices. It soon became the most used media players on PalmOS and PPC, thus bringing matroska support to several million devices out there, and gaining a lot of attraction for the Corecodec community. For next year, 2006, i take the chance to sketch a list of goals we should try to reach : - going 1.0 with the specs, the Dshow parser and mkvtoolnix - adding MKV input and output support to Dr. DivX OSS - finishing MKV menue support to ANY player - find a suitable cooperation partner for an easy (one-click-and-go) MKV to DVD conversion tool Once again, thanks and i am looking forward to work with all of you next year to make matroska grow to the next level !! Christian matroska project admin