how partitioning or splitting an AVIfile using VB.net ?

Hi, how do i to splitting an AVIfile using VB.net , and i wanna play every part of this partitioned file.

in other word how can i write the header of every part ( if i understood the structure of RIFF file, every file should have an header chunk, so all of these parts will lose the header chunk...), i know that i have to create a streamwriter to write in a Textfile, but i don't know how to do it with an Avifile nor what i must write, so please help me !

excuse me for all my grammaticals and orthographicals mistakes because my english is not good

thank's for help



Answer this question

how partitioning or splitting an AVIfile using VB.net ?

  • jimgong

    DimmuZangetsu,

    AVIFile control is a runtime invisible control which provides video and audio file access capability. In order to split your stream file, I suggest you to visit this website which contains a post about splitting. Please download the code sample in this post and hope that this code sample will help you to finish your project:

    http://www.planet-source-code.com/vb/scripts/ShowCode.asp txtCodeId=1352&lngWId=10



  • how partitioning or splitting an AVIfile using VB.net ?