Sample code on DirectShow, please?
-
I would like to play a movie clip using DirectShow on my dialog-based app. Is this possible? Does anyone have a (working) sample code that does it, or maybe an article or web site? preferably non-full frame. Thanks a lot in advance.
-
I would like to play a movie clip using DirectShow on my dialog-based app. Is this possible? Does anyone have a (working) sample code that does it, or maybe an article or web site? preferably non-full frame. Thanks a lot in advance.
Joe, I am working on a article concerning video playback in response to the article "Multimedia Streaming Synchronization Mechanisms Under DirectShow" - An overview of three methods on how to perform multimedia streaming by Stephane Rodriguez. Can take a week or 2 though, if you want to see example code, I could send you the preliminary (but working) code. Stephanes code works on PCs with little CPU and Video Cards of less than 4 MB videoram. My code works better on >= 8 MB Video Ram cards. Best Regards, GBO.
-
Joe, I am working on a article concerning video playback in response to the article "Multimedia Streaming Synchronization Mechanisms Under DirectShow" - An overview of three methods on how to perform multimedia streaming by Stephane Rodriguez. Can take a week or 2 though, if you want to see example code, I could send you the preliminary (but working) code. Stephanes code works on PCs with little CPU and Video Cards of less than 4 MB videoram. My code works better on >= 8 MB Video Ram cards. Best Regards, GBO.
If you could really give me the example code, I really appreciate it. Btw, it is not a win32 app, is it? Because I am really new at this DirectX stuff, and I already have my project half done in an MFC dialog-based app. All I need to do now is the ability to play a movie clip file (non-streaming) using DirectShow. Once again, thanks a lot.