[Matroska-devel] Re: CoCreateInstance(CLSID_MKXDEMUX returns error code.
Christophe PARIS
christophe.paris at free.fr
Sat Jan 17 16:08:31 CET 2004
Hi,
What you need is the Matroska Muxer filter available here
http://sourceforge.net/projects/guliverkli
There is not really a .h file that you can include (maybe it would works
with VC7)
But you can have a look at this file :
http://cvs.sourceforge.net/viewcvs.py/*checkout*/guliverkli/guliverkli/src/filters/muxer/matroskamuxer/MatroskaMuxer.h?content-type=text%2Fplain&rev=1.7
The filter CLSID is "{1E1299A2-9D42-4F12-8791-D79E376F4143}"
or to use in your source :
DEFINE_GUID(CLSID_MatroskaMuxer, 0x1E1299A2, 0x9D42, 0x4F12, 0x87, 0x91,
0xD7, 0x9E, 0x37, 0x6F, 0x41, 0x43);
in VC7 you could probably do do __uuidof(CMatroskaMuxerFilter)
Maybe you could also have a look at
http://cvs.sourceforge.net/viewcvs.py/guliverkli/guliverkli/src/apps/asf2mkv
Regards
Toff
Stef Heyenrath wrote:
> could you please tell me which h-file I need ?
> _______________________________________________
> Matroska-devel mailing list
> Matroska-devel at lists.matroska.org
> http://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-devel
>
>
More information about the Matroska-devel
mailing list