Search found 4 matches

by Perni
Sat Apr 02, 2005 8:49 am
Forum: General Discussion
Topic: MCI / DirectShow
Replies: 3
Views: 1485

Hi traumatic.

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 :wink:

Thanks, Perni
by Perni
Fri Apr 01, 2005 8:22 pm
Forum: General Discussion
Topic: MCI / DirectShow
Replies: 3
Views: 1485

MCI / DirectShow

Hi folks,

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 ...
by Perni
Tue Mar 29, 2005 1:12 pm
Forum: General Discussion
Topic: Detecting CurrentMovie (@Freak)
Replies: 2
Views: 1591

That's it

Hi freak.

Thank you for your fast answer. Yes, with exactly that changes it's working :lol:
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.

Thanks again and greetings,
Perni
by Perni
Mon Mar 28, 2005 7:57 pm
Forum: General Discussion
Topic: Detecting CurrentMovie (@Freak)
Replies: 2
Views: 1591

Detecting CurrentMovie (@Freak)

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