Click to See Complete Forum and Search --> : decompressing bitmaps (VFW frames)


participant
May 13th, 2004, 04:19 PM
Hi,

I put a similar post in the C++/WinAPI forum... but wasn't sure if it would be better suited here.

Video codecs can (usually) all decompress a frame to BI_RGB, correct? But many of them also decompress to simpler (sometimes proprietary) formats, .... like the YUV formats & such.

I'm looking for a way to enumerate ALL decompression formats from the decompressing codec, so the user may choose one. (optimize speed, best quality, etc).

And then... hopefully... DrawDibDraw can handle the rest.


A deep thank you for your time


Chad