Pilar | 5 Dec 2005 20:35
Picon
Favicon

(BUG) Problem with Adobe After Effects and Matroska last version 112!

(BUG) Problem with Adobe After Effects and Matroska last version 112!

I installed the 1.1.2 version of Matroska full pack and there is a bus when I open Adobe After  Effects, the program says that ffdshowdll.ax crash the program in error code 0 :: 42, I uninstall Matroska Pack Full 1.1.2 from my system and install again the old 1.1.1, this one works perfectly.
 
Any one has other solution that I can install the 1.1.2 version and use after effects normally?
_______________________________________________
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
bellamorte | 7 Dec 2005 12:33
Picon

bug into matroska container

hi,
i've found a bug in matroska. My wmv video (into avi container) have 2 
seconds about of "black" at start of file. It's a dvb source, but dvd source 
have same problems. Matroska container simply
cut this "black" at start of my video, and speed of final mux is more 
slow, (about 22 fps) causing desynch. After 30 second about, speed increase 
at normal.
No problems with avi container.

regards.
_______________________________________________
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

Moritz Bunkus | 7 Dec 2005 20:12
Favicon
Gravatar

mkvtoolnix 1.6.5 has been released

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  <moritz <at> bunkus.org>

	* Released v1.6.5.

2005-12-06  Moritz Bunkus  <moritz <at> bunkus.org>

	* 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  <moritz <at> bunkus.org>

	* 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  <moritz <at> bunkus.org>

	* 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  <moritz <at> bunkus.org>

	* 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  <moritz <at> bunkus.org>

	* mmg: bug fix: Fixed a problem with the selection of language
	codes for chapters in the chapter editor.

2005-11-18  Moritz Bunkus  <moritz <at> bunkus.org>

	* 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  <moritz <at> bunkus.org>

	* 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  <moritz <at> bunkus.org>

	* 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  <moritz <at> bunkus.org>

	* 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  <moritz <at> bunkus.org>

	* 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  <moritz <at> bunkus.org>

	* 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  <moritz <at> bunkus.org>

	* mkvmerge: new feature: Added support for Ogg/Theora.

2005-10-22  Moritz Bunkus  <moritz <at> bunkus.org>

	* 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  <moritz <at> bunkus.org>

	* 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

_______________________________________________
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
zach pedigo | 10 Dec 2005 02:39
Picon
Favicon

subtitles

I downloaded the matroska pack and was able to get the file to play just fine.  I am watching a Japanese movie that requires English subtitles.  It appears that the only language I have to choose from in the DirectVobSub is Chinese, so all my subtitles are box characters.  If anyone can help me I will greatly appreciate it.
 
 

3 FREE months of MSN Dial-up Internet service. Click for full details and to sign-up now!
_______________________________________________
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
Sami Kiiskila | 14 Dec 2005 16:38
Picon
Picon

mkvmerge segmentation fault

Hello

What might be the reason for mkvmerge generating segmentation fault every time
I try to use it?

First I compiled "libebml-0.7.6", "libmatroska-0.8.0", and  "mkvtoolnix-1.6.5"
without any additional components or gui. All went fine and after
"make install" I got the help page when I run mkvmerge. If I try to
give it any input file, even when using the example file from
matroska page: "mkvmerge -i mewmew-vorbis-ssa.mkv"
Always same thing "segmentation fault".

Then I tried to install it from the RPM binary package "mkvtoolnix-1.6.5-1.i386.rpm",
it needed flac lib and some tweaks to run but finally it did the same thing, shows the
help page without parameters and segmentation fault with any input.

Now I tried to compile again with --enable-debug, still help page comes out fine
but any input gives this time "Illegal instruction".

I included the output of gdb with bt here:
Strange that it complains of not finding any debug symbols even if I compiled it
with --enable-debug.

-----

[sami <at> localhost tv]$ gdb mkvmerge
GNU gdb Red Hat Linux (5.3.90-0.20030710.41rh)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
(no debugging symbols found)...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run -i mewmew-vorbis-ssa.mkv
Starting program: /usr/local/bin/mkvmerge -i mewmew-vorbis-ssa.mkv

Program received signal SIGILL, Illegal instruction.
0xbffff51a in ?? ()
(gdb) bt
#0  0xbffff51a in ?? ()
#1  0x00877998 in __DTOR_END__ () from /lib/tls/libc.so.6
#2  0x081179f1 in std::string*
std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string const*,
std::vector<std::string, std::allocator<std::string> > >,
std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string,
std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*,
std::vector<std::string, std::allocator<std::string> > >, std::string*, __false_type) ()
#3  0x0806b9a5 in std::string*
std::__uninitialized_copy_aux<__gnu_cxx::__normal_iterator<std::string const*,
std::vector<std::string, std::allocator<std::string> > >,
std::string*>(__gnu_cxx::__normal_iterator<std::string const*, std::vector<std::string,
std::allocator<std::string> > >, __gnu_cxx::__normal_iterator<std::string const*,
std::vector<std::string, std::allocator<std::string> > >, std::string*, __false_type) ()
#4  0x08056168 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >
std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&) ()
#5  0x0805b50c in std::basic_string<char, std::char_traits<char>, std::allocator<char> >
std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&) ()
#6  0x0805eaf9 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >
std::operator+<char, std::char_traits<char>, std::allocator<char> >(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&) ()
#7  0x00757750 in __libc_start_main () from /lib/tls/libc.so.6
#8  0x0804c081 in ?? ()
(gdb)

------

I also run it with : strace mkvmerge -i mewmew-vorbis-ssa.mkv
It produced lots of text so here is only the last page:

----

open("/usr/local/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libgcc_s.so.1", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\245\264"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=30604, ...}) = 0
old_mmap(0xb49000, 32112, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb49000
old_mmap(0xb50000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x6000) = 0xb50000
close(3)                                = 0
open("/usr/X11R6/lib/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/X11R6/lib/modules/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/tls/libc.so.6", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 <at> xu\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1575400, ...}) = 0
old_mmap(0x742000, 1279788, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x742000
old_mmap(0x875000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x132000) = 0x875000
old_mmap(0x878000, 10028, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x878000
close(3)                                = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fb9000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7fb9460, limit:1048575, seg_32bit:1,
contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
munmap(0xb7fbb000, 71702)               = 0
brk(0)                                  = 0x8203000
brk(0x8224000)                          = 0x8224000
brk(0)                                  = 0x8224000
rt_sigaction(SIGUSR1, {0x806b598, [USR1], SA_RESTORER|SA_RESTART, 0x769a18}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {0x806b598, [INT], SA_RESTORER|SA_RESTART, 0x769a18}, {SIG_DFL}, 8) = 0
uname({sys="Linux", node="localhost.localdomain", ...}) = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=33513072, ...}) = 0
mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7db9000
close(3)                                = 0
open("mewmew-vorbis-ssa.mkv", O_RDONLY|O_LARGEFILE) = 3
--- SIGILL (Illegal instruction)  <at>  0 (0) ---
+++ killed by SIGILL +++
[sami <at> localhost tv]$

-----
-------------------------------------------------------------------------
: Money isn't everything, : Sami Kiiskilä                 :   Nothing   :
: . . . there is also     : P. 03-3180690 / 050-46 23 215 :     is      :
:  H i g h - T e c h  ! ! : http://www.cs.tut.fi/~kiiskils: impossible. :
-------------------------------------------------------------------------

_______________________________________________
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

Moritz Bunkus | 15 Dec 2005 09:53
Favicon
Gravatar

Re: mkvmerge segmentation fault

Hey,

On Wednesday 14 December 2005 16:38, Sami Kiiskila wrote:

> What might be the reason for mkvmerge generating segmentation fault every
> time I try to use it?

Bad compiler, library conflicts etc etc.

> First I compiled "libebml-0.7.6", "libmatroska-0.8.0",

How did you compile them? My advice is to compile only the static
versions by calling "make staticlib" and "make install_headers
install_staticlib". I've had problems with shared libs on the past.

> Always same thing "segmentation fault".

Not good :)

> Then I tried to install it from the RPM binary package
> "mkvtoolnix-1.6.5-1.i386.rpm", it needed flac lib and some tweaks to run
> but finally it did the same thing, shows the help page without parameters
> and segmentation fault with any input.

Not good either :(

> Now I tried to compile again with --enable-debug, still help page comes out
> fine but any input gives this time "Illegal instruction".

!??

Ok here are a couple of questions.

Which OS and which version are you using?

Which gcc version are you using (gcc -dumpversion)?

> I included the output of gdb with bt here:
> Strange that it complains of not finding any debug symbols even if I
> compiled it with --enable-debug.

Are you sure that gdb used your newly built mkvmerge and not another
version that was not compiled with debugging options? Because
--enable-debug is definitely the only switch required for getting debug
information into the executable.

> (gdb) run -i mewmew-vorbis-ssa.mkv
> Starting program: /usr/local/bin/mkvmerge -i mewmew-vorbis-ssa.mkv

Looks like a self-compiled version alright.

> #6  0x0805eaf9 in std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > std::operator+<char,
> std::char_traits<char>, std::allocator<char> >(std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >
> const&) () #7  0x00757750 in __libc_start_main () from /lib/tls/libc.so.6
> #8  0x0804c081 in ?? ()
> (gdb)

Uhm.... That's not even in my code... That's inside libc's startup code?
Very strange.

> open("mewmew-vorbis-ssa.mkv", O_RDONLY|O_LARGEFILE) = 3
> --- SIGILL (Illegal instruction)  <at>  0 (0) ---

Hmm, so mkvmerge does at least open the file and is not breaking right
at the start (ok, you said that mkvmerge displays the help page if you
don't give it any parameters, so it is working at least "a bit").

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

_______________________________________________
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
Sami Kiiskila | 15 Dec 2005 15:33
Picon
Picon

Re: mkvmerge segmentation fault

At 10:53 AM 12/15/05, you wrote:

>Ok here are a couple of questions.
>
>Which OS and which version are you using?

Fedora 1 with plain compiled kernel 2.6.11 and some updates.

>Which gcc version are you using (gcc -dumpversion)?

3.3.2

>Are you sure that gdb used your newly built mkvmerge and not another
>version that was not compiled with debugging options? Because
>--enable-debug is definitely the only switch required for getting debug
>information into the executable.

Maybe gdb didn't find the symbols without path to the source?
Anyway I got it to find the symbols whith the path.
Interesting that when I run it without gdb I got segfault and with gdb
illegal instruction.

----

[sami <at> localhost tv]$ /usr/local/src/mkvtoolnix-1.6.5/src/mkvmerge -i mewmew-vorbis-ssa.mkv
Segmentation fault
[sami <at> localhost tv]$

-----

[sami <at> localhost tv]$ gdb /usr/local/src/mkvtoolnix-1.6.5/src/mkvmerge
GNU gdb Red Hat Linux (5.3.90-0.20030710.41rh)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run -i mewmew-vorbis-ssa.mkv
Starting program: /usr/local/src/mkvtoolnix-1.6.5/src/mkvmerge -i mewmew-vorbis-ssa.mkv

Program received signal SIGILL, Illegal instruction.
0xbffff4ea in ?? ()
(gdb) bt
#0  0xbffff4ea in ?? ()
#1  0x08180c48 in std::basic_streambuf<wchar_t, std::char_traits<wchar_t> >::_S_pback_size ()
#2  0x00877998 in __DTOR_END__ () from /lib/tls/libc.so.6
#3  0x081179f1 in mm_file_io_c (this=0x8206b20, path= <at> 0xbffff550,
    mode=MODE_READ) at src/common/mm_io.cpp:114
#4  0x0806b9a5 in get_file_type(filelist_t&) (file= <at> 0xbffff550)
    at src/merge/output_control.cpp:291
#5  0x08056168 in identify (filename= <at> 0x8205db4) at src/merge/mkvmerge.cpp:345
#6  0x0805b50c in parse_args (args=
          {<_Vector_base<std::basic_string<char, std::char_traits<char>, std::allocator<char>
>,std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >> =
{<_Vector_alloc_base<std::basic_string<char, std::char_traits<char>, std::allocator<char>
>,std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> >
>,true>> = {_M_start = 0x8205db0, _M_finish = 0x8205db8, _M_end_of_storage = 0x8205db8}, <No data
fields>}, <No data fields>}) at src/merge/mkvmerge.cpp:1327
#7  0x0805eaf9 in main (argc=3, argv=0xbffffa54) at src/merge/mkvmerge.cpp:2031
(gdb)

---

-------------------------------------------------------------------------
: Money isn't everything, : Sami Kiiskilä                 :   Nothing   :
: . . . there is also     : P. 03-3180690 / 050-46 23 215 :     is      :
:  H i g h - T e c h  ! ! : http://www.cs.tut.fi/~kiiskils: impossible. :
-------------------------------------------------------------------------

_______________________________________________
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

Christian HJ Wiesner | 18 Dec 2005 13:36
Favicon

Re: [Matroska-general] WTF happened to my AVi and MPG files


Ruben,

are you sure you do have the matroska full pack installed ? Our full 
pack is coming with the famous ffdshow decoder, a free decoder filter 
based on a library made of the great FFMPEG L-GPL decoders for Linux. 
You are obviously lacking a decoder filter for AC3 audio, thats why your 
first AVI has no sound. ffdshow has all of that, and it won't display 
any DivX logos during playback. This logo is an indication to me that a 
VERY OLD version of the old DivX decoder is still installed on your PC, 
causing the slow playback.

If you do have the full pack installed, can you please check in 'program 
files' 'matroska pack' 'ffdshow' 'configuration' and send me another 
screenshot of the 'codecs' configuration page of ffdshow, so that i can 
see if ffdshow is set to decode stuff, and what ?

Christian

Ruben Escano schrieb:

> Thank you for your speedy response to my e-mail and sorry for the 
> language. 
>  
> After e-mailing you, I un-installed the 3 programs I had downloaded 
> from your website.  However, the other day I reinstalled Matroska 
> Pack.  I no longer see a green screen, as I reported to you in my 
> previous e-mail.  However, my AVI files seem strange.  The look as if 
> they are moving slower or going at less FPS.  In addition, one group 
> of AVI files (my PBS Evolution series) plays without audio.  And, all 
> of my AVI files have a small DIVX video logo on the bottom right hand 
> side of the screen that slowly appears and then fades away (this does 
> not happen with my MPG files).  My MPG files, when opened in Winamp, 
> open in a smaller default screen than my AVI files.  I must then 
> resize the window. 
>  
> I have attached two screen shots of 3 renders of the graphedit program 
> you told me to download.  I needed two screenshots becuase not all of 
> the 'boxes' fit in one screenshot.  The first render is of an AVI 
> file(" 
> PBS.Nova.Evolution.Ep.4.The.Evolutionary.Arms.Race.DivX5-AC3.www.mvgroup.org.avi") 
> that does not have any audio .  The second render is of an MPG file 
> ("Family Guy - A Fish Out of Water.mpg") that opens in a small screen 
> when played in Winamp.  The third render is of an AVI file 
> ("Battlestar Galactica [1x08] Flesh And Bone.avi") that seems to be 
> moving slowly and seems to have fewer FPS than it had before I 
> installed any programs from Matroska.
>  
> All of these symptoms were displayed after the install, un-install, 
> and/or reinstall of a Matroska program.  I have not installed or 
> downloaded any media programs since I first installed a Matroska 
> program.  Thank you for your help.  And I hope the information I have 
> given you can help you decide what is going on with my video files.
>  
> -Ruben
>
>  
> On 12/12/05, *Christian HJ Wiesner* <chris <at> matroska.org 
> <mailto:chris <at> matroska.org>> wrote:
>
>     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
>
>
>
> ------------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>

_______________________________________________
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

a a | 20 Dec 2005 06:43
Picon
Favicon

I need help with the Mastroka codecs

hello I went to the site:
 
 
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. 
 
please help
 

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

_______________________________________________
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
sajjad ifthkar | 20 Dec 2005 11:34

saj

ok here you go.

thanks very mfor looking into this for me.

regards.

saj

 

Yahoo! Messenger NEW - crystal clear PC to PC calling worldwide with voicemail
Matroska file info : C:\Documents and Settings\saj\My Documents\My Videos\Howl's moving castle\howls
moving castle.mkv
File size : 1.36 GB
File complete : yes
Duration : 01:59:07.877
Writing application : mkvmerge v1.4.2 ('Jimi Thing') built on Apr 16 2005 13:58:15
Muxing application : libebml v0.7.4 + libmatroska v0.7.6
Date : 2004-11-14 11:49:43.000
Tracks : 4
Track 1 : Video

Codec : Microsoft VFW compatibility mode (V_MS/VFW/FOURCC) 
Fourcc : XviD MPEG-4 codec (XVID) 
Possible filter : Xvid 
Installed : yes, in C:\WINDOWS\system32\xvid.ax 
Link : http://www.xvid.org 
Possible filter : ffdshow 
Installed : yes, in C:\Program Files\Matroska Pack\ffdshow\ffdshow.ax (1.0.2.3) 
Link : http://sourceforge.net/projects/ffdshow 
Name : Howls Moving Castle 
Language : Undetermined (und) 
Pixel Width : 640 
Pixel Height : 352 
Track 2 : Audio

Codec : Vorbis (A_VORBIS) 
Possible filter : CoreVorbis 
Installed : no 
Link : http://corevorbis.corecodec.org 
Language : Japanese (jpn) 
Sampling Frequency : 44100 
Channels : 2 
Track 3 : Audio

Codec : Vorbis (A_VORBIS) 
Possible filter : CoreVorbis 
Installed : no 
Link : http://corevorbis.corecodec.org 
Language : English (eng) 
Sampling Frequency : 44100 
Channels : 2 
Track 4 : Subtitles

Codec : Advanced SubStation Alpha (S_TEXT/ASS) 
Possible filter : VSFilter/DVobSub 
Installed : no 
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 : no 
Can be created : no 
RenderFile with DirectShow : Cannot play back the file. The format is not supported. (0x80040265)

DirectShow detailed rendering : 
0> MyRenderFile : C:\Documents and Settings\saj\My Documents\My Videos\Howl's moving castle\howls
moving castle.mkv
0> Creation of GraphBuilder : OK
0> Creation of FilterMapper2 : OK
16> Adding graph to ROT : OK
31> Creation of source filter : OK
31> # Rendering output pin C:\Documents and Settings\saj\My Documents\My Videos\Howl's moving
castle\howls moving castle.mkv(Output)
31> Filters matching mediatype : Elecard MPEG2 Demultiplexer, ASX v.2 file Parser, DivX Demux, .RAM file
Parser, WavPack Audio Splitter, ASX file Parser, NSC file Parser, MPEG-2 Demultiplexer, QuickTime
Movie Parser, True Audio Splitter, AVI Splitter, AC3 Parser Filter, MPEG-I Stream Splitter, Nero Video
Decoder, Nero DVD Decoder
31> Trying connection to Elecard MPEG2 Demultiplexer :
297> Failed connecting pin to Elecard MPEG2 Demultiplexer, removing it now.
297> Trying connection to ASX v.2 file Parser :
297> Failed connecting pin to ASX v.2 file Parser, removing it now.
297> Trying connection to DivX Demux :
297> Failed connecting pin to DivX Demux, removing it now.
297> Trying connection to .RAM file Parser :
312> Failed connecting pin to .RAM file Parser, removing it now.
312> Trying connection to WavPack Audio Splitter :
312> Failed connecting pin to WavPack Audio Splitter, removing it now.
312> Trying connection to ASX file Parser :
312> Failed connecting pin to ASX file Parser, removing it now.
312> Trying connection to NSC file Parser :
328> Failed connecting pin to NSC file Parser, removing it now.
328> Trying connection to MPEG-2 Demultiplexer :
328> Failed connecting pin to MPEG-2 Demultiplexer, removing it now.
328> Trying connection to QuickTime Movie Parser :
344> Failed connecting pin to QuickTime Movie Parser, removing it now.
344> Trying connection to True Audio Splitter :
344> Failed connecting pin to True Audio Splitter, removing it now.
344> Trying connection to AVI Splitter :
344> Failed connecting pin to AVI Splitter, removing it now.
344> Trying connection to AC3 Parser Filter :
344> Failed connecting pin to AC3 Parser Filter, removing it now.
344> Trying connection to MPEG-I Stream Splitter :
344> Failed connecting pin to MPEG-I Stream Splitter, removing it now.
344> Trying connection to Nero Video Decoder :
359> Failed connecting pin to Nero Video Decoder, removing it now.
359> Trying connection to Nero DVD Decoder :
359> Failed connecting pin to Nero DVD Decoder, removing it now.
359> 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

Gmane