That are bad news. I was sure MCI is based on DirectX.
OK, I'll give it a third try. It will be a hard work for me to read in in DirectShow But stuff it, that's our job. In my next live, I want to be a sheep-herder
I'm experimenting with the Win32 MCI Interface. It seems to be the better way for me, because I have almost only MPEG-Movies to play. And there are some files, which MCI can play and the BuildIn MoviePlayer can not.
But I need the feature to capture images from the playing movies. After ...
Thank you for your fast answer. Yes, with exactly that changes it's working
In other words: The IsMovie() function returns a pointer to a PB_StructureMovie Structure. Very usefull.
My mistake was also, that I haven't used the constant #PB_ANY.
Hi all together! I'm very new to PB and this forum. I googled for the feature "Capture Screenshot from Movie" and found the absolute fantastic codeexample from Freak (posted at 04/23/2003).
Then I decide to buy PB and write my own VideoLibrary. All works very great with one exception: The Capture ...