Am 08.08.2010 18:34, schrieb august: > > I just upgraded all my gmerlin libs and was just trying out the new webm > format and noticed some things. > > I am trying my code on these two files: > > 1) > http://www.webmfiles.org/wp-content/uploads/video/big-buck-bunny_trailer.webm > 2) http://www.webmfiles.org/wp-content/uploads/video/elephants-dream.webm > > > Both play fine in gmerlin_play. > > However, I have problems with them. > > The first one halts at bgav_start saying this: > > [audio] Warning: EOF while initializing audio parser > [track] Error: Starting audio decoder for stream 1 failed > > > The second one just hangs at bgav_open() and says > > [demuxer] Info: Detected Matroska format > > > > do I need to do something special with webm or mastroka files?
My old saying remains true: "When writing a demuxer, always be prepared for the maximum possible stupidity in encoded files" In this case, the files consist of one single matroska cluster (normally e.g. each keyframe starts a new cluster). Supporting these will be a little work, I'll see what I can do. Good catch, thanks Burkhard ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Gmerlin-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gmerlin-general
