corrupt avi file
-
My program writes avi files (using a video capturing card) using the windows API (AVIFileCreateStream etc.) When the file is quite large (3 GB) the avi file becomes corrupt. The VirtualDub-program analyses the file with the message : missing index block. Can someone help me regarding this problem? Best regards, Peter de Hon PdH
-
My program writes avi files (using a video capturing card) using the windows API (AVIFileCreateStream etc.) When the file is quite large (3 GB) the avi file becomes corrupt. The VirtualDub-program analyses the file with the message : missing index block. Can someone help me regarding this problem? Best regards, Peter de Hon PdH
Probably the API donot support file buffering more then 3GB. OR we need to check for how the file is stored by API. :cool: Vikas Amin Embin Technology Bombay vikas.amin@embin.com
-
My program writes avi files (using a video capturing card) using the windows API (AVIFileCreateStream etc.) When the file is quite large (3 GB) the avi file becomes corrupt. The VirtualDub-program analyses the file with the message : missing index block. Can someone help me regarding this problem? Best regards, Peter de Hon PdH