is it possible to capture a picture of a certain time of video and keep it in memory?
there are two way to capture a bitmap with BassVideo
+ use "BassVideo_CaptureBitmap"
+ use "BassVideo_Set_Draw_CallBack" with a BassVideo channel have BASSVIDEO_VIDEOEFFECT flags, and in the callback "TCallBackDraw" you have a HDC, draw it on your own bitmap use BitBlt and keep it your self