Hi
I'm trying to implement the MS MPEG2 Demux but it fails. Here's my code:
-------------
if (FAILED(CoInitialize(NULL))){
...
}
IGraphBuilder *pGraph = NULL;
if (FAILED(CoCreateInstance(CLSID_FilterGraph,
NULL, CLSCTX_INPROC_SERVER,
IID_IGraphBuilder,
(void...
This is ridiculous! I spent about half an hour trying to find out how to disable a push button (Win32, not using MFC). Can someone help me with this huge programming challenge!!!
Hi!
I have mpeg1 frames stored in different files, and I want to display the corresponding movie. So, I think I'll have to make my own push source filter to be able to 'plug' it to a VideoRenderer. Am I right ?
I cant believe there's no mpeg1 frame push filter already coded ?! Someone has a...
I'm receiving a RTP stream (mpeg1): I'm able to print it to the console (but not a great idea!). I'm now trying to display it with some kind of video renderer in DirectShow. Anyone has an idea how to do it?
thx!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.