You could open the file using CFile and write to it like you would any other
file. So far as I know there is nothing specific in MFC to handle AVI file
creation.
I found this article that might help you:
http://www.codeproject.com/useritems/Copy_a_period_of_AVI_chun.asp
Tom
<meettopravin@gmail.com> wrote in message
news:1150366506.134444.80180@c74g2000cwc.googlegroups.com...
> Hi
> I need to overwrite the AVI File header since it is corrupted file
> so how can i do this with MFC
>
> Thanks in Advance
>