Click here to Skip to main content
15,920,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create .avi file.for that I used "A Simple C# Wrapper for the AviFile Library[^]" project.

I want capture video after 1 minute.so I used following line each and every time to append the aviStream.
newManager = aviStream.DecompressToNewFile(strPathForAviTempFile, true, out newStream);
Previous line is for append the aviStream.
When .avi file will be bigger then previous line takes too much time.

Is there any alternative solution for that?
Posted
Updated 7-Nov-11 19:31pm
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900