From steve.lhomme at free.fr Sat Sep 3 15:44:43 2005 From: steve.lhomme at free.fr (Steve Lhomme) Date: Sat, 03 Sep 2005 15:44:43 +0200 Subject: [Matroska-devel] Matroska Roundup Message-ID: <4319A8CB.8000601@free.fr> As I have to write a summary of what I "invented" prior to joining DivX, I thought it would be nice to share it as a short and technical to what Matroska is. 1) EBML : an XML inspired binary format * As for XML, there are elements that contains other elements. Each element has an ID, a length and a content. * The content can be either a defined type (signed/unsigned integer, float (32/64 bits), UTF-8 string, Date, Binary) or a "master" element that contains other elements. * Dates are in nanoseconds relative to the beggining of the millenium at Greenwich * The ID and length are coded using a VLC like coding (similar to UTF-8 with bits reversed). The length can be -1 to define an unknown/infinite length. * Each nesting level can contain elements only for this level or that can be used on different levels (global elements) * Every EBML based format needs a semantic document to be able to interpret it (similar to a DTD or schema for XML). * Every EBML based format starts with en EBML header describing what the file/stream contains. * There are a few predefined elements common to all EBML formats like the Void element or the CRC-32 element. * In the semantic description, each element can have a default value that doesn't need to be in the output stream as this value can be deduced from the receiver * In the semantic description, each element can be marked as mandatory and therefore should be present in the output stream, unless it has a default value more details on: http://ebml.sourceforge.net/specs/ 2) Matroska : an EBML based multimedia container * error-resilience using long EBML IDs for level 0 and level 1 elements, Clusters (the Level 1 element containing the data from the codecs), timecodes and CRC at any level (usually level 1) * each "movie" is described in the scope of a Segment (level 0 element) * Segments have a Unique ID that should make it unique in the world * Segments can be "virtually" linked together using hard/medium/soft linking. ** hard-linking consists of specifying a next or previous segment ID ** medium-linking uses chapters to specify that a Segment has to be played in place of the chapter ** soft-linking uses chapter commands to jump to a location in another segment * Chapters can be nested to create multiple levels and a hierarchy between parts of a Segment * A chapter can have a name in various languages using nested elements * Tags can "target" either a chapter, a track or a segment directly * Chapters are part of an edition * A chapter edition can be marked as ordered, meaning the content is played in non sequential order (follow the timecodes set in the chapters) * Chapters can codec various codec commands. These commands are interpreted by a chapter codec during playback (only used for ordered editions) * There is a set of defined Tag names/types but any other tag can be used * Tag values can be in different languages using nested elements * Video frames needing other frames to be decoded embed the timecode of such references at the container level (allow more than 2 references and out of order references) * All codec data are stored in coding order, the timecodes correspond to the display order * Timecodes can be "scaled" on a segment basis when a precision of a nanosecond is not required and to save space at other levels. new type of frame referencing (more complete than the usual IPB system) * Each audio, video or subtitle frame is contained in a Block that is in a Cluster. The Cluster has a global timecode and the Blocks have a timecode value relative to the cluster. * Frames in a block can be coupled together using lacing. Lacing consist of a header describing the position of each element of the lace and then the elements. Lacing include fixed-size, Xiph-like (similar to ogg) and EBML-like (the difference between the previous frame is coded in an EBML/VLC way) * A matroska file can contain an unlimited number of attached files described by a name and a MIME type * Each audio, video, subtitle track can be encrypted separately, either the codec init data or the whole track data. Various encryption methods are available * A Segment has to specify when tracks are "silent" during the time scope of the Segment * Video and subtitle tracks can specify the pixel and display dimensions, including cropping values * Audio support SBR like audio formats (sampling frequency different than the one actually specified in the file) * Seeking through Cluster can be accelerated by the use of Cue points * Seeking through all a Segment can be accelerated by the use of the Meta Seek that gives the position of some elements in the stream * Segments can be concatenated into a single file and played sequentially and seen as different entities/files from the player more details on: http://www.matroska.org/technical/specs/ 3) DvdMenuXtractor : DVD extraction tool DvdMenuXtractor is a graphic tool to extract all the useful data from a DVD: video, audio, subs, menu, chapters. It includes an IFO reader using libdvdread, that generates XML for chapters and segments usable by MKVToolnix and AVI-Mux GUI. It also extract timecode files for each extracted stream, including the gaps found in the VOB streams MPEG2 streams are extracted into .m2v files (MPEG ES) Audio streams are extracted to .mp2, .wav, .ac3, .dts depending on the format in the VOB file Subtitle streams are extracted as .sub files and the corresponding .idx file Upon extraction a batch file is created for each output segment possible (one segment by DVD logical entity) to mux the file in matroska. Each extracted stream can be reencoded separately, the timecode and XML files remain the name. DvdMenuXtractor uses wxWidgets. From kurtnoise at free.fr Sun Sep 4 14:11:01 2005 From: kurtnoise at free.fr (Kurtnoise) Date: Sun, 04 Sep 2005 14:11:01 +0200 Subject: [Matroska-devel] DVD2MKV is really dead ? Message-ID: <431AE455.10105@free.fr> Hi, I'm looking for the sources of this tool. By making a search in the ML, I found this . But unfortunately, it seems that this project has been removed from CC.org...:( So, does anyone have an idea to grab the sources ? Thanks From DVDtoMkv at gmx.net Sun Sep 4 14:40:09 2005 From: DVDtoMkv at gmx.net (DVD) Date: Sun, 04 Sep 2005 14:40:09 +0200 Subject: [Matroska-devel] DVD2MKV is really dead ? In-Reply-To: <431AE455.10105@free.fr> References: <431AE455.10105@free.fr> Message-ID: <431AEB29.2000307@gmx.net> An HTML attachment was scrubbed... URL: From kurtnoise at free.fr Sun Sep 4 19:23:47 2005 From: kurtnoise at free.fr (Kurtnoise) Date: Sun, 04 Sep 2005 19:23:47 +0200 Subject: [Matroska-devel] DVD2MKV is really dead ? Message-ID: <431B2DA3.8060603@free.fr> Ok....It's cool you're still alive. ;-) Do you plan to add some new things, like DMX or x264 ? Is it developped in Delphi ? I yes I can help you if you want. I've some skills about this language. ++ Kurtnoise From chris at matroska.org Thu Sep 8 18:40:42 2005 From: chris at matroska.org (Christian HJ Wiesner) Date: Thu, 08 Sep 2005 18:40:42 +0200 Subject: [Matroska-devel] 1.1.1. pack problems, was : [Matroska-users] MKV help request (contains log) In-Reply-To: <431EB78B.2050504@free.fr> References: <000c01c5b067$86a2e670$e060fea9@sallyoiuqlvamv> <431EB78B.2050504@free.fr> Message-ID: <4320698A.6060800@matroska.org> I have mentioned many times on IRC and elsewhere now, that our build of ffdshow, as distributed in the current 1.1.1. pack, has huge Problems with current anime releases containing AAC 5.1 audio and latest AVC video. For this very reason, i was trying to motivate movax and myrsloik, the creators of the great CCCP anime pack, to make a new full pack for us. IMO its high time to releases a 1.2.0 pack ! Christian Steve Lhomme schrieb: > Hi, > > After uninstalling the pack and reinstalling it still doesn't work ? > Is it only this file that doesn't play or all matroska files now ? > > This file uses a new codec called H.264 (or AVC) but this codec is > handled already by our pack v1.1.1. > > singnet a ?crit : > >> Sally requests for help from Mr. ChristianHJW >> >> The following problems were encountered when attemping to play MKV >> files. Log generated using MatroskaDiag.exe >> If you're interested in the long story I can provide that too. >> >> I could play all MKV files until i met this one >> [Star&N-A][petopeto-san][jap_chn_eng][x264_aac]01.mkv an unusual anime >> fansub. The subtitle option to switch from chinese sub to english sub >> was disabled. I attempted to reinstall the latest Matroska pack from >> your website only to have a most unusual crash which persisted >> whenever i tried to run the file. I then attempted uninstall ALL >> codecs from control panel and reinstall the codec. . No improvement. I >> have attempted to install various codecs along the way as well but >> there is no success. Thus, I am here seeking your help. >> >> Sally deeply appreciates any assistance. >> >> Priestess_Sally >> sally60 at singnet.com.sg >> >> ==== >> >> Matroska file info : C:sallycaftAnime StorageMisc >> 7[Star&N-A][petopeto-san][jap_chn_eng][x264_aac]01.mkv >> File size : 163.85 MB >> File complete : yes >> Duration : 00:24:00.256 >> Writing application : mkvmerge v1.5.0 ('It's alright, baby') built on >> Aug 3 2005 19:25:39 >> Muxing application : libebml v0.7.5 + libmatroska v0.7.7 >> Date : 2004-08-20 12:33:39.000 >> Tracks : 5 >> Track 1 : Video >> - Codec : (V_MPEG4/ISO/AVC) >> - Language : Undetermined (und) >> - Pixel Width : 640 >> - Pixel Height : 480 >> Track 2 : Audio >> - Codec : AAC HE (High Efficiency) Low Complexity with Spectral Band >> Replication (A_AAC/MPEG4/LC/SBR) >> - Possible filter : CoreAAC >> - Installed : no >> - Link : http://coreaac.corecodec.org >> - Language : Undetermined (und) >> - Sampling Frequency : 24000 >> - Output Sampling Frequency : 48000 >> - Channels : 2 >> Track 3 : Subtitles >> - Codec : SubStation Alpha (S_TEXT/SSA) >> - Possible filter : VSFilter/DVobSub >> - Installed : yes, in C:Program FilesCombined Community Codec >> PackFiltersVSFilter.dll (1.0.1.2) >> - Link : http://sourceforge.net/projects/guliverkli >> - Language : Chinese (chi) >> Track 4 : Subtitles >> - Codec : SubStation Alpha (S_TEXT/SSA) >> - Possible filter : VSFilter/DVobSub >> - Installed : yes, in C:Program FilesCombined Community Codec >> PackFiltersVSFilter.dll (1.0.1.2) >> - Link : http://sourceforge.net/projects/guliverkli >> - Language : Tai (Other) (tai) >> Track 5 : Subtitles >> - Codec : SubStation Alpha (S_TEXT/SSA) >> - Possible filter : VSFilter/DVobSub >> - Installed : yes, in C:Program FilesCombined Community Codec >> PackFiltersVSFilter.dll (1.0.1.2) >> - Link : http://sourceforge.net/projects/guliverkli >> - Language : English (eng) >> >> DirectShow RenderFile check : >> Matroska Splitter : Gabest's Matroska Splitter >> - Installed : no >> - Can be created : no >> Matroska Splitter : Haali's New Matroska Splitter >> - Installed : yes, in C:Program FilesCombined Community Codec >> PackFilterssplitter.ax >> - Can be created : yes >> RenderFile with DirectShow : Some of the streams in this movie are in >> an unsupported format. (0x00040242) >> >> DirectShow detailed rendering : >> 0> MyRenderFile : C:sallycaftAnime StorageMisc >> 7[Star&N-A][petopeto-san][jap_chn_eng][x264_aac]01.mkv >> 0> Creation of GraphBuilder : OK >> 0> Creation of FilterMapper2 : OK >> 0> Adding graph to ROT : OK >> 78> Creation of source filter : OK >> 78> # Rendering output pin C:sallycaftAnime StorageMisc >> 7[Star&N-A][petopeto-san][jap_chn_eng][x264_aac]01.mkv(Video) >> 78> Filters matching mediatype : ffdshow MPEG-4 Video Decoder, >> DirectVobSub (auto-loading version), Video Renderer, AVI Decompressor, >> Nero Video Decoder, Nero DVD Decoder >> 78> Trying connection to ffdshow MPEG-4 Video Decoder : >> 78> Failed connecting pin to ffdshow MPEG-4 Video Decoder, removing it >> now. >> 94> Trying connection to DirectVobSub (auto-loading version) : >> 94> Failed connecting pin to DirectVobSub (auto-loading version), >> removing it now. >> 94> Trying connection to Video Renderer : >> 110> Failed connecting pin to Video Renderer, removing it now. >> 110> Trying connection to AVI Decompressor : >> 110> Failed connecting pin to AVI Decompressor, removing it now. >> 110> Trying connection to Nero Video Decoder : >> 110> Failed connecting pin to Nero Video Decoder, removing it now. >> 110> Trying connection to Nero DVD Decoder : >> 125> Failed connecting pin to Nero DVD Decoder, removing it now. >> 125> # Rendering output pin C:sallycaftAnime StorageMisc >> 7[Star&N-A][petopeto-san][jap_chn_eng][x264_aac]01.mkv(Audio) >> 125> Filters matching mediatype : ffdshow Audio Decoder, DirectVobSub >> (auto-loading version), ACM Wrapper >> 125> Trying connection to ffdshow Audio Decoder : >> 125> OK, connected to (In)ffdshow Audio Decoder >> 125> # Rendering output pin C:sallycaftAnime StorageMisc >> 7[Star&N-A][petopeto-san][jap_chn_eng][x264_aac]01.mkv(Audio) -> >> ffdshow Audio Decoder(Out) >> 141> Filters matching mediatype : ffdshow Audio Decoder, DirectVobSub >> (auto-loading version), Default DirectSound Device, RealMedia >> Splitter, ACM Wrapper >> 141> Trying connection to DirectVobSub (auto-loading version) : >> 141> Failed connecting pin to DirectVobSub (auto-loading version), >> removing it now. >> 141> Trying connection to Default DirectSound Device : >> 172> OK, connected to (Audio Input pin (rendered))Default DirectSound >> Device >> 172> Completed path : C:sallycaftAnime StorageMisc >> 7[Star&N-A][petopeto-san][jap_chn_eng][x264_aac]01.mkv(Audio) -> >> ffdshow Audio Decoder(Out) -> Default DirectSound Device >> 172> # Rendering output pin C:sallycaftAnime StorageMisc >> 7[Star&N-A][petopeto-san][jap_chn_eng][x264_aac]01.mkv(Subtitle) >> 172> Filters matching mediatype : ffdshow MPEG-4 Video Decoder, >> DirectVobSub (auto-loading version) >> 172> Trying connection to ffdshow MPEG-4 Video Decoder : >> 172> Failed connecting pin to ffdshow MPEG-4 Video Decoder, removing >> it now. >> 172> Trying connection to DirectVobSub (auto-loading version) : >> 188> OK, connected to (Input)DirectVobSub (auto-loading version) >> 188> # Rendering output pin C:sallycaftAnime StorageMisc >> 7[Star&N-A][petopeto-san][jap_chn_eng][x264_aac]01.mkv(Subtitle) -> >> DirectVobSub (auto-loading version)(Output) >> 188> Filters matching mediatype : ffdshow MPEG-4 Video Decoder, MPEG >> Video Decoder, ffdshow Audio Decoder, MPEG Audio Decoder, MPEG Layer-3 >> Decoder, WMAudio Decoder DMO, DirectVobSub (auto-loading version), >> Internal Script Command Renderer, Video Renderer, Mpeg4s Decoder DMO, >> WMV Screen decoder DMO, WMVideo Decoder DMO, Mpeg43 Decoder DMO, Mpeg4 >> Decoder DMO, Windows Media Audio Decoder, ACELP.net Sipro Lab Audio >> Decoder, Default MidiOut Device, Default DirectSound Device, DivX >> MPEG-4 DVD Video Decompressor , Microsoft MPEG-4 Video Decompressor, >> DV Video Decoder, DivX Decoder Filter, DivX for Blizzard Decoder >> Filter, Microsoft Screen Video Decompressor, Windows Media Video >> Decoder, Windows Media Video Decoder, WMSpeech Decoder DMO, AVI Draw, >> Line 21 Decoder 2, .RAM file Parser, Windows Media Pad VU Data >> Grabber, BDA MPEG2 Transport Information Filter, MPEG-2 Sections and >> Tables, ASX v.2 file Parser, Video Port Manager, WST Decoder, VBI >> Surface Allocator, MPEG-2 Demultiplexer, ASF DIB Handler, ASF ACM >> Handler, ASF ICM Handler, ASF URL Handler, ASF JPEG Handler, ASF DJPEG >> Handler, ASF embedded stuff Handler, AVI Decompressor, QuickTime Movie >> Parser, RealMedia Splitter, Ogg Splitter, QT Decompressor, Vorbis >> Decoder, Nero Digital Audio Decoder, AVI Splitter, AC3 Parser Filter, >> MJPEG Decompressor, CoreFLAC Audio Decoder, Windows Media Multiplexer, >> ASX file Parser, NSC file Parser, ACM Wrapper, Line 21 Decoder, MPEG-I >> Stream Splitter, DV Splitter, Nero Video Decoder, Nero DVD Decoder >> 188> Trying connection to ffdshow MPEG-4 Video Decoder : >> 188> Failed connecting pin to ffdshow MPEG-4 Video Decoder, removing >> it now. >> 188> Trying connection to MPEG Video Decoder : >> 188> Failed connecting pin to MPEG Video Decoder, removing it now. >> 188> Trying connection to ffdshow Audio Decoder : >> 203> Failed connecting pin to ffdshow Audio Decoder, removing it now. >> 203> Trying connection to MPEG Audio Decoder : >> 203> Failed connecting pin to MPEG Audio Decoder, removing it now. >> 203> Trying connection to MPEG Layer-3 Decoder : >> 203> Failed connecting pin to MPEG Layer-3 Decoder, removing it now. >> 203> Trying connection to WMAudio Decoder DMO : >> 266> Failed connecting pin to WMAudio Decoder DMO, removing it now. >> 266> Trying connection to Internal Script Command Renderer : >> 266> Failed connecting pin to Internal Script Command Renderer, >> removing it now. >> 266> Trying connection to Video Renderer : >> 266> Failed connecting pin to Video Renderer, removing it now. >> 282> Trying connection to Mpeg4s Decoder DMO : >> 328> Failed connecting pin to Mpeg4s Decoder DMO, removing it now. >> 328> Trying connection to WMV Screen decoder DMO : >> 391> Failed connecting pin to WMV Screen decoder DMO, removing it now. >> 391> Trying connection to WMVideo Decoder DMO : >> 453> Failed connecting pin to WMVideo Decoder DMO, removing it now. >> 453> Trying connection to Mpeg43 Decoder DMO : >> 516> Failed connecting pin to Mpeg43 Decoder DMO, removing it now. >> 516> Trying connection to Mpeg4 Decoder DMO : >> 516> Failed connecting pin to Mpeg4 Decoder DMO, removing it now. >> 516> Trying connection to Windows Media Audio Decoder : >> 516> Failed connecting pin to Windows Media Audio Decoder, removing it >> now. >> 516> Trying connection to ACELP.net Sipro Lab Audio Decoder : >> 516> Failed connecting pin to ACELP.net Sipro Lab Audio Decoder, >> removing it now. >> 516> Trying connection to Default MidiOut Device : >> 516> Failed connecting pin to Default MidiOut Device, removing it now. >> 516> Trying connection to Default DirectSound Device : >> 516> Failed connecting pin to Default DirectSound Device, removing it >> now. >> 516> Trying connection to DivX MPEG-4 DVD Video Decompressor : >> 532> DivX MPEG-4 DVD Video Decompressor creation failed : : The >> specified module could not be found. (0x8007007E) >> 532> Trying connection to Microsoft MPEG-4 Video Decompressor : >> 532> Failed connecting pin to Microsoft MPEG-4 Video Decompressor, >> removing it now. >> 532> Trying connection to DV Video Decoder : >> 532> Failed connecting pin to DV Video Decoder, removing it now. >> 532> Trying connection to DivX Decoder Filter : >> 532> DivX Decoder Filter creation failed : : Class not registered >> (0x80040154) >> 532> Trying connection to DivX for Blizzard Decoder Filter : >> 532> Failed connecting pin to DivX for Blizzard Decoder Filter, >> removing it now. >> 532> Trying connection to Microsoft Screen Video Decompressor : >> 532> Failed connecting pin to Microsoft Screen Video Decompressor, >> removing it now. >> 532> Trying connection to Windows Media Video Decoder : >> 532> Failed connecting pin to Windows Media Video Decoder, removing it >> now. >> 532> Trying connection to Windows Media Video Decoder : >> 547> Failed connecting pin to Windows Media Video Decoder, removing it >> now. >> 547> Trying connection to WMSpeech Decoder DMO : >> 594> Failed connecting pin to WMSpeech Decoder DMO, removing it now. >> 594> Trying connection to AVI Draw : >> 594> Failed connecting pin to AVI Draw, removing it now. >> 594> Trying connection to Line 21 Decoder 2 : >> 610> Failed connecting pin to Line 21 Decoder 2, removing it now. >> 610> Trying connection to .RAM file Parser : >> 610> Failed connecting pin to .RAM file Parser, removing it now. >> 610> Trying connection to Windows Media Pad VU Data Grabber : >> 610> Failed connecting pin to Windows Media Pad VU Data Grabber, >> removing it now. >> 610> Trying connection to BDA MPEG2 Transport Information Filter : >> 610> Failed connecting pin to BDA MPEG2 Transport Information Filter, >> removing it now. >> 610> Trying connection to MPEG-2 Sections and Tables : >> 610> Failed connecting pin to MPEG-2 Sections and Tables, removing it >> now. >> 610> Trying connection to ASX v.2 file Parser : >> 610> Failed connecting pin to ASX v.2 file Parser, removing it now. >> 610> Trying connection to Video Port Manager : >> 610> Failed connecting pin to Video Port Manager, removing it now. >> 610> Trying connection to WST Decoder : >> 610> Failed connecting pin to WST Decoder, removing it now. >> 610> Trying connection to VBI Surface Allocator : >> 625> VBI Surface Allocator creation failed : : No VideoPort hardware >> is available, or the hardware is not responding. (0x80040274) >> 625> Trying connection to MPEG-2 Demultiplexer : >> 625> Failed connecting pin to MPEG-2 Demultiplexer, removing it now. >> 625> Trying connection to ASF DIB Handler : >> 625> Failed connecting pin to ASF DIB Handler, removing it now. >> 625> Trying connection to ASF ACM Handler : >> 625> Failed connecting pin to ASF ACM Handler, removing it now. >> 625> Trying connection to ASF ICM Handler : >> 625> Failed connecting pin to ASF ICM Handler, removing it now. >> 625> Trying connection to ASF URL Handler : >> 625> Failed connecting pin to ASF URL Handler, removing it now. >> 625> Trying connection to ASF JPEG Handler : >> 625> Failed connecting pin to ASF JPEG Handler, removing it now. >> 625> Trying connection to ASF DJPEG Handler : >> 625> Failed connecting pin to ASF DJPEG Handler, removing it now. >> 625> Trying connection to ASF embedded stuff Handler : >> 625> Failed connecting pin to ASF embedded stuff Handler, removing it >> now. >> 625> Trying connection to AVI Decompressor : >> 625> Failed connecting pin to AVI Decompressor, removing it now. >> 625> Trying connection to QuickTime Movie Parser : >> 625> Failed connecting pin to QuickTime Movie Parser, removing it now. >> 625> Trying connection to RealMedia Splitter : >> 625> RealMedia Splitter creation failed : : The specified module could >> not be found. (0x8007007E) >> 625> Trying connection to Ogg Splitter : >> 641> Failed connecting pin to Ogg Splitter, removing it now. >> 657> Trying connection to QT Decompressor : >> 657> Failed connecting pin to QT Decompressor, removing it now. >> 657> Trying connection to Vorbis Decoder : >> 657> Failed connecting pin to Vorbis Decoder, removing it now. >> 657> Trying connection to Nero Digital Audio Decoder : >> 2750> Failed connecting pin to Nero Digital Audio Decoder, removing it >> now. >> 2750> Trying connection to AVI Splitter : >> 2750> Failed connecting pin to AVI Splitter, removing it now. >> 2750> Trying connection to AC3 Parser Filter : >> 2750> Failed connecting pin to AC3 Parser Filter, removing it now. >> 2750> Trying connection to MJPEG Decompressor : >> 2750> Failed connecting pin to MJPEG Decompressor, removing it now. >> 2750> Trying connection to CoreFLAC Audio Decoder : >> 2750> CoreFLAC Audio Decoder creation failed : : The specified module >> could not be found. (0x8007007E) >> 2750> Trying connection to Windows Media Multiplexer : >> 2750> Failed connecting pin to Windows Media Multiplexer, removing it >> now. >> 2750> Trying connection to ASX file Parser : >> 2750> Failed connecting pin to ASX file Parser, removing it now. >> 2750> Trying connection to NSC file Parser : >> 2750> Failed connecting pin to NSC file Parser, removing it now. >> 2750> Trying connection to ACM Wrapper : >> 2750> Failed connecting pin to ACM Wrapper, removing it now. >> 2750> Trying connection to Line 21 Decoder : >> 2766> Failed connecting pin to Line 21 Decoder, removing it now. >> 2766> Trying connection to MPEG-I Stream Splitter : >> 2766> Failed connecting pin to MPEG-I Stream Splitter, removing it now. >> 2766> Trying connection to DV Splitter : >> 2766> Failed connecting pin to DV Splitter, removing it now. >> 2766> Trying connection to Nero Video Decoder : >> 2766> Failed connecting pin to Nero Video Decoder, removing it now. >> 2766> Trying connection to Nero DVD Decoder : >> 2766> Failed connecting pin to Nero DVD Decoder, removing it now. >> 2782> Backtracking, no output pin rendered for DirectVobSub >> (auto-loading version), removing it now. >> 2782> MyRenderFile finished : There is no common media type between >> these pins. (0x80040207) >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Matroska-users mailing list >> Matroska-users at lists.matroska.org >> http://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-users >> Read Matroska-Users on GMane: >> http://dir.gmane.org/gmane.comp.multimedia.matroska.user > > From mysthys at hotmail.com Mon Sep 19 18:16:44 2005 From: mysthys at hotmail.com (Karim Chbib) Date: Mon, 19 Sep 2005 16:16:44 +0000 Subject: [Matroska-devel] concern the mplayer code source Message-ID: Hello, I have a mac, and i received a .mkv file that i can t read. When i went on your website, i found mplayer that you said it was working with mkv file. When i downloaded, it appears to be the source code only, how can i do ?? Please help me to resolve this problem, because i can t read .mkv file. Thanks Karim _________________________________________________________________ Surlignez tout ce qui vous int?resse en surfant et visualisez vos recherches! http://toolbar.fr.msn.ch?DI=1057&XAPID=2083 From poirierg at gmail.com Mon Sep 19 19:51:32 2005 From: poirierg at gmail.com (Guillaume POIRIER) Date: Mon, 19 Sep 2005 19:51:32 +0200 Subject: [Matroska-devel] concern the mplayer code source In-Reply-To: References: Message-ID: <4e03026a0509191051f085d28@mail.gmail.com> Hi, On 9/19/05, Karim Chbib wrote: > Hello, > > I have a mac, and i received a .mkv file that i can t read. > When i went on your website, i found mplayer that you said it was working > with mkv file. > When i downloaded, it appears to be the source code only, how can i do ?? > Please help me to resolve this problem, because i can t read .mkv file. > Thanks Either compile MPlayer or fetch a release of MPlayer OSX: http://www2.mplayerhq.hu/MPlayer/releases/MPlayer-dev-CVS-050904.dmg Please tell me if it worked as expected. Cheers, Guillaume -- Reading doesn't hurt, really! -- Dominik 'Rathann' Mierzejewski From steve.lhomme at free.fr Mon Sep 19 20:37:27 2005 From: steve.lhomme at free.fr (Steve Lhomme) Date: Mon, 19 Sep 2005 20:37:27 +0200 Subject: [Matroska-devel] concern the mplayer code source In-Reply-To: <4e03026a0509191051f085d28@mail.gmail.com> References: <4e03026a0509191051f085d28@mail.gmail.com> Message-ID: <432F0567.4030800@free.fr> The other option is to use Videolan (VLC) : http://www.videolan.org/ It still has problems though. Also you have to know that many codecs are not supported on the Mac, especially RealVideo. A lot a matroska movies you find on the net are using RealVideo... a+ Guillaume POIRIER wrote: > Hi, > > On 9/19/05, Karim Chbib wrote: > >>Hello, >> >>I have a mac, and i received a .mkv file that i can t read. >>When i went on your website, i found mplayer that you said it was working >>with mkv file. >>When i downloaded, it appears to be the source code only, how can i do ?? >>Please help me to resolve this problem, because i can t read .mkv file. >>Thanks > > > Either compile MPlayer or fetch a release of MPlayer OSX: > http://www2.mplayerhq.hu/MPlayer/releases/MPlayer-dev-CVS-050904.dmg > > Please tell me if it worked as expected. > > Cheers, > > Guillaume > -- robUx4 on blog From steve.lhomme at free.fr Thu Sep 22 21:13:35 2005 From: steve.lhomme at free.fr (Steve Lhomme) Date: Thu, 22 Sep 2005 21:13:35 +0200 Subject: [Matroska-devel] Could this be the first matroska hardware player ? Message-ID: <4333025F.2000207@free.fr> http://software.newsforge.com/software/05/09/13/1631226.shtml (not counting PDAs and cell phone of course) -- robUx4 on blog From kenzeitak at msn.com Sat Sep 24 15:32:56 2005 From: kenzeitak at msn.com (Nicklas Hult) Date: Sat, 24 Sep 2005 15:32:56 +0200 Subject: [Matroska-devel] Divx6 Integrated in the next version of matroska? Message-ID: <43355588.9040403@msn.com> Greetings! Thanks for a great video and audio container! I love matroska and look forward to seeing it evolve further. My question is if youve got any plans to include DivX6.x support in the closest versions, do you? Regards, Nicklas Hult, Sweden -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris at matroska.org Sat Sep 24 22:00:27 2005 From: chris at matroska.org (Christian HJ Wiesner) Date: Sat, 24 Sep 2005 22:00:27 +0200 Subject: [Matroska-devel] Divx6 Integrated in the next version of matroska? In-Reply-To: <43355588.9040403@msn.com> References: <43355588.9040403@msn.com> Message-ID: <4335B05B.8000300@matroska.org> DivX6 is basically the DivX5 codec in a proprietary, DivX specific container format based on the AVI structure. The only main difference between DivX6 and DivX5, from what i can see, is the container. As it has its own container, including menues and text subtitles, it has to be seen as an 'alternative' to matroska and i wonder how we could support it ? Do you mean conversion of DivX6 files into MKV files ? Christian matroska project admin Nicklas Hult schrieb: > Greetings! > Thanks for a great video and audio container! I love matroska and look > forward to seeing it evolve further. > My question is if youve got any plans to include DivX6.x support in > the closest versions, do you? > Regards, Nicklas Hult, Sweden From moransa at yahoo.com.mx Wed Sep 28 19:07:48 2005 From: moransa at yahoo.com.mx (=?iso-8859-1?q?Armando=20Mor=E1n?=) Date: Wed, 28 Sep 2005 12:07:48 -0500 (CDT) Subject: [Matroska-devel] Questions about joining the group Message-ID: <20050928170748.94143.qmail@web40613.mail.yahoo.com> I saw the next lines in the Matroska web page: We invite every interested developer to join our team and to help us to achieve these goals. While most of the existing Matroska code is in C++ we are also interested in C and Java programmers joining us. Your project sounds very interesting to me because I would like to get experiencie in the Audio/Video multimedia field. So I want to know how it works, I mean, do you have like several tasks or goals and I can choose one to help, or you will assign me something, or it's just by your own just by inspecting the code and when I think I can improve or create something I just contact the team after do it, or ... I have more experience coding in C++ but I also can coding in C or Java. By the way my name is Armando I am from Mexico and I am a System Software Engineer. I have a master degree in Intelligent Systems. Thanks in advance. Best Regards, Armando Moran ___________________________________________________________ Do You Yahoo!? La mejor conexi?n a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx From chris at matroska.org Wed Sep 28 21:26:53 2005 From: chris at matroska.org (Christian HJ Wiesner) Date: Wed, 28 Sep 2005 21:26:53 +0200 Subject: [Matroska-devel] Questions about joining the group In-Reply-To: <20050928170748.94143.qmail@web40613.mail.yahoo.com> References: <20050928170748.94143.qmail@web40613.mail.yahoo.com> Message-ID: <433AEE7D.6020001@matroska.org> Hi Armando, we are glad about you wanting to join our team, with the goal to help us improve our software. Therefore we invite you to come to our IRC channel #matroska on irc.corecodec.com / .org , as most of the technical stuff, as well as outstanding tasks and who does what will be discussed there. Looking forward to meet you soon on IRC, the mother of internet chat. Christian matroska project admin http://www.matroska.org Armando Mor?n schrieb: >I saw the next lines in the Matroska web page: > >We invite every interested developer to join our team >and to help us to achieve these goals. While most of >the existing Matroska code is in C++ we are also >interested in C and Java programmers joining us. > >Your project sounds very interesting to me because I >would like to get experiencie in the Audio/Video >multimedia field. > >So I want to know how it works, I mean, do you have >like several tasks or goals and I can choose one to >help, or you will assign me something, or it's just by >your own just by inspecting the code and when I think >I can improve or create something I just contact the >team after do it, or ... > >I have more experience coding in C++ but I also can >coding in C or Java. > >By the way my name is Armando I am from Mexico and I >am a System Software Engineer. I have a master degree >in Intelligent Systems. > >Thanks in advance. > >Best Regards, >Armando Moran > > > > > >___________________________________________________________ >Do You Yahoo!? >La mejor conexi?n a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx > >_______________________________________________ >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 > > >