-
AVI Display
Hi! S'awhile since I posted here....
Anyways....I am using directshow (quartz.dll) to display a video file in picAVI...
picOVL contains is going be used to overlay the video...
I can do an overlay by displaying picAVI and picOVL and then blitting (bitblt) them to picDEST in a timer event. The problem with this is that it only works if the AVI and OVL pictures are displayed.
What I want to do is have the AVI and OVL in offscreen buffers and then combining them in picDest.
However I tried setting up a buffer for both of them and the AVI displays fullscreen! (I set IVideoWindow to be the DC of the offscreen AVI buffer)
HELP!!!!