Click to See Complete Forum and Search --> : wav compression


Shvalb
July 29th, 2005, 01:43 AM
Hi.

I try to create an AVI file from a several bitmap files.
I managed doing so using the AVICreateStream(), AVIWriteStream etc..
I also managed to compress the bitmaps and add a wav file to the avi.
my question is: how do I compress the .wav file so when I write it in the .avi it will be written compressed.

I manged doing that to do bitmap quite easily by using the AVIMakeCompressedStream() method, but I seem to have problem doing so to the .wav file.

please help me, example code would be more than appreciated.

Thanks.